Shades of Palatinate Purple #78245C
Tints of Palatinate Purple #78245C
RGB
CMYK
RGB Variations
Color information
#78245C (or 0x78245C) is known color: Palatinate Purple. HEX triplet: 78, 24 and 5C. RGB value is (120,36,92). Sum of RGB (Red+Green+Blue) = 120+36+92=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78245C is #87DBA3. Grayscale: #434343. Windows color (decimal): -8903588 or 6038648. OLE color: 6038648.
HSL color Cylindrical-coordinate representation of color #78245C: hue angle of 320º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78245C is Cyan = 0, Magento = 0.7, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 36 | 92 | - |
| CMYK | 0 | 0.7 | 0.23 | 0.53 |
| HSL | 320º | 0.54% | 0.31% | - |
| HSV(B) | 320º | 0.7% | 0.47% | - |
| XYZ | 10.31 | 6.03 | 10.75 | - |
| YUV | 67.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 92 | 0 | 0.7 | 0.23 | 0.53 | 320 | 0.54 | 0.31 |
| Hex | 78 | 24 | 5C | 0 | 46 | 17 | 35 | 140 | 36 | 1F |
| Octal | 170 | 44 | 134 | 0 | 106 | 27 | 65 | 500 | 66 | 37 |
| Binary | 1111000 | 100100 | 1011100 | 0 | 1000110 | 10111 | 110101 | 101000000 | 110110 | 11111 |
Color Harmonies of #78245C
Complementary color
Monochromatic Colors of #78245C
Black with #78245C
Text Example
Text Example
White with #78245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78245C; }
p { color: rgb(120,36,92); }
H1.HeaderClassName
{
color: #78245C;
}
.AnyTagClassName
{
color: #78245C;
}
</style>
background-color css
<style>
a { background-color: #78245C; }
a { background-color: rgb(120,36,92); }
div.DivClassName
{
background-color: #78245C;
}
.BgClassName
{
background-color: #78245C;
}
</style>
border-color css
<style>
span { border-color: #78245C; }
span { border-color: rgb(120,36,92); }
td.TdClassName
{
border-color: #78245C;
}
.TagClassName
{
border-color: #78245C;
}
</style>