Shades of Eminence #653A70
Tints of Eminence #653A70
RGB
CMYK
RGB Variations
Color information
#653A70 (or 0x653A70) is known color: Eminence. HEX triplet: 65, 3A and 70. RGB value is (101,58,112). Sum of RGB (Red+Green+Blue) = 101+58+112=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #653A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A70 is #9AC58F. Grayscale: #4C4C4C. Windows color (decimal): -10143120 or 7354981. OLE color: 7354981.
HSL color Cylindrical-coordinate representation of color #653A70: hue angle of 287.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653A70 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 58 | 112 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.56 |
| HSL | 287.78º | 0.32% | 0.33% | - |
| HSV(B) | 287.78º | 0.48% | 0.44% | - |
| XYZ | 9.8 | 6.96 | 16.16 | - |
| YUV | 77.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 112 | 0.10 | 0.48 | 0 | 0.56 | 287.78 | 0.32 | 0.33 |
| Hex | 65 | 3A | 70 | A | 30 | 0 | 38 | 120 | 20 | 21 |
| Octal | 145 | 72 | 160 | 12 | 60 | 0 | 70 | 440 | 40 | 41 |
| Binary | 1100101 | 111010 | 1110000 | 1010 | 110000 | 0 | 111000 | 100100000 | 100000 | 100001 |
Color Harmonies of #653A70
Complementary color
Monochromatic Colors of #653A70
Black with #653A70
Text Example
Text Example
White with #653A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A70; }
p { color: rgb(101,58,112); }
H1.HeaderClassName
{
color: #653A70;
}
.AnyTagClassName
{
color: #653A70;
}
</style>
background-color css
<style>
a { background-color: #653A70; }
a { background-color: rgb(101,58,112); }
div.DivClassName
{
background-color: #653A70;
}
.BgClassName
{
background-color: #653A70;
}
</style>
border-color css
<style>
span { border-color: #653A70; }
span { border-color: rgb(101,58,112); }
td.TdClassName
{
border-color: #653A70;
}
.TagClassName
{
border-color: #653A70;
}
</style>