Shades of Eminence #773C7D
Tints of Eminence #773C7D
RGB
CMYK
RGB Variations
Color information
#773C7D (or 0x773C7D) is known color: Eminence. HEX triplet: 77, 3C and 7D. RGB value is (119,60,125). Sum of RGB (Red+Green+Blue) = 119+60+125=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #773C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C7D is #88C382. Grayscale: #545454. Windows color (decimal): -8962947 or 8207479. OLE color: 8207479.
HSL color Cylindrical-coordinate representation of color #773C7D: hue angle of 294.46º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773C7D is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 60 | 125 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.51 |
| HSL | 294.46º | 0.35% | 0.36% | - |
| HSV(B) | 294.46º | 0.52% | 0.49% | - |
| XYZ | 12.93 | 8.63 | 20.39 | - |
| YUV | 85.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 125 | 0.05 | 0.52 | 0 | 0.51 | 294.46 | 0.35 | 0.36 |
| Hex | 77 | 3C | 7D | 5 | 34 | 0 | 33 | 126 | 23 | 24 |
| Octal | 167 | 74 | 175 | 5 | 64 | 0 | 63 | 446 | 43 | 44 |
| Binary | 1110111 | 111100 | 1111101 | 101 | 110100 | 0 | 110011 | 100100110 | 100011 | 100100 |
Color Harmonies of #773C7D
Complementary color
Monochromatic Colors of #773C7D
Black with #773C7D
Text Example
Text Example
White with #773C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C7D; }
p { color: rgb(119,60,125); }
H1.HeaderClassName
{
color: #773C7D;
}
.AnyTagClassName
{
color: #773C7D;
}
</style>
background-color css
<style>
a { background-color: #773C7D; }
a { background-color: rgb(119,60,125); }
div.DivClassName
{
background-color: #773C7D;
}
.BgClassName
{
background-color: #773C7D;
}
</style>
border-color css
<style>
span { border-color: #773C7D; }
span { border-color: rgb(119,60,125); }
td.TdClassName
{
border-color: #773C7D;
}
.TagClassName
{
border-color: #773C7D;
}
</style>