Shades of Palatinate Purple #70235C
Tints of Palatinate Purple #70235C
RGB
CMYK
RGB Variations
Color information
#70235C (or 0x70235C) is known color: Palatinate Purple. HEX triplet: 70, 23 and 5C. RGB value is (112,35,92). Sum of RGB (Red+Green+Blue) = 112+35+92=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70235C is #8FDCA3. Grayscale: #404040. Windows color (decimal): -9428132 or 6038384. OLE color: 6038384.
HSL color Cylindrical-coordinate representation of color #70235C: hue angle of 315.58º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70235C is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 92 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.56 |
| HSL | 315.58º | 0.52% | 0.29% | - |
| HSV(B) | 315.58º | 0.69% | 0.44% | - |
| XYZ | 9.21 | 5.42 | 10.69 | - |
| YUV | 64.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 92 | 0 | 0.69 | 0.18 | 0.56 | 315.58 | 0.52 | 0.29 |
| Hex | 70 | 23 | 5C | 0 | 45 | 12 | 38 | 13C | 34 | 1D |
| Octal | 160 | 43 | 134 | 0 | 105 | 22 | 70 | 474 | 64 | 35 |
| Binary | 1110000 | 100011 | 1011100 | 0 | 1000101 | 10010 | 111000 | 100111100 | 110100 | 11101 |
Color Harmonies of #70235C
Complementary color
Monochromatic Colors of #70235C
Black with #70235C
Text Example
Text Example
White with #70235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70235C; }
p { color: rgb(112,35,92); }
H1.HeaderClassName
{
color: #70235C;
}
.AnyTagClassName
{
color: #70235C;
}
</style>
background-color css
<style>
a { background-color: #70235C; }
a { background-color: rgb(112,35,92); }
div.DivClassName
{
background-color: #70235C;
}
.BgClassName
{
background-color: #70235C;
}
</style>
border-color css
<style>
span { border-color: #70235C; }
span { border-color: rgb(112,35,92); }
td.TdClassName
{
border-color: #70235C;
}
.TagClassName
{
border-color: #70235C;
}
</style>