Shades of Eminence #74277D
Tints of Eminence #74277D
RGB
CMYK
RGB Variations
Color information
#74277D (or 0x74277D) is known color: Eminence. HEX triplet: 74, 27 and 7D. RGB value is (116,39,125). Sum of RGB (Red+Green+Blue) = 116+39+125=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #74277D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74277D is #8BD882. Grayscale: #474747. Windows color (decimal): -9164931 or 8202100. OLE color: 8202100.
HSL color Cylindrical-coordinate representation of color #74277D: hue angle of 293.72º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74277D is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 39 | 125 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.51 |
| HSL | 293.72º | 0.52% | 0.32% | - |
| HSV(B) | 293.72º | 0.69% | 0.49% | - |
| XYZ | 11.63 | 6.64 | 20.07 | - |
| YUV | 71.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 125 | 0.07 | 0.69 | 0 | 0.51 | 293.72 | 0.52 | 0.32 |
| Hex | 74 | 27 | 7D | 7 | 45 | 0 | 33 | 126 | 34 | 20 |
| Octal | 164 | 47 | 175 | 7 | 105 | 0 | 63 | 446 | 64 | 40 |
| Binary | 1110100 | 100111 | 1111101 | 111 | 1000101 | 0 | 110011 | 100100110 | 110100 | 100000 |
Color Harmonies of #74277D
Complementary color
Monochromatic Colors of #74277D
Black with #74277D
Text Example
Text Example
White with #74277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74277D; }
p { color: rgb(116,39,125); }
H1.HeaderClassName
{
color: #74277D;
}
.AnyTagClassName
{
color: #74277D;
}
</style>
background-color css
<style>
a { background-color: #74277D; }
a { background-color: rgb(116,39,125); }
div.DivClassName
{
background-color: #74277D;
}
.BgClassName
{
background-color: #74277D;
}
</style>
border-color css
<style>
span { border-color: #74277D; }
span { border-color: rgb(116,39,125); }
td.TdClassName
{
border-color: #74277D;
}
.TagClassName
{
border-color: #74277D;
}
</style>