Shades of Palatinate Purple #78125C
Tints of Palatinate Purple #78125C
RGB
CMYK
RGB Variations
Color information
#78125C (or 0x78125C) is known color: Palatinate Purple. HEX triplet: 78, 12 and 5C. RGB value is (120,18,92). Sum of RGB (Red+Green+Blue) = 120+18+92=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78125C is #87EDA3. Grayscale: #383838. Windows color (decimal): -8908196 or 6034040. OLE color: 6034040.
HSL color Cylindrical-coordinate representation of color #78125C: hue angle of 316.47º 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 #78125C is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 92 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.53 |
| HSL | 316.47º | 0.74% | 0.27% | - |
| HSV(B) | 316.47º | 0.85% | 0.47% | - |
| XYZ | 9.89 | 5.2 | 10.61 | - |
| YUV | 56.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 92 | 0 | 0.85 | 0.23 | 0.53 | 316.47 | 0.74 | 0.27 |
| Hex | 78 | 12 | 5C | 0 | 55 | 17 | 35 | 13C | 4A | 1B |
| Octal | 170 | 22 | 134 | 0 | 125 | 27 | 65 | 474 | 112 | 33 |
| Binary | 1111000 | 10010 | 1011100 | 0 | 1010101 | 10111 | 110101 | 100111100 | 1001010 | 11011 |
Color Harmonies of #78125C
Complementary color
Monochromatic Colors of #78125C
Black with #78125C
Text Example
Text Example
White with #78125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78125C; }
p { color: rgb(120,18,92); }
H1.HeaderClassName
{
color: #78125C;
}
.AnyTagClassName
{
color: #78125C;
}
</style>
background-color css
<style>
a { background-color: #78125C; }
a { background-color: rgb(120,18,92); }
div.DivClassName
{
background-color: #78125C;
}
.BgClassName
{
background-color: #78125C;
}
</style>
border-color css
<style>
span { border-color: #78125C; }
span { border-color: rgb(120,18,92); }
td.TdClassName
{
border-color: #78125C;
}
.TagClassName
{
border-color: #78125C;
}
</style>