Shades of Eminence #65426D
Tints of Eminence #65426D
RGB
CMYK
RGB Variations
Color information
#65426D (or 0x65426D) is known color: Eminence. HEX triplet: 65, 42 and 6D. RGB value is (101,66,109). Sum of RGB (Red+Green+Blue) = 101+66+109=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #65426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65426D is #9ABD92. Grayscale: #515151. Windows color (decimal): -10141075 or 7160421. OLE color: 7160421.
HSL color Cylindrical-coordinate representation of color #65426D: hue angle of 288.84º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65426D is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 66 | 109 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.57 |
| HSL | 288.84º | 0.25% | 0.34% | - |
| HSV(B) | 288.84º | 0.39% | 0.43% | - |
| XYZ | 10.08 | 7.77 | 15.44 | - |
| YUV | 81.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 109 | 0.07 | 0.39 | 0 | 0.57 | 288.84 | 0.25 | 0.34 |
| Hex | 65 | 42 | 6D | 7 | 27 | 0 | 39 | 121 | 19 | 22 |
| Octal | 145 | 102 | 155 | 7 | 47 | 0 | 71 | 441 | 31 | 42 |
| Binary | 1100101 | 1000010 | 1101101 | 111 | 100111 | 0 | 111001 | 100100001 | 11001 | 100010 |
Color Harmonies of #65426D
Complementary color
Monochromatic Colors of #65426D
Black with #65426D
Text Example
Text Example
White with #65426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65426D; }
p { color: rgb(101,66,109); }
H1.HeaderClassName
{
color: #65426D;
}
.AnyTagClassName
{
color: #65426D;
}
</style>
background-color css
<style>
a { background-color: #65426D; }
a { background-color: rgb(101,66,109); }
div.DivClassName
{
background-color: #65426D;
}
.BgClassName
{
background-color: #65426D;
}
</style>
border-color css
<style>
span { border-color: #65426D; }
span { border-color: rgb(101,66,109); }
td.TdClassName
{
border-color: #65426D;
}
.TagClassName
{
border-color: #65426D;
}
</style>