Shades of Eminence #7A287F
Tints of Eminence #7A287F
RGB
CMYK
RGB Variations
Color information
#7A287F (or 0x7A287F) is known color: Eminence. HEX triplet: 7A, 28 and 7F. RGB value is (122,40,127). Sum of RGB (Red+Green+Blue) = 122+40+127=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A287F is #85D780. Grayscale: #4A4A4A. Windows color (decimal): -8771457 or 8333434. OLE color: 8333434.
HSL color Cylindrical-coordinate representation of color #7A287F: hue angle of 296.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A287F is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 40 | 127 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.50 |
| HSL | 296.55º | 0.52% | 0.33% | - |
| HSV(B) | 296.55º | 0.69% | 0.5% | - |
| XYZ | 12.62 | 7.19 | 20.8 | - |
| YUV | 74.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 127 | 0.04 | 0.69 | 0 | 0.50 | 296.55 | 0.52 | 0.33 |
| Hex | 7A | 28 | 7F | 4 | 45 | 0 | 32 | 129 | 34 | 21 |
| Octal | 172 | 50 | 177 | 4 | 105 | 0 | 62 | 451 | 64 | 41 |
| Binary | 1111010 | 101000 | 1111111 | 100 | 1000101 | 0 | 110010 | 100101001 | 110100 | 100001 |
Color Harmonies of #7A287F
Complementary color
Monochromatic Colors of #7A287F
Black with #7A287F
Text Example
Text Example
White with #7A287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A287F; }
p { color: rgb(122,40,127); }
H1.HeaderClassName
{
color: #7A287F;
}
.AnyTagClassName
{
color: #7A287F;
}
</style>
background-color css
<style>
a { background-color: #7A287F; }
a { background-color: rgb(122,40,127); }
div.DivClassName
{
background-color: #7A287F;
}
.BgClassName
{
background-color: #7A287F;
}
</style>
border-color css
<style>
span { border-color: #7A287F; }
span { border-color: rgb(122,40,127); }
td.TdClassName
{
border-color: #7A287F;
}
.TagClassName
{
border-color: #7A287F;
}
</style>