Shades of Palatinate Purple #70186D
Tints of Palatinate Purple #70186D
RGB
CMYK
RGB Variations
Color information
#70186D (or 0x70186D) is known color: Palatinate Purple. HEX triplet: 70, 18 and 6D. RGB value is (112,24,109). Sum of RGB (Red+Green+Blue) = 112+24+109=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70186D is #8FE792. Grayscale: #3B3B3B. Windows color (decimal): -9430931 or 7149680. OLE color: 7149680.
HSL color Cylindrical-coordinate representation of color #70186D: hue angle of 302.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70186D is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 109 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.56 |
| HSL | 302.05º | 0.65% | 0.27% | - |
| HSV(B) | 302.05º | 0.79% | 0.44% | - |
| XYZ | 9.77 | 5.2 | 14.96 | - |
| YUV | 60 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 109 | 0 | 0.79 | 0.03 | 0.56 | 302.05 | 0.65 | 0.27 |
| Hex | 70 | 18 | 6D | 0 | 4F | 3 | 38 | 12E | 41 | 1B |
| Octal | 160 | 30 | 155 | 0 | 117 | 3 | 70 | 456 | 101 | 33 |
| Binary | 1110000 | 11000 | 1101101 | 0 | 1001111 | 11 | 111000 | 100101110 | 1000001 | 11011 |
Color Harmonies of #70186D
Complementary color
Monochromatic Colors of #70186D
Black with #70186D
Text Example
Text Example
White with #70186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70186D; }
p { color: rgb(112,24,109); }
H1.HeaderClassName
{
color: #70186D;
}
.AnyTagClassName
{
color: #70186D;
}
</style>
background-color css
<style>
a { background-color: #70186D; }
a { background-color: rgb(112,24,109); }
div.DivClassName
{
background-color: #70186D;
}
.BgClassName
{
background-color: #70186D;
}
</style>
border-color css
<style>
span { border-color: #70186D; }
span { border-color: rgb(112,24,109); }
td.TdClassName
{
border-color: #70186D;
}
.TagClassName
{
border-color: #70186D;
}
</style>