Shades of Palatinate Purple #70205A
Tints of Palatinate Purple #70205A
RGB
CMYK
RGB Variations
Color information
#70205A (or 0x70205A) is known color: Palatinate Purple. HEX triplet: 70, 20 and 5A. RGB value is (112,32,90). Sum of RGB (Red+Green+Blue) = 112+32+90=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70205A is #8FDFA5. Grayscale: #3E3E3E. Windows color (decimal): -9428902 or 5906544. OLE color: 5906544.
HSL color Cylindrical-coordinate representation of color #70205A: hue angle of 316.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70205A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 90 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.56 |
| HSL | 316.5º | 0.56% | 0.28% | - |
| HSV(B) | 316.5º | 0.71% | 0.44% | - |
| XYZ | 9.04 | 5.22 | 10.2 | - |
| YUV | 62.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 90 | 0 | 0.71 | 0.20 | 0.56 | 316.5 | 0.56 | 0.28 |
| Hex | 70 | 20 | 5A | 0 | 47 | 14 | 38 | 13C | 38 | 1C |
| Octal | 160 | 40 | 132 | 0 | 107 | 24 | 70 | 474 | 70 | 34 |
| Binary | 1110000 | 100000 | 1011010 | 0 | 1000111 | 10100 | 111000 | 100111100 | 111000 | 11100 |
Color Harmonies of #70205A
Complementary color
Monochromatic Colors of #70205A
Black with #70205A
Text Example
Text Example
White with #70205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70205A; }
p { color: rgb(112,32,90); }
H1.HeaderClassName
{
color: #70205A;
}
.AnyTagClassName
{
color: #70205A;
}
</style>
background-color css
<style>
a { background-color: #70205A; }
a { background-color: rgb(112,32,90); }
div.DivClassName
{
background-color: #70205A;
}
.BgClassName
{
background-color: #70205A;
}
</style>
border-color css
<style>
span { border-color: #70205A; }
span { border-color: rgb(112,32,90); }
td.TdClassName
{
border-color: #70205A;
}
.TagClassName
{
border-color: #70205A;
}
</style>