Shades of Palatinate Purple #78255C
Tints of Palatinate Purple #78255C
RGB
CMYK
RGB Variations
Color information
#78255C (or 0x78255C) is known color: Palatinate Purple. HEX triplet: 78, 25 and 5C. RGB value is (120,37,92). Sum of RGB (Red+Green+Blue) = 120+37+92=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255C is #87DAA3. Grayscale: #434343. Windows color (decimal): -8903332 or 6038904. OLE color: 6038904.
HSL color Cylindrical-coordinate representation of color #78255C: hue angle of 320.24º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78255C is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 92 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.53 |
| HSL | 320.24º | 0.53% | 0.31% | - |
| HSV(B) | 320.24º | 0.69% | 0.47% | - |
| XYZ | 10.34 | 6.09 | 10.76 | - |
| YUV | 68.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 92 | 0 | 0.69 | 0.23 | 0.53 | 320.24 | 0.53 | 0.31 |
| Hex | 78 | 25 | 5C | 0 | 45 | 17 | 35 | 140 | 35 | 1F |
| Octal | 170 | 45 | 134 | 0 | 105 | 27 | 65 | 500 | 65 | 37 |
| Binary | 1111000 | 100101 | 1011100 | 0 | 1000101 | 10111 | 110101 | 101000000 | 110101 | 11111 |
Color Harmonies of #78255C
Complementary color
Monochromatic Colors of #78255C
Black with #78255C
Text Example
Text Example
White with #78255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78255C; }
p { color: rgb(120,37,92); }
H1.HeaderClassName
{
color: #78255C;
}
.AnyTagClassName
{
color: #78255C;
}
</style>
background-color css
<style>
a { background-color: #78255C; }
a { background-color: rgb(120,37,92); }
div.DivClassName
{
background-color: #78255C;
}
.BgClassName
{
background-color: #78255C;
}
</style>
border-color css
<style>
span { border-color: #78255C; }
span { border-color: rgb(120,37,92); }
td.TdClassName
{
border-color: #78255C;
}
.TagClassName
{
border-color: #78255C;
}
</style>