Shades of Eminence #693781
Tints of Eminence #693781
RGB
CMYK
RGB Variations
Color information
#693781 (or 0x693781) is known color: Eminence. HEX triplet: 69, 37 and 81. RGB value is (105,55,129). Sum of RGB (Red+Green+Blue) = 105+55+129=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #693781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693781 is #96C87E. Grayscale: #4E4E4E. Windows color (decimal): -9881727 or 8468329. OLE color: 8468329.
HSL color Cylindrical-coordinate representation of color #693781: hue angle of 280.54º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693781 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 55 | 129 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.49 |
| HSL | 280.54º | 0.4% | 0.36% | - |
| HSV(B) | 280.54º | 0.57% | 0.51% | - |
| XYZ | 11.15 | 7.32 | 21.59 | - |
| YUV | 78.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 129 | 0.19 | 0.57 | 0 | 0.49 | 280.54 | 0.4 | 0.36 |
| Hex | 69 | 37 | 81 | 13 | 39 | 0 | 31 | 119 | 28 | 24 |
| Octal | 151 | 67 | 201 | 23 | 71 | 0 | 61 | 431 | 50 | 44 |
| Binary | 1101001 | 110111 | 10000001 | 10011 | 111001 | 0 | 110001 | 100011001 | 101000 | 100100 |
Color Harmonies of #693781
Complementary color
Monochromatic Colors of #693781
Black with #693781
Text Example
Text Example
White with #693781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693781; }
p { color: rgb(105,55,129); }
H1.HeaderClassName
{
color: #693781;
}
.AnyTagClassName
{
color: #693781;
}
</style>
background-color css
<style>
a { background-color: #693781; }
a { background-color: rgb(105,55,129); }
div.DivClassName
{
background-color: #693781;
}
.BgClassName
{
background-color: #693781;
}
</style>
border-color css
<style>
span { border-color: #693781; }
span { border-color: rgb(105,55,129); }
td.TdClassName
{
border-color: #693781;
}
.TagClassName
{
border-color: #693781;
}
</style>