Shades of Eminence #782C7D
Tints of Eminence #782C7D
RGB
CMYK
RGB Variations
Color information
#782C7D (or 0x782C7D) is known color: Eminence. HEX triplet: 78, 2C and 7D. RGB value is (120,44,125). Sum of RGB (Red+Green+Blue) = 120+44+125=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #782C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C7D is #87D382. Grayscale: #4B4B4B. Windows color (decimal): -8901507 or 8203384. OLE color: 8203384.
HSL color Cylindrical-coordinate representation of color #782C7D: hue angle of 296.3º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782C7D is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 44 | 125 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.51 |
| HSL | 296.3º | 0.48% | 0.33% | - |
| HSV(B) | 296.3º | 0.65% | 0.49% | - |
| XYZ | 12.35 | 7.28 | 20.16 | - |
| YUV | 75.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 125 | 0.04 | 0.65 | 0 | 0.51 | 296.3 | 0.48 | 0.33 |
| Hex | 78 | 2C | 7D | 4 | 41 | 0 | 33 | 128 | 30 | 21 |
| Octal | 170 | 54 | 175 | 4 | 101 | 0 | 63 | 450 | 60 | 41 |
| Binary | 1111000 | 101100 | 1111101 | 100 | 1000001 | 0 | 110011 | 100101000 | 110000 | 100001 |
Color Harmonies of #782C7D
Complementary color
Monochromatic Colors of #782C7D
Black with #782C7D
Text Example
Text Example
White with #782C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C7D; }
p { color: rgb(120,44,125); }
H1.HeaderClassName
{
color: #782C7D;
}
.AnyTagClassName
{
color: #782C7D;
}
</style>
background-color css
<style>
a { background-color: #782C7D; }
a { background-color: rgb(120,44,125); }
div.DivClassName
{
background-color: #782C7D;
}
.BgClassName
{
background-color: #782C7D;
}
</style>
border-color css
<style>
span { border-color: #782C7D; }
span { border-color: rgb(120,44,125); }
td.TdClassName
{
border-color: #782C7D;
}
.TagClassName
{
border-color: #782C7D;
}
</style>