Shades of Palatinate Purple #78285C
Tints of Palatinate Purple #78285C
RGB
CMYK
RGB Variations
Color information
#78285C (or 0x78285C) is known color: Palatinate Purple. HEX triplet: 78, 28 and 5C. RGB value is (120,40,92). Sum of RGB (Red+Green+Blue) = 120+40+92=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78285C is #87D7A3. Grayscale: #454545. Windows color (decimal): -8902564 or 6039672. OLE color: 6039672.
HSL color Cylindrical-coordinate representation of color #78285C: hue angle of 321º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78285C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 92 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.53 |
| HSL | 321º | 0.5% | 0.31% | - |
| HSV(B) | 321º | 0.67% | 0.47% | - |
| XYZ | 10.44 | 6.28 | 10.79 | - |
| YUV | 69.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 92 | 0 | 0.67 | 0.23 | 0.53 | 321 | 0.5 | 0.31 |
| Hex | 78 | 28 | 5C | 0 | 43 | 17 | 35 | 141 | 32 | 1F |
| Octal | 170 | 50 | 134 | 0 | 103 | 27 | 65 | 501 | 62 | 37 |
| Binary | 1111000 | 101000 | 1011100 | 0 | 1000011 | 10111 | 110101 | 101000001 | 110010 | 11111 |
Color Harmonies of #78285C
Complementary color
Monochromatic Colors of #78285C
Black with #78285C
Text Example
Text Example
White with #78285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78285C; }
p { color: rgb(120,40,92); }
H1.HeaderClassName
{
color: #78285C;
}
.AnyTagClassName
{
color: #78285C;
}
</style>
background-color css
<style>
a { background-color: #78285C; }
a { background-color: rgb(120,40,92); }
div.DivClassName
{
background-color: #78285C;
}
.BgClassName
{
background-color: #78285C;
}
</style>
border-color css
<style>
span { border-color: #78285C; }
span { border-color: rgb(120,40,92); }
td.TdClassName
{
border-color: #78285C;
}
.TagClassName
{
border-color: #78285C;
}
</style>