Shades of Palatinate Purple #78125E
Tints of Palatinate Purple #78125E
RGB
CMYK
RGB Variations
Color information
#78125E (or 0x78125E) is known color: Palatinate Purple. HEX triplet: 78, 12 and 5E. RGB value is (120,18,94). Sum of RGB (Red+Green+Blue) = 120+18+94=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78125E is #87EDA1. Grayscale: #383838. Windows color (decimal): -8908194 or 6165112. OLE color: 6165112.
HSL color Cylindrical-coordinate representation of color #78125E: hue angle of 315.29º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78125E is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 94 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.53 |
| HSL | 315.29º | 0.74% | 0.27% | - |
| HSV(B) | 315.29º | 0.85% | 0.47% | - |
| XYZ | 9.98 | 5.23 | 11.07 | - |
| YUV | 57.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 94 | 0 | 0.85 | 0.22 | 0.53 | 315.29 | 0.74 | 0.27 |
| Hex | 78 | 12 | 5E | 0 | 55 | 16 | 35 | 13B | 4A | 1B |
| Octal | 170 | 22 | 136 | 0 | 125 | 26 | 65 | 473 | 112 | 33 |
| Binary | 1111000 | 10010 | 1011110 | 0 | 1010101 | 10110 | 110101 | 100111011 | 1001010 | 11011 |
Color Harmonies of #78125E
Complementary color
Monochromatic Colors of #78125E
Black with #78125E
Text Example
Text Example
White with #78125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78125E; }
p { color: rgb(120,18,94); }
H1.HeaderClassName
{
color: #78125E;
}
.AnyTagClassName
{
color: #78125E;
}
</style>
background-color css
<style>
a { background-color: #78125E; }
a { background-color: rgb(120,18,94); }
div.DivClassName
{
background-color: #78125E;
}
.BgClassName
{
background-color: #78125E;
}
</style>
border-color css
<style>
span { border-color: #78125E; }
span { border-color: rgb(120,18,94); }
td.TdClassName
{
border-color: #78125E;
}
.TagClassName
{
border-color: #78125E;
}
</style>