Shades of Eminence #782B7D
Tints of Eminence #782B7D
RGB
CMYK
RGB Variations
Color information
#782B7D (or 0x782B7D) is known color: Eminence. HEX triplet: 78, 2B and 7D. RGB value is (120,43,125). Sum of RGB (Red+Green+Blue) = 120+43+125=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #782B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B7D is #87D482. Grayscale: #4B4B4B. Windows color (decimal): -8901763 or 8203128. OLE color: 8203128.
HSL color Cylindrical-coordinate representation of color #782B7D: hue angle of 296.34º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782B7D is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 43 | 125 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.51 |
| HSL | 296.34º | 0.49% | 0.33% | - |
| HSV(B) | 296.34º | 0.66% | 0.49% | - |
| XYZ | 12.31 | 7.2 | 20.14 | - |
| YUV | 75.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 125 | 0.04 | 0.66 | 0 | 0.51 | 296.34 | 0.49 | 0.33 |
| Hex | 78 | 2B | 7D | 4 | 42 | 0 | 33 | 128 | 31 | 21 |
| Octal | 170 | 53 | 175 | 4 | 102 | 0 | 63 | 450 | 61 | 41 |
| Binary | 1111000 | 101011 | 1111101 | 100 | 1000010 | 0 | 110011 | 100101000 | 110001 | 100001 |
Color Harmonies of #782B7D
Complementary color
Monochromatic Colors of #782B7D
Black with #782B7D
Text Example
Text Example
White with #782B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B7D; }
p { color: rgb(120,43,125); }
H1.HeaderClassName
{
color: #782B7D;
}
.AnyTagClassName
{
color: #782B7D;
}
</style>
background-color css
<style>
a { background-color: #782B7D; }
a { background-color: rgb(120,43,125); }
div.DivClassName
{
background-color: #782B7D;
}
.BgClassName
{
background-color: #782B7D;
}
</style>
border-color css
<style>
span { border-color: #782B7D; }
span { border-color: rgb(120,43,125); }
td.TdClassName
{
border-color: #782B7D;
}
.TagClassName
{
border-color: #782B7D;
}
</style>