Shades of Eminence #692F80
Tints of Eminence #692F80
RGB
CMYK
RGB Variations
Color information
#692F80 (or 0x692F80) is known color: Eminence. HEX triplet: 69, 2F and 80. RGB value is (105,47,128). Sum of RGB (Red+Green+Blue) = 105+47+128=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #692F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692F80 is #96D07F. Grayscale: #494949. Windows color (decimal): -9883776 or 8400745. OLE color: 8400745.
HSL color Cylindrical-coordinate representation of color #692F80: hue angle of 282.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #692F80 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 47 | 128 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.50 |
| HSL | 282.96º | 0.46% | 0.34% | - |
| HSV(B) | 282.96º | 0.63% | 0.5% | - |
| XYZ | 10.74 | 6.59 | 21.13 | - |
| YUV | 73.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 128 | 0.18 | 0.63 | 0 | 0.50 | 282.96 | 0.46 | 0.34 |
| Hex | 69 | 2F | 80 | 12 | 3F | 0 | 32 | 11B | 2E | 22 |
| Octal | 151 | 57 | 200 | 22 | 77 | 0 | 62 | 433 | 56 | 42 |
| Binary | 1101001 | 101111 | 10000000 | 10010 | 111111 | 0 | 110010 | 100011011 | 101110 | 100010 |
Color Harmonies of #692F80
Complementary color
Monochromatic Colors of #692F80
Black with #692F80
Text Example
Text Example
White with #692F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F80; }
p { color: rgb(105,47,128); }
H1.HeaderClassName
{
color: #692F80;
}
.AnyTagClassName
{
color: #692F80;
}
</style>
background-color css
<style>
a { background-color: #692F80; }
a { background-color: rgb(105,47,128); }
div.DivClassName
{
background-color: #692F80;
}
.BgClassName
{
background-color: #692F80;
}
</style>
border-color css
<style>
span { border-color: #692F80; }
span { border-color: rgb(105,47,128); }
td.TdClassName
{
border-color: #692F80;
}
.TagClassName
{
border-color: #692F80;
}
</style>