Shades of Eminence #74257F
Tints of Eminence #74257F
RGB
CMYK
RGB Variations
Color information
#74257F (or 0x74257F) is known color: Eminence. HEX triplet: 74, 25 and 7F. RGB value is (116,37,127). Sum of RGB (Red+Green+Blue) = 116+37+127=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #74257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74257F is #8BDA80. Grayscale: #464646. Windows color (decimal): -9165441 or 8332660. OLE color: 8332660.
HSL color Cylindrical-coordinate representation of color #74257F: hue angle of 292.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74257F is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 37 | 127 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.50 |
| HSL | 292.67º | 0.55% | 0.32% | - |
| HSV(B) | 292.67º | 0.71% | 0.5% | - |
| XYZ | 11.69 | 6.57 | 20.73 | - |
| YUV | 70.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 127 | 0.09 | 0.71 | 0 | 0.50 | 292.67 | 0.55 | 0.32 |
| Hex | 74 | 25 | 7F | 9 | 47 | 0 | 32 | 125 | 37 | 20 |
| Octal | 164 | 45 | 177 | 11 | 107 | 0 | 62 | 445 | 67 | 40 |
| Binary | 1110100 | 100101 | 1111111 | 1001 | 1000111 | 0 | 110010 | 100100101 | 110111 | 100000 |
Color Harmonies of #74257F
Complementary color
Monochromatic Colors of #74257F
Black with #74257F
Text Example
Text Example
White with #74257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74257F; }
p { color: rgb(116,37,127); }
H1.HeaderClassName
{
color: #74257F;
}
.AnyTagClassName
{
color: #74257F;
}
</style>
background-color css
<style>
a { background-color: #74257F; }
a { background-color: rgb(116,37,127); }
div.DivClassName
{
background-color: #74257F;
}
.BgClassName
{
background-color: #74257F;
}
</style>
border-color css
<style>
span { border-color: #74257F; }
span { border-color: rgb(116,37,127); }
td.TdClassName
{
border-color: #74257F;
}
.TagClassName
{
border-color: #74257F;
}
</style>