Shades of Palatinate Purple #701166
Tints of Palatinate Purple #701166
RGB
CMYK
RGB Variations
Color information
#701166 (or 0x701166) is known color: Palatinate Purple. HEX triplet: 70, 11 and 66. RGB value is (112,17,102). Sum of RGB (Red+Green+Blue) = 112+17+102=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701166 is #8FEE99. Grayscale: #363636. Windows color (decimal): -9432730 or 6689136. OLE color: 6689136.
HSL color Cylindrical-coordinate representation of color #701166: hue angle of 306.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701166 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 102 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.56 |
| HSL | 306.32º | 0.74% | 0.25% | - |
| HSV(B) | 306.32º | 0.85% | 0.44% | - |
| XYZ | 9.28 | 4.8 | 13.01 | - |
| YUV | 55.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 102 | 0 | 0.85 | 0.09 | 0.56 | 306.32 | 0.74 | 0.25 |
| Hex | 70 | 11 | 66 | 0 | 55 | 9 | 38 | 132 | 4A | 19 |
| Octal | 160 | 21 | 146 | 0 | 125 | 11 | 70 | 462 | 112 | 31 |
| Binary | 1110000 | 10001 | 1100110 | 0 | 1010101 | 1001 | 111000 | 100110010 | 1001010 | 11001 |
Color Harmonies of #701166
Complementary color
Monochromatic Colors of #701166
Black with #701166
Text Example
Text Example
White with #701166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701166; }
p { color: rgb(112,17,102); }
H1.HeaderClassName
{
color: #701166;
}
.AnyTagClassName
{
color: #701166;
}
</style>
background-color css
<style>
a { background-color: #701166; }
a { background-color: rgb(112,17,102); }
div.DivClassName
{
background-color: #701166;
}
.BgClassName
{
background-color: #701166;
}
</style>
border-color css
<style>
span { border-color: #701166; }
span { border-color: rgb(112,17,102); }
td.TdClassName
{
border-color: #701166;
}
.TagClassName
{
border-color: #701166;
}
</style>