Shades of Eminence #693376
Tints of Eminence #693376
RGB
CMYK
RGB Variations
Color information
#693376 (or 0x693376) is known color: Eminence. HEX triplet: 69, 33 and 76. RGB value is (105,51,118). Sum of RGB (Red+Green+Blue) = 105+51+118=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #693376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693376 is #96CC89. Grayscale: #4A4A4A. Windows color (decimal): -9882762 or 7746409. OLE color: 7746409.
HSL color Cylindrical-coordinate representation of color #693376: hue angle of 288.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693376 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 51 | 118 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.54 |
| HSL | 288.36º | 0.4% | 0.33% | - |
| HSV(B) | 288.36º | 0.57% | 0.46% | - |
| XYZ | 10.28 | 6.68 | 17.89 | - |
| YUV | 74.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 118 | 0.11 | 0.57 | 0 | 0.54 | 288.36 | 0.4 | 0.33 |
| Hex | 69 | 33 | 76 | B | 39 | 0 | 36 | 120 | 28 | 21 |
| Octal | 151 | 63 | 166 | 13 | 71 | 0 | 66 | 440 | 50 | 41 |
| Binary | 1101001 | 110011 | 1110110 | 1011 | 111001 | 0 | 110110 | 100100000 | 101000 | 100001 |
Color Harmonies of #693376
Complementary color
Monochromatic Colors of #693376
Black with #693376
Text Example
Text Example
White with #693376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693376; }
p { color: rgb(105,51,118); }
H1.HeaderClassName
{
color: #693376;
}
.AnyTagClassName
{
color: #693376;
}
</style>
background-color css
<style>
a { background-color: #693376; }
a { background-color: rgb(105,51,118); }
div.DivClassName
{
background-color: #693376;
}
.BgClassName
{
background-color: #693376;
}
</style>
border-color css
<style>
span { border-color: #693376; }
span { border-color: rgb(105,51,118); }
td.TdClassName
{
border-color: #693376;
}
.TagClassName
{
border-color: #693376;
}
</style>