Shades of Eminence #683375
Tints of Eminence #683375
RGB
CMYK
RGB Variations
Color information
#683375 (or 0x683375) is known color: Eminence. HEX triplet: 68, 33 and 75. RGB value is (104,51,117). Sum of RGB (Red+Green+Blue) = 104+51+117=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #683375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683375 is #97CC8A. Grayscale: #4A4A4A. Windows color (decimal): -9948299 or 7680872. OLE color: 7680872.
HSL color Cylindrical-coordinate representation of color #683375: hue angle of 288.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683375 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 51 | 117 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.54 |
| HSL | 288.18º | 0.39% | 0.33% | - |
| HSV(B) | 288.18º | 0.56% | 0.46% | - |
| XYZ | 10.1 | 6.6 | 17.57 | - |
| YUV | 74.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 117 | 0.11 | 0.56 | 0 | 0.54 | 288.18 | 0.39 | 0.33 |
| Hex | 68 | 33 | 75 | B | 38 | 0 | 36 | 120 | 27 | 21 |
| Octal | 150 | 63 | 165 | 13 | 70 | 0 | 66 | 440 | 47 | 41 |
| Binary | 1101000 | 110011 | 1110101 | 1011 | 111000 | 0 | 110110 | 100100000 | 100111 | 100001 |
Color Harmonies of #683375
Complementary color
Monochromatic Colors of #683375
Black with #683375
Text Example
Text Example
White with #683375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683375; }
p { color: rgb(104,51,117); }
H1.HeaderClassName
{
color: #683375;
}
.AnyTagClassName
{
color: #683375;
}
</style>
background-color css
<style>
a { background-color: #683375; }
a { background-color: rgb(104,51,117); }
div.DivClassName
{
background-color: #683375;
}
.BgClassName
{
background-color: #683375;
}
</style>
border-color css
<style>
span { border-color: #683375; }
span { border-color: rgb(104,51,117); }
td.TdClassName
{
border-color: #683375;
}
.TagClassName
{
border-color: #683375;
}
</style>