Shades of Palatinate Purple #701466
Tints of Palatinate Purple #701466
RGB
CMYK
RGB Variations
Color information
#701466 (or 0x701466) is known color: Palatinate Purple. HEX triplet: 70, 14 and 66. RGB value is (112,20,102). Sum of RGB (Red+Green+Blue) = 112+20+102=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701466 is #8FEB99. Grayscale: #383838. Windows color (decimal): -9431962 or 6689904. OLE color: 6689904.
HSL color Cylindrical-coordinate representation of color #701466: hue angle of 306.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701466 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 102 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.56 |
| HSL | 306.52º | 0.7% | 0.26% | - |
| HSV(B) | 306.52º | 0.82% | 0.44% | - |
| XYZ | 9.33 | 4.9 | 13.03 | - |
| YUV | 56.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 102 | 0 | 0.82 | 0.09 | 0.56 | 306.52 | 0.7 | 0.26 |
| Hex | 70 | 14 | 66 | 0 | 52 | 9 | 38 | 133 | 46 | 1A |
| Octal | 160 | 24 | 146 | 0 | 122 | 11 | 70 | 463 | 106 | 32 |
| Binary | 1110000 | 10100 | 1100110 | 0 | 1010010 | 1001 | 111000 | 100110011 | 1000110 | 11010 |
Color Harmonies of #701466
Complementary color
Monochromatic Colors of #701466
Black with #701466
Text Example
Text Example
White with #701466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701466; }
p { color: rgb(112,20,102); }
H1.HeaderClassName
{
color: #701466;
}
.AnyTagClassName
{
color: #701466;
}
</style>
background-color css
<style>
a { background-color: #701466; }
a { background-color: rgb(112,20,102); }
div.DivClassName
{
background-color: #701466;
}
.BgClassName
{
background-color: #701466;
}
</style>
border-color css
<style>
span { border-color: #701466; }
span { border-color: rgb(112,20,102); }
td.TdClassName
{
border-color: #701466;
}
.TagClassName
{
border-color: #701466;
}
</style>