Shades of Eminence #783E7B
Tints of Eminence #783E7B
RGB
CMYK
RGB Variations
Color information
#783E7B (or 0x783E7B) is known color: Eminence. HEX triplet: 78, 3E and 7B. RGB value is (120,62,123). Sum of RGB (Red+Green+Blue) = 120+62+123=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #783E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E7B is #87C184. Grayscale: #565656. Windows color (decimal): -8896901 or 8076920. OLE color: 8076920.
HSL color Cylindrical-coordinate representation of color #783E7B: hue angle of 297.05º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783E7B is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 62 | 123 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.52 |
| HSL | 297.05º | 0.33% | 0.36% | - |
| HSV(B) | 297.05º | 0.5% | 0.48% | - |
| XYZ | 13.04 | 8.87 | 19.76 | - |
| YUV | 86.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 123 | 0.02 | 0.50 | 0 | 0.52 | 297.05 | 0.33 | 0.36 |
| Hex | 78 | 3E | 7B | 2 | 32 | 0 | 34 | 129 | 21 | 24 |
| Octal | 170 | 76 | 173 | 2 | 62 | 0 | 64 | 451 | 41 | 44 |
| Binary | 1111000 | 111110 | 1111011 | 10 | 110010 | 0 | 110100 | 100101001 | 100001 | 100100 |
Color Harmonies of #783E7B
Complementary color
Monochromatic Colors of #783E7B
Black with #783E7B
Text Example
Text Example
White with #783E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E7B; }
p { color: rgb(120,62,123); }
H1.HeaderClassName
{
color: #783E7B;
}
.AnyTagClassName
{
color: #783E7B;
}
</style>
background-color css
<style>
a { background-color: #783E7B; }
a { background-color: rgb(120,62,123); }
div.DivClassName
{
background-color: #783E7B;
}
.BgClassName
{
background-color: #783E7B;
}
</style>
border-color css
<style>
span { border-color: #783E7B; }
span { border-color: rgb(120,62,123); }
td.TdClassName
{
border-color: #783E7B;
}
.TagClassName
{
border-color: #783E7B;
}
</style>