Shades of Palatinate Purple #78165C
Tints of Palatinate Purple #78165C
RGB
CMYK
RGB Variations
Color information
#78165C (or 0x78165C) is known color: Palatinate Purple. HEX triplet: 78, 16 and 5C. RGB value is (120,22,92). Sum of RGB (Red+Green+Blue) = 120+22+92=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78165C is #87E9A3. Grayscale: #3B3B3B. Windows color (decimal): -8907172 or 6035064. OLE color: 6035064.
HSL color Cylindrical-coordinate representation of color #78165C: hue angle of 317.14º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78165C is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 92 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.53 |
| HSL | 317.14º | 0.69% | 0.28% | - |
| HSV(B) | 317.14º | 0.82% | 0.47% | - |
| XYZ | 9.96 | 5.34 | 10.63 | - |
| YUV | 59.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 92 | 0 | 0.82 | 0.23 | 0.53 | 317.14 | 0.69 | 0.28 |
| Hex | 78 | 16 | 5C | 0 | 52 | 17 | 35 | 13D | 45 | 1C |
| Octal | 170 | 26 | 134 | 0 | 122 | 27 | 65 | 475 | 105 | 34 |
| Binary | 1111000 | 10110 | 1011100 | 0 | 1010010 | 10111 | 110101 | 100111101 | 1000101 | 11100 |
Color Harmonies of #78165C
Complementary color
Monochromatic Colors of #78165C
Black with #78165C
Text Example
Text Example
White with #78165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78165C; }
p { color: rgb(120,22,92); }
H1.HeaderClassName
{
color: #78165C;
}
.AnyTagClassName
{
color: #78165C;
}
</style>
background-color css
<style>
a { background-color: #78165C; }
a { background-color: rgb(120,22,92); }
div.DivClassName
{
background-color: #78165C;
}
.BgClassName
{
background-color: #78165C;
}
</style>
border-color css
<style>
span { border-color: #78165C; }
span { border-color: rgb(120,22,92); }
td.TdClassName
{
border-color: #78165C;
}
.TagClassName
{
border-color: #78165C;
}
</style>