Shades of Eminence #683277
Tints of Eminence #683277
RGB
CMYK
RGB Variations
Color information
#683277 (or 0x683277) is known color: Eminence. HEX triplet: 68, 32 and 77. RGB value is (104,50,119). Sum of RGB (Red+Green+Blue) = 104+50+119=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #683277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683277 is #97CD88. Grayscale: #494949. Windows color (decimal): -9948553 or 7811688. OLE color: 7811688.
HSL color Cylindrical-coordinate representation of color #683277: hue angle of 286.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683277 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 50 | 119 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.53 |
| HSL | 286.96º | 0.41% | 0.33% | - |
| HSV(B) | 286.96º | 0.58% | 0.47% | - |
| XYZ | 10.18 | 6.56 | 18.18 | - |
| YUV | 74.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 119 | 0.13 | 0.58 | 0 | 0.53 | 286.96 | 0.41 | 0.33 |
| Hex | 68 | 32 | 77 | D | 3A | 0 | 35 | 11F | 29 | 21 |
| Octal | 150 | 62 | 167 | 15 | 72 | 0 | 65 | 437 | 51 | 41 |
| Binary | 1101000 | 110010 | 1110111 | 1101 | 111010 | 0 | 110101 | 100011111 | 101001 | 100001 |
Color Harmonies of #683277
Complementary color
Monochromatic Colors of #683277
Black with #683277
Text Example
Text Example
White with #683277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683277; }
p { color: rgb(104,50,119); }
H1.HeaderClassName
{
color: #683277;
}
.AnyTagClassName
{
color: #683277;
}
</style>
background-color css
<style>
a { background-color: #683277; }
a { background-color: rgb(104,50,119); }
div.DivClassName
{
background-color: #683277;
}
.BgClassName
{
background-color: #683277;
}
</style>
border-color css
<style>
span { border-color: #683277; }
span { border-color: rgb(104,50,119); }
td.TdClassName
{
border-color: #683277;
}
.TagClassName
{
border-color: #683277;
}
</style>