Shades of Eminence #69377E
Tints of Eminence #69377E
RGB
CMYK
RGB Variations
Color information
#69377E (or 0x69377E) is known color: Eminence. HEX triplet: 69, 37 and 7E. RGB value is (105,55,126). Sum of RGB (Red+Green+Blue) = 105+55+126=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #69377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69377E is #96C881. Grayscale: #4D4D4D. Windows color (decimal): -9881730 or 8271721. OLE color: 8271721.
HSL color Cylindrical-coordinate representation of color #69377E: hue angle of 282.25º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69377E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 55 | 126 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.51 |
| HSL | 282.25º | 0.39% | 0.35% | - |
| HSV(B) | 282.25º | 0.56% | 0.49% | - |
| XYZ | 10.96 | 7.24 | 20.56 | - |
| YUV | 78.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 126 | 0.17 | 0.56 | 0 | 0.51 | 282.25 | 0.39 | 0.35 |
| Hex | 69 | 37 | 7E | 11 | 38 | 0 | 33 | 11A | 27 | 23 |
| Octal | 151 | 67 | 176 | 21 | 70 | 0 | 63 | 432 | 47 | 43 |
| Binary | 1101001 | 110111 | 1111110 | 10001 | 111000 | 0 | 110011 | 100011010 | 100111 | 100011 |
Color Harmonies of #69377E
Complementary color
Monochromatic Colors of #69377E
Black with #69377E
Text Example
Text Example
White with #69377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69377E; }
p { color: rgb(105,55,126); }
H1.HeaderClassName
{
color: #69377E;
}
.AnyTagClassName
{
color: #69377E;
}
</style>
background-color css
<style>
a { background-color: #69377E; }
a { background-color: rgb(105,55,126); }
div.DivClassName
{
background-color: #69377E;
}
.BgClassName
{
background-color: #69377E;
}
</style>
border-color css
<style>
span { border-color: #69377E; }
span { border-color: rgb(105,55,126); }
td.TdClassName
{
border-color: #69377E;
}
.TagClassName
{
border-color: #69377E;
}
</style>