Shades of Palatinate Purple #70186B
Tints of Palatinate Purple #70186B
RGB
CMYK
RGB Variations
Color information
#70186B (or 0x70186B) is known color: Palatinate Purple. HEX triplet: 70, 18 and 6B. RGB value is (112,24,107). Sum of RGB (Red+Green+Blue) = 112+24+107=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70186B is #8FE794. Grayscale: #3B3B3B. Windows color (decimal): -9430933 or 7018608. OLE color: 7018608.
HSL color Cylindrical-coordinate representation of color #70186B: hue angle of 303.41º 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 #70186B is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 107 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.56 |
| HSL | 303.41º | 0.65% | 0.27% | - |
| HSV(B) | 303.41º | 0.79% | 0.44% | - |
| XYZ | 9.66 | 5.16 | 14.4 | - |
| YUV | 59.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 107 | 0 | 0.79 | 0.04 | 0.56 | 303.41 | 0.65 | 0.27 |
| Hex | 70 | 18 | 6B | 0 | 4F | 4 | 38 | 12F | 41 | 1B |
| Octal | 160 | 30 | 153 | 0 | 117 | 4 | 70 | 457 | 101 | 33 |
| Binary | 1110000 | 11000 | 1101011 | 0 | 1001111 | 100 | 111000 | 100101111 | 1000001 | 11011 |
Color Harmonies of #70186B
Complementary color
Monochromatic Colors of #70186B
Black with #70186B
Text Example
Text Example
White with #70186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70186B; }
p { color: rgb(112,24,107); }
H1.HeaderClassName
{
color: #70186B;
}
.AnyTagClassName
{
color: #70186B;
}
</style>
background-color css
<style>
a { background-color: #70186B; }
a { background-color: rgb(112,24,107); }
div.DivClassName
{
background-color: #70186B;
}
.BgClassName
{
background-color: #70186B;
}
</style>
border-color css
<style>
span { border-color: #70186B; }
span { border-color: rgb(112,24,107); }
td.TdClassName
{
border-color: #70186B;
}
.TagClassName
{
border-color: #70186B;
}
</style>