Shades of Eminence #682A7F
Tints of Eminence #682A7F
RGB
CMYK
RGB Variations
Color information
#682A7F (or 0x682A7F) is known color: Eminence. HEX triplet: 68, 2A and 7F. RGB value is (104,42,127). Sum of RGB (Red+Green+Blue) = 104+42+127=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #682A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A7F is #97D580. Grayscale: #454545. Windows color (decimal): -9950593 or 8333928. OLE color: 8333928.
HSL color Cylindrical-coordinate representation of color #682A7F: hue angle of 283.76º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682A7F is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 42 | 127 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.50 |
| HSL | 283.76º | 0.5% | 0.33% | - |
| HSV(B) | 283.76º | 0.67% | 0.5% | - |
| XYZ | 10.37 | 6.13 | 20.72 | - |
| YUV | 70.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 127 | 0.18 | 0.67 | 0 | 0.50 | 283.76 | 0.5 | 0.33 |
| Hex | 68 | 2A | 7F | 12 | 43 | 0 | 32 | 11C | 32 | 21 |
| Octal | 150 | 52 | 177 | 22 | 103 | 0 | 62 | 434 | 62 | 41 |
| Binary | 1101000 | 101010 | 1111111 | 10010 | 1000011 | 0 | 110010 | 100011100 | 110010 | 100001 |
Color Harmonies of #682A7F
Complementary color
Monochromatic Colors of #682A7F
Black with #682A7F
Text Example
Text Example
White with #682A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A7F; }
p { color: rgb(104,42,127); }
H1.HeaderClassName
{
color: #682A7F;
}
.AnyTagClassName
{
color: #682A7F;
}
</style>
background-color css
<style>
a { background-color: #682A7F; }
a { background-color: rgb(104,42,127); }
div.DivClassName
{
background-color: #682A7F;
}
.BgClassName
{
background-color: #682A7F;
}
</style>
border-color css
<style>
span { border-color: #682A7F; }
span { border-color: rgb(104,42,127); }
td.TdClassName
{
border-color: #682A7F;
}
.TagClassName
{
border-color: #682A7F;
}
</style>