Shades of Palatinate Purple #70206C
Tints of Palatinate Purple #70206C
RGB
CMYK
RGB Variations
Color information
#70206C (or 0x70206C) is known color: Palatinate Purple. HEX triplet: 70, 20 and 6C. RGB value is (112,32,108). Sum of RGB (Red+Green+Blue) = 112+32+108=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70206C is #8FDF93. Grayscale: #404040. Windows color (decimal): -9428884 or 7086192. OLE color: 7086192.
HSL color Cylindrical-coordinate representation of color #70206C: hue angle of 303º 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 #70206C is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 108 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.56 |
| HSL | 303º | 0.56% | 0.28% | - |
| HSV(B) | 303º | 0.71% | 0.44% | - |
| XYZ | 9.91 | 5.56 | 14.74 | - |
| YUV | 64.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 108 | 0 | 0.71 | 0.04 | 0.56 | 303 | 0.56 | 0.28 |
| Hex | 70 | 20 | 6C | 0 | 47 | 4 | 38 | 12F | 38 | 1C |
| Octal | 160 | 40 | 154 | 0 | 107 | 4 | 70 | 457 | 70 | 34 |
| Binary | 1110000 | 100000 | 1101100 | 0 | 1000111 | 100 | 111000 | 100101111 | 111000 | 11100 |
Color Harmonies of #70206C
Complementary color
Monochromatic Colors of #70206C
Black with #70206C
Text Example
Text Example
White with #70206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70206C; }
p { color: rgb(112,32,108); }
H1.HeaderClassName
{
color: #70206C;
}
.AnyTagClassName
{
color: #70206C;
}
</style>
background-color css
<style>
a { background-color: #70206C; }
a { background-color: rgb(112,32,108); }
div.DivClassName
{
background-color: #70206C;
}
.BgClassName
{
background-color: #70206C;
}
</style>
border-color css
<style>
span { border-color: #70206C; }
span { border-color: rgb(112,32,108); }
td.TdClassName
{
border-color: #70206C;
}
.TagClassName
{
border-color: #70206C;
}
</style>