Shades of Palatinate Purple #701169
Tints of Palatinate Purple #701169
RGB
CMYK
RGB Variations
Color information
#701169 (or 0x701169) is known color: Palatinate Purple. HEX triplet: 70, 11 and 69. RGB value is (112,17,105). Sum of RGB (Red+Green+Blue) = 112+17+105=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701169 is #8FEE96. Grayscale: #373737. Windows color (decimal): -9432727 or 6885744. OLE color: 6885744.
HSL color Cylindrical-coordinate representation of color #701169: hue angle of 304.42º 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 #701169 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 105 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.56 |
| HSL | 304.42º | 0.74% | 0.25% | - |
| HSV(B) | 304.42º | 0.85% | 0.44% | - |
| XYZ | 9.43 | 4.87 | 13.81 | - |
| YUV | 55.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 105 | 0 | 0.85 | 0.06 | 0.56 | 304.42 | 0.74 | 0.25 |
| Hex | 70 | 11 | 69 | 0 | 55 | 6 | 38 | 130 | 4A | 19 |
| Octal | 160 | 21 | 151 | 0 | 125 | 6 | 70 | 460 | 112 | 31 |
| Binary | 1110000 | 10001 | 1101001 | 0 | 1010101 | 110 | 111000 | 100110000 | 1001010 | 11001 |
Color Harmonies of #701169
Complementary color
Monochromatic Colors of #701169
Black with #701169
Text Example
Text Example
White with #701169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701169; }
p { color: rgb(112,17,105); }
H1.HeaderClassName
{
color: #701169;
}
.AnyTagClassName
{
color: #701169;
}
</style>
background-color css
<style>
a { background-color: #701169; }
a { background-color: rgb(112,17,105); }
div.DivClassName
{
background-color: #701169;
}
.BgClassName
{
background-color: #701169;
}
</style>
border-color css
<style>
span { border-color: #701169; }
span { border-color: rgb(112,17,105); }
td.TdClassName
{
border-color: #701169;
}
.TagClassName
{
border-color: #701169;
}
</style>