Hue




Property of a color indicating balance of color perceived by the normal human eye





Hue in the HSB/HSL encodings of RGB




An image with the hues cyclically shifted in HSL space




The hues in this image of a painted bunting are cyclically rotated over time.


Hue is one of the main properties (called color appearance parameters) of a color, defined technically (in the CIECAM02 model), as "the degree to which a stimulus can be described as similar to or different from stimuli that are described as red, green, blue, and yellow",[1] (which in certain theories of color vision are called unique hues). Hue can typically be represented quantitatively by a single number, often corresponding to an angular position around a central or neutral point or axis on a colorspace coordinate diagram (such as a chromaticity diagram) or color wheel, or by its dominant wavelength or that of its complementary color. The other color appearance parameters are colorfulness, saturation (also known as intensity or chroma)[2], lightness, and brightness.


Usually, colors with the same hue are distinguished with adjectives referring to their lightness or colorfulness, such as with "light blue", "pastel blue", "vivid blue". Exceptions include brown, which is a dark orange.[3]


In painting color theory, a hue is a pure pigment—one without tint or shade (added white or black pigment, respectively).[4] Hues are first processed in the brain in areas in the extended V4 called globs.[5][6]




Contents






  • 1 Computing hue


    • 1.1 Defining hue in terms of RGB




  • 2 Specialized hues


  • 3 Usage in art


  • 4 Hue vs. dominant wavelength


  • 5 Hue difference: Δh{displaystyle Delta h}Delta h or ΔH∗{displaystyle Delta H^{*}}Delta H^{*}?


  • 6 Names and other notations


  • 7 See also


  • 8 References


  • 9 External links





Computing hue


In opponent color spaces in which two of the axes are perceptually orthogonal to lightness, such as the CIE 1976 (L*, a*, b*) (CIELAB) and 1976 (L*, u*, v*) (CIELUV) color spaces, hue may be computed together with chroma by converting these coordinates from rectangular form to polar form. Hue is the angular component of the polar representation, while chroma is the radial component.


Specifically, in CIELAB[7]


hab=atan2(b∗,a∗),{displaystyle h_{ab}=mathrm {atan2} (b^{*},a^{*}),}h_{ab}=mathrm {atan2} (b^{*},a^{*}),

while, analogously, in CIELUV[7]


huv=atan2(v∗,u∗)=atan2(v′,u′),{displaystyle h_{uv}=mathrm {atan2} (v^{*},u^{*})=mathrm {atan2} (v',u'),}h_{uv}=mathrm {atan2} (v^{*},u^{*})=mathrm {atan2} (v',u'),

where, atan2 is a two-argument inverse tangent.



Defining hue in terms of RGB


Preucil[8] describes a color hexagon, similar to a trilinear plot described by Evans, Hanson, and Brewer,[9] which may be used to compute hue from RGB. To place red at 0°, green at 120°, and blue at 240°,


hrgb=atan2(3⋅(G−B),2⋅R−G−B).{displaystyle h_{rgb}=mathrm {atan2} left({sqrt {3}}cdot (G-B),2cdot R-G-Bright).}h_{rgb}=mathrm {atan2} left({sqrt {3}}cdot (G-B),2cdot R-G-Bright).

Equivalently, one may solve


tan⁡(hrgb)=3⋅(G−B)2⋅R−G−B.{displaystyle tan(h_{rgb})={frac {{sqrt {3}}cdot (G-B)}{2cdot R-G-B}}.}tan(h_{rgb})={frac {{sqrt {3}}cdot (G-B)}{2cdot R-G-B}}.

Preucil used a polar plot, which he termed a color circle.[8] Using R, G, and B, one may compute hue angle using the following scheme: determine which of the six possible orderings of R, G, and B prevail, then apply the formula given in the table below.




HSV color space as a conical object




An illustration of the relationship between the "hue" of colors with maximal saturation in HSV and HSL with their corresponding RGB coordinates






































Ordering
Hue region

hPreucil circle{displaystyle h_{text{Preucil circle}}}h_{text{Preucil circle}}

R≥G≥B{displaystyle Rgeq Ggeq B}Rgeq Ggeq B
Orange

60∘G−BR−B{displaystyle 60^{circ }cdot {frac {G-B}{R-B}}}60^{circ }cdot {frac {G-B}{R-B}}

G>R≥B{displaystyle G>Rgeq B}G>Rgeq B
Chartreuse

60∘(2−R−BG−B){displaystyle 60^{circ }cdot left(2-{frac {R-B}{G-B}}right)}60^{circ }cdot left(2-{frac {R-B}{G-B}}right)

G≥B>R{displaystyle Ggeq B>R}Ggeq B>R
Spring Green

60∘(2+B−RG−R){displaystyle 60^{circ }cdot left(2+{frac {B-R}{G-R}}right)}60^{circ }cdot left(2+{frac {B-R}{G-R}}right)

 B>G>R {displaystyle B>G>R } B>G>R
Azure

60∘(4−G−RB−R){displaystyle 60^{circ }cdot left(4-{frac {G-R}{B-R}}right)}60^{circ }cdot left(4-{frac {G-R}{B-R}}right)

B>R≥G{displaystyle B>Rgeq G}B>Rgeq G
Violet

60∘(4+R−GB−G){displaystyle 60^{circ }cdot left(4+{frac {R-G}{B-G}}right)}60^{circ }cdot left(4+{frac {R-G}{B-G}}right)

R≥B>G{displaystyle Rgeq B>G}Rgeq B>G
Rose

