Shades of Eminence #693A78
Tints of Eminence #693A78
RGB
CMYK
RGB Variations
Color information
#693A78 (or 0x693A78) is known color: Eminence. HEX triplet: 69, 3A and 78. RGB value is (105,58,120). Sum of RGB (Red+Green+Blue) = 105+58+120=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #693A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A78 is #96C587. Grayscale: #4E4E4E. Windows color (decimal): -9880968 or 7879273. OLE color: 7879273.
HSL color Cylindrical-coordinate representation of color #693A78: hue angle of 285.48º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693A78 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 58 | 120 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.53 |
| HSL | 285.48º | 0.35% | 0.35% | - |
| HSV(B) | 285.48º | 0.52% | 0.47% | - |
| XYZ | 10.73 | 7.39 | 18.63 | - |
| YUV | 79.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 120 | 0.13 | 0.52 | 0 | 0.53 | 285.48 | 0.35 | 0.35 |
| Hex | 69 | 3A | 78 | D | 34 | 0 | 35 | 11D | 23 | 23 |
| Octal | 151 | 72 | 170 | 15 | 64 | 0 | 65 | 435 | 43 | 43 |
| Binary | 1101001 | 111010 | 1111000 | 1101 | 110100 | 0 | 110101 | 100011101 | 100011 | 100011 |
Color Harmonies of #693A78
Complementary color
Monochromatic Colors of #693A78
Black with #693A78
Text Example
Text Example
White with #693A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A78; }
p { color: rgb(105,58,120); }
H1.HeaderClassName
{
color: #693A78;
}
.AnyTagClassName
{
color: #693A78;
}
</style>
background-color css
<style>
a { background-color: #693A78; }
a { background-color: rgb(105,58,120); }
div.DivClassName
{
background-color: #693A78;
}
.BgClassName
{
background-color: #693A78;
}
</style>
border-color css
<style>
span { border-color: #693A78; }
span { border-color: rgb(105,58,120); }
td.TdClassName
{
border-color: #693A78;
}
.TagClassName
{
border-color: #693A78;
}
</style>