Shades of Eminence #693E7B
Tints of Eminence #693E7B
RGB
CMYK
RGB Variations
Color information
#693E7B (or 0x693E7B) is known color: Eminence. HEX triplet: 69, 3E and 7B. RGB value is (105,62,123). Sum of RGB (Red+Green+Blue) = 105+62+123=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #693E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E7B is #96C184. Grayscale: #515151. Windows color (decimal): -9879941 or 8076905. OLE color: 8076905.
HSL color Cylindrical-coordinate representation of color #693E7B: hue angle of 282.3º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693E7B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 62 | 123 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.52 |
| HSL | 282.3º | 0.33% | 0.36% | - |
| HSV(B) | 282.3º | 0.5% | 0.48% | - |
| XYZ | 11.12 | 7.88 | 19.67 | - |
| YUV | 81.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 123 | 0.15 | 0.50 | 0 | 0.52 | 282.3 | 0.33 | 0.36 |
| Hex | 69 | 3E | 7B | F | 32 | 0 | 34 | 11A | 21 | 24 |
| Octal | 151 | 76 | 173 | 17 | 62 | 0 | 64 | 432 | 41 | 44 |
| Binary | 1101001 | 111110 | 1111011 | 1111 | 110010 | 0 | 110100 | 100011010 | 100001 | 100100 |
Color Harmonies of #693E7B
Complementary color
Monochromatic Colors of #693E7B
Black with #693E7B
Text Example
Text Example
White with #693E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693E7B; }
p { color: rgb(105,62,123); }
H1.HeaderClassName
{
color: #693E7B;
}
.AnyTagClassName
{
color: #693E7B;
}
</style>
background-color css
<style>
a { background-color: #693E7B; }
a { background-color: rgb(105,62,123); }
div.DivClassName
{
background-color: #693E7B;
}
.BgClassName
{
background-color: #693E7B;
}
</style>
border-color css
<style>
span { border-color: #693E7B; }
span { border-color: rgb(105,62,123); }
td.TdClassName
{
border-color: #693E7B;
}
.TagClassName
{
border-color: #693E7B;
}
</style>