Shades of Palatinate Purple #70235A
Tints of Palatinate Purple #70235A
RGB
CMYK
RGB Variations
Color information
#70235A (or 0x70235A) is known color: Palatinate Purple. HEX triplet: 70, 23 and 5A. RGB value is (112,35,90). Sum of RGB (Red+Green+Blue) = 112+35+90=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70235A is #8FDCA5. Grayscale: #404040. Windows color (decimal): -9428134 or 5907312. OLE color: 5907312.
HSL color Cylindrical-coordinate representation of color #70235A: hue angle of 317.14º 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 #70235A is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 90 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.56 |
| HSL | 317.14º | 0.52% | 0.29% | - |
| HSV(B) | 317.14º | 0.69% | 0.44% | - |
| XYZ | 9.13 | 5.38 | 10.23 | - |
| YUV | 64.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 90 | 0 | 0.69 | 0.20 | 0.56 | 317.14 | 0.52 | 0.29 |
| Hex | 70 | 23 | 5A | 0 | 45 | 14 | 38 | 13D | 34 | 1D |
| Octal | 160 | 43 | 132 | 0 | 105 | 24 | 70 | 475 | 64 | 35 |
| Binary | 1110000 | 100011 | 1011010 | 0 | 1000101 | 10100 | 111000 | 100111101 | 110100 | 11101 |
Color Harmonies of #70235A
Complementary color
Monochromatic Colors of #70235A
Black with #70235A
Text Example
Text Example
White with #70235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70235A; }
p { color: rgb(112,35,90); }
H1.HeaderClassName
{
color: #70235A;
}
.AnyTagClassName
{
color: #70235A;
}
</style>
background-color css
<style>
a { background-color: #70235A; }
a { background-color: rgb(112,35,90); }
div.DivClassName
{
background-color: #70235A;
}
.BgClassName
{
background-color: #70235A;
}
</style>
border-color css
<style>
span { border-color: #70235A; }
span { border-color: rgb(112,35,90); }
td.TdClassName
{
border-color: #70235A;
}
.TagClassName
{
border-color: #70235A;
}
</style>