60∘(6−B−GR−G){displaystyle 60^{circ }cdot left(6-{frac {B-G}{R-G}}right)}60^{circ }cdot left(6-{frac {B-G}{R-G}}right)

Note that in each case the formula contains the fraction M−LH−L{displaystyle {frac {M-L}{H-L}}}{frac {M-L}{H-L}}, where H is the highest of R, G, and B; L is the lowest, and M is the mid one between the other two. This is referred to as the "Preucil hue error" and was used in the computation of mask strength in photomechanical color reproduction.[10]


Hue angles computed for the Preucil circle agree with the hue angle computed for the Preucil hexagon at integer multiples of 30° (red, yellow, green, cyan, blue, magenta, and the colors midway between contiguous pairs) and differ by approximately 1.2° at odd integer multiples of 15° (based on the circle formula), the maximal divergence between the two.


The process of converting an RGB color into an HSL color space or HSV color space is usually based on a 6-piece piecewise mapping, treating the HSV cone as a hexacone, or the HSL double cone as a double hexacone.[11] The formulae used are those in the table above.



Specialized hues


The hues exhibited by caramel colorings and beers are fairly limited in range. The Linner hue index is used to quantify the hue of such products.



Usage in art


Manufacturers of pigments use the word hue, for example, "cadmium yellow (hue)" to indicate that the original pigmentation ingredient, often toxic, has been replaced by safer (or cheaper) alternatives whilst retaining the hue of the original. Replacements are often used for chromium, cadmium and alizarin.



Hue vs. dominant wavelength


Dominant wavelength (or sometimes equivalent wavelength) is a physical analog to the perceptual attribute hue. On a chromaticity diagram, a line is drawn from a white point through the coordinates of the color in question, until it intersects the spectral locus. The wavelength at which the line intersects the spectrum locus is identified as the color's dominant wavelength if the point is on the same side of the white point as the spectral locus, and as the color's complementary wavelength if the point is on the opposite side.[12]



Hue difference: Δh{displaystyle Delta h}Delta h or ΔH∗{displaystyle Delta H^{*}}Delta H^{*}?


There are two main ways in which hue difference is quantified. The first is the simple difference between the two hue angles. The symbol for this expression of hue difference is Δhab{displaystyle Delta h_{ab}}Delta h_{{ab}} in CIELAB and Δhuv{displaystyle Delta h_{uv}}Delta h_{{uv}} in CIELUV. The other is computed as the residual total color difference after Lightness and Chroma differences have been accounted for; its symbol is ΔHab∗{displaystyle Delta H_{ab}^{*}}Delta H_{ab}^{*} in CIELAB and ΔHuv∗{displaystyle Delta H_{uv}^{*}}Delta H_{uv}^{*} in CIELUV.



Names and other notations


There exists some correspondence, more or less precise, between hue values and color terms (names). One approach in color science is to use traditional color terms but try to give them more precise definitions. See spectral color#Table of spectral or near-spectral colors for names of highly saturated colors with the hue from ≈ 0° (red) up to ≈ 275° (violet), and line of purples#Table of highly-saturated purple colors for color terms of the remaining part of the color wheel.


Alternative approach is to use a systematic notation. It can be a standard angle notation for certain color model such as HSL/HSV mentioned above, CIELUV, or CIECAM02. Alphanumeric notations such as of Munsell color system, NCS, and Pantone Matching System are also used.



See also



  • Lightness (color)

  • Chromaticity

  • Munsell color system

  • Bezold–Brücke shift



References





  1. ^ Mark Fairchild, "Color Appearance Models: CIECAM02 and Beyond". Tutorial slides for IS&T/SID 12th Color Imaging Conference.


  2. ^ "Hue, Value, Saturation | learn". Archived from the original on 2017-06-30. Retrieved October 27, 2017..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"""""""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  3. ^ C J Bartleson, "Brown". Color Research and Application, 1 : 4, p 181-191 (1976).


  4. ^ "The Color Wheel and Color Theory". Creative Curio. 2008-05-16. Archived from the original on 2011-07-05. Retrieved 2011-06-09.


  5. ^ Conway, BR; Moeller, S; Tsao, DY. (2007). "Specialized color modules in macaque extrastriate cortex". Neuron. 56 (3): 560–73. doi:10.1016/j.neuron.2007.10.008. PMID 17988638.


  6. ^ Conway, BR; Tsao, DY (2009). "Color-tuned neurons are spatially clustered according to color preference within alert macaque posterior inferior temporal cortex". Proceedings of the National Academy of Sciences of the United States of America. 106 (42): 18034–9. doi:10.1073/pnas.0810943106. PMC 2764907. PMID 19805195.


  7. ^ ab Colorimetry, second edition: CIE Publication 15.2. Vienna: Bureau Central of the CIE, 1986.


  8. ^ ab Frank Preucil, "Color Hue and Ink Transfer … Their Relation to Perfect Reproduction, TAGA Proceedings, p 102-110 (1953).


  9. ^ Ralph Merrill Evans, W T Hanson, and W Lyle Brewer, Principles of Color Photography. New York: Wiley, 1953


  10. ^ Miles Southworth, Color Separation Techniques, second edition. Livonia, New York: Graphic Arts Publishing, 1979.


  11. ^ Max K. Agoston (2004). Computer Graphics and Geometric Modelling v. 1: Implementation and Algorithms. Springer. pp. 301–304. ISBN 1-85233-818-0. Archived from the original on 2017-03-21.


  12. ^ Deane B Judd and Günter Wyszecki, Color in Business, Science, and Industry. New York: Wiley, 1976.




External links


  • Editing of hue in photography








這個網誌中的熱門文章

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud

Zucchini