Shades of Eminence #693181
Tints of Eminence #693181
RGB
CMYK
RGB Variations
Color information
#693181 (or 0x693181) is known color: Eminence. HEX triplet: 69, 31 and 81. RGB value is (105,49,129). Sum of RGB (Red+Green+Blue) = 105+49+129=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #693181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693181 is #96CE7E. Grayscale: #4A4A4A. Windows color (decimal): -9883263 or 8466793. OLE color: 8466793.
HSL color Cylindrical-coordinate representation of color #693181: hue angle of 282º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693181 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 49 | 129 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.49 |
| HSL | 282º | 0.45% | 0.35% | - |
| HSV(B) | 282º | 0.62% | 0.51% | - |
| XYZ | 10.89 | 6.78 | 21.5 | - |
| YUV | 74.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 129 | 0.19 | 0.62 | 0 | 0.49 | 282 | 0.45 | 0.35 |
| Hex | 69 | 31 | 81 | 13 | 3E | 0 | 31 | 11A | 2D | 23 |
| Octal | 151 | 61 | 201 | 23 | 76 | 0 | 61 | 432 | 55 | 43 |
| Binary | 1101001 | 110001 | 10000001 | 10011 | 111110 | 0 | 110001 | 100011010 | 101101 | 100011 |
Color Harmonies of #693181
Complementary color
Monochromatic Colors of #693181
Black with #693181
Text Example
Text Example
White with #693181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693181; }
p { color: rgb(105,49,129); }
H1.HeaderClassName
{
color: #693181;
}
.AnyTagClassName
{
color: #693181;
}
</style>
background-color css
<style>
a { background-color: #693181; }
a { background-color: rgb(105,49,129); }
div.DivClassName
{
background-color: #693181;
}
.BgClassName
{
background-color: #693181;
}
</style>
border-color css
<style>
span { border-color: #693181; }
span { border-color: rgb(105,49,129); }
td.TdClassName
{
border-color: #693181;
}
.TagClassName
{
border-color: #693181;
}
</style>