Shades of Palatinate Purple #70136C
Tints of Palatinate Purple #70136C
RGB
CMYK
RGB Variations
Color information
#70136C (or 0x70136C) is known color: Palatinate Purple. HEX triplet: 70, 13 and 6C. RGB value is (112,19,108). Sum of RGB (Red+Green+Blue) = 112+19+108=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70136C is #8FEC93. Grayscale: #383838. Windows color (decimal): -9432212 or 7082864. OLE color: 7082864.
HSL color Cylindrical-coordinate representation of color #70136C: hue angle of 302.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70136C is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 19 | 108 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.56 |
| HSL | 302.58º | 0.71% | 0.26% | - |
| HSV(B) | 302.58º | 0.83% | 0.44% | - |
| XYZ | 9.62 | 4.99 | 14.64 | - |
| YUV | 56.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 108 | 0 | 0.83 | 0.04 | 0.56 | 302.58 | 0.71 | 0.26 |
| Hex | 70 | 13 | 6C | 0 | 53 | 4 | 38 | 12F | 47 | 1A |
| Octal | 160 | 23 | 154 | 0 | 123 | 4 | 70 | 457 | 107 | 32 |
| Binary | 1110000 | 10011 | 1101100 | 0 | 1010011 | 100 | 111000 | 100101111 | 1000111 | 11010 |
Color Harmonies of #70136C
Complementary color
Monochromatic Colors of #70136C
Black with #70136C
Text Example
Text Example
White with #70136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70136C; }
p { color: rgb(112,19,108); }
H1.HeaderClassName
{
color: #70136C;
}
.AnyTagClassName
{
color: #70136C;
}
</style>
background-color css
<style>
a { background-color: #70136C; }
a { background-color: rgb(112,19,108); }
div.DivClassName
{
background-color: #70136C;
}
.BgClassName
{
background-color: #70136C;
}
</style>
border-color css
<style>
span { border-color: #70136C; }
span { border-color: rgb(112,19,108); }
td.TdClassName
{
border-color: #70136C;
}
.TagClassName
{
border-color: #70136C;
}
</style>