Shades of Palatinate Purple #78215D
Tints of Palatinate Purple #78215D
RGB
CMYK
RGB Variations
Color information
#78215D (or 0x78215D) is known color: Palatinate Purple. HEX triplet: 78, 21 and 5D. RGB value is (120,33,93). Sum of RGB (Red+Green+Blue) = 120+33+93=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78215D is #87DEA2. Grayscale: #414141. Windows color (decimal): -8904355 or 6103416. OLE color: 6103416.
HSL color Cylindrical-coordinate representation of color #78215D: hue angle of 318.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78215D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 93 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.53 |
| HSL | 318.62º | 0.57% | 0.3% | - |
| HSV(B) | 318.62º | 0.73% | 0.47% | - |
| XYZ | 10.27 | 5.87 | 10.95 | - |
| YUV | 65.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 93 | 0 | 0.72 | 0.22 | 0.53 | 318.62 | 0.57 | 0.3 |
| Hex | 78 | 21 | 5D | 0 | 48 | 16 | 35 | 13F | 39 | 1E |
| Octal | 170 | 41 | 135 | 0 | 110 | 26 | 65 | 477 | 71 | 36 |
| Binary | 1111000 | 100001 | 1011101 | 0 | 1001000 | 10110 | 110101 | 100111111 | 111001 | 11110 |
Color Harmonies of #78215D
Complementary color
Monochromatic Colors of #78215D
Black with #78215D
Text Example
Text Example
White with #78215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78215D; }
p { color: rgb(120,33,93); }
H1.HeaderClassName
{
color: #78215D;
}
.AnyTagClassName
{
color: #78215D;
}
</style>
background-color css
<style>
a { background-color: #78215D; }
a { background-color: rgb(120,33,93); }
div.DivClassName
{
background-color: #78215D;
}
.BgClassName
{
background-color: #78215D;
}
</style>
border-color css
<style>
span { border-color: #78215D; }
span { border-color: rgb(120,33,93); }
td.TdClassName
{
border-color: #78215D;
}
.TagClassName
{
border-color: #78215D;
}
</style>