Shades of Palatinate Purple #700966
Tints of Palatinate Purple #700966
RGB
CMYK
RGB Variations
Color information
#700966 (or 0x700966) is known color: Palatinate Purple. HEX triplet: 70, 09 and 66. RGB value is (112,9,102). Sum of RGB (Red+Green+Blue) = 112+9+102=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #700966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700966 is #8FF699. Grayscale: #323232. Windows color (decimal): -9434778 or 6687088. OLE color: 6687088.
HSL color Cylindrical-coordinate representation of color #700966: hue angle of 305.83º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700966 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 102 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.56 |
| HSL | 305.83º | 0.85% | 0.24% | - |
| HSV(B) | 305.83º | 0.92% | 0.44% | - |
| XYZ | 9.18 | 4.6 | 12.97 | - |
| YUV | 50.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 102 | 0 | 0.92 | 0.09 | 0.56 | 305.83 | 0.85 | 0.24 |
| Hex | 70 | 9 | 66 | 0 | 5C | 9 | 38 | 132 | 55 | 18 |
| Octal | 160 | 11 | 146 | 0 | 134 | 11 | 70 | 462 | 125 | 30 |
| Binary | 1110000 | 1001 | 1100110 | 0 | 1011100 | 1001 | 111000 | 100110010 | 1010101 | 11000 |
Color Harmonies of #700966
Complementary color
Monochromatic Colors of #700966
Black with #700966
Text Example
Text Example
White with #700966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700966; }
p { color: rgb(112,9,102); }
H1.HeaderClassName
{
color: #700966;
}
.AnyTagClassName
{
color: #700966;
}
</style>
background-color css
<style>
a { background-color: #700966; }
a { background-color: rgb(112,9,102); }
div.DivClassName
{
background-color: #700966;
}
.BgClassName
{
background-color: #700966;
}
</style>
border-color css
<style>
span { border-color: #700966; }
span { border-color: rgb(112,9,102); }
td.TdClassName
{
border-color: #700966;
}
.TagClassName
{
border-color: #700966;
}
</style>