Shades of Eminence #783D7D
Tints of Eminence #783D7D
RGB
CMYK
RGB Variations
Color information
#783D7D (or 0x783D7D) is known color: Eminence. HEX triplet: 78, 3D and 7D. RGB value is (120,61,125). Sum of RGB (Red+Green+Blue) = 120+61+125=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #783D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D7D is #87C282. Grayscale: #555555. Windows color (decimal): -8897155 or 8207736. OLE color: 8207736.
HSL color Cylindrical-coordinate representation of color #783D7D: hue angle of 295.31º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783D7D is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 61 | 125 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.51 |
| HSL | 295.31º | 0.34% | 0.36% | - |
| HSV(B) | 295.31º | 0.51% | 0.49% | - |
| XYZ | 13.12 | 8.81 | 20.41 | - |
| YUV | 85.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 125 | 0.04 | 0.51 | 0 | 0.51 | 295.31 | 0.34 | 0.36 |
| Hex | 78 | 3D | 7D | 4 | 33 | 0 | 33 | 127 | 22 | 24 |
| Octal | 170 | 75 | 175 | 4 | 63 | 0 | 63 | 447 | 42 | 44 |
| Binary | 1111000 | 111101 | 1111101 | 100 | 110011 | 0 | 110011 | 100100111 | 100010 | 100100 |
Color Harmonies of #783D7D
Complementary color
Monochromatic Colors of #783D7D
Black with #783D7D
Text Example
Text Example
White with #783D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D7D; }
p { color: rgb(120,61,125); }
H1.HeaderClassName
{
color: #783D7D;
}
.AnyTagClassName
{
color: #783D7D;
}
</style>
background-color css
<style>
a { background-color: #783D7D; }
a { background-color: rgb(120,61,125); }
div.DivClassName
{
background-color: #783D7D;
}
.BgClassName
{
background-color: #783D7D;
}
</style>
border-color css
<style>
span { border-color: #783D7D; }
span { border-color: rgb(120,61,125); }
td.TdClassName
{
border-color: #783D7D;
}
.TagClassName
{
border-color: #783D7D;
}
</style>