Shades of Eminence #69397C
Tints of Eminence #69397C
RGB
CMYK
RGB Variations
Color information
#69397C (or 0x69397C) is known color: Eminence. HEX triplet: 69, 39 and 7C. RGB value is (105,57,124). Sum of RGB (Red+Green+Blue) = 105+57+124=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #69397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69397C is #96C683. Grayscale: #4E4E4E. Windows color (decimal): -9881220 or 8141161. OLE color: 8141161.
HSL color Cylindrical-coordinate representation of color #69397C: hue angle of 282.99º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69397C is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 57 | 124 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.51 |
| HSL | 282.99º | 0.37% | 0.35% | - |
| HSV(B) | 282.99º | 0.54% | 0.49% | - |
| XYZ | 10.93 | 7.38 | 19.92 | - |
| YUV | 78.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 124 | 0.15 | 0.54 | 0 | 0.51 | 282.99 | 0.37 | 0.35 |
| Hex | 69 | 39 | 7C | F | 36 | 0 | 33 | 11B | 25 | 23 |
| Octal | 151 | 71 | 174 | 17 | 66 | 0 | 63 | 433 | 45 | 43 |
| Binary | 1101001 | 111001 | 1111100 | 1111 | 110110 | 0 | 110011 | 100011011 | 100101 | 100011 |
Color Harmonies of #69397C
Complementary color
Monochromatic Colors of #69397C
Black with #69397C
Text Example
Text Example
White with #69397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69397C; }
p { color: rgb(105,57,124); }
H1.HeaderClassName
{
color: #69397C;
}
.AnyTagClassName
{
color: #69397C;
}
</style>
background-color css
<style>
a { background-color: #69397C; }
a { background-color: rgb(105,57,124); }
div.DivClassName
{
background-color: #69397C;
}
.BgClassName
{
background-color: #69397C;
}
</style>
border-color css
<style>
span { border-color: #69397C; }
span { border-color: rgb(105,57,124); }
td.TdClassName
{
border-color: #69397C;
}
.TagClassName
{
border-color: #69397C;
}
</style>