Shades of Palatinate Purple #70245C
Tints of Palatinate Purple #70245C
RGB
CMYK
RGB Variations
Color information
#70245C (or 0x70245C) is known color: Palatinate Purple. HEX triplet: 70, 24 and 5C. RGB value is (112,36,92). Sum of RGB (Red+Green+Blue) = 112+36+92=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245C is #8FDBA3. Grayscale: #404040. Windows color (decimal): -9427876 or 6038640. OLE color: 6038640.
HSL color Cylindrical-coordinate representation of color #70245C: hue angle of 315.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70245C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 92 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.56 |
| HSL | 315.79º | 0.51% | 0.29% | - |
| HSV(B) | 315.79º | 0.68% | 0.44% | - |
| XYZ | 9.24 | 5.48 | 10.7 | - |
| YUV | 65.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 92 | 0 | 0.68 | 0.18 | 0.56 | 315.79 | 0.51 | 0.29 |
| Hex | 70 | 24 | 5C | 0 | 44 | 12 | 38 | 13C | 33 | 1D |
| Octal | 160 | 44 | 134 | 0 | 104 | 22 | 70 | 474 | 63 | 35 |
| Binary | 1110000 | 100100 | 1011100 | 0 | 1000100 | 10010 | 111000 | 100111100 | 110011 | 11101 |
Color Harmonies of #70245C
Complementary color
Monochromatic Colors of #70245C
Black with #70245C
Text Example
Text Example
White with #70245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70245C; }
p { color: rgb(112,36,92); }
H1.HeaderClassName
{
color: #70245C;
}
.AnyTagClassName
{
color: #70245C;
}
</style>
background-color css
<style>
a { background-color: #70245C; }
a { background-color: rgb(112,36,92); }
div.DivClassName
{
background-color: #70245C;
}
.BgClassName
{
background-color: #70245C;
}
</style>
border-color css
<style>
span { border-color: #70245C; }
span { border-color: rgb(112,36,92); }
td.TdClassName
{
border-color: #70245C;
}
.TagClassName
{
border-color: #70245C;
}
</style>