Shades of Palatinate Purple #701869
Tints of Palatinate Purple #701869
RGB
CMYK
RGB Variations
Color information
#701869 (or 0x701869) is known color: Palatinate Purple. HEX triplet: 70, 18 and 69. RGB value is (112,24,105). Sum of RGB (Red+Green+Blue) = 112+24+105=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #701869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701869 is #8FE796. Grayscale: #3B3B3B. Windows color (decimal): -9430935 or 6887536. OLE color: 6887536.
HSL color Cylindrical-coordinate representation of color #701869: hue angle of 304.77º 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 #701869 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 105 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.56 |
| HSL | 304.77º | 0.65% | 0.27% | - |
| HSV(B) | 304.77º | 0.79% | 0.44% | - |
| XYZ | 9.56 | 5.12 | 13.85 | - |
| YUV | 59.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 105 | 0 | 0.79 | 0.06 | 0.56 | 304.77 | 0.65 | 0.27 |
| Hex | 70 | 18 | 69 | 0 | 4F | 6 | 38 | 131 | 41 | 1B |
| Octal | 160 | 30 | 151 | 0 | 117 | 6 | 70 | 461 | 101 | 33 |
| Binary | 1110000 | 11000 | 1101001 | 0 | 1001111 | 110 | 111000 | 100110001 | 1000001 | 11011 |
Color Harmonies of #701869
Complementary color
Monochromatic Colors of #701869
Black with #701869
Text Example
Text Example
White with #701869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701869; }
p { color: rgb(112,24,105); }
H1.HeaderClassName
{
color: #701869;
}
.AnyTagClassName
{
color: #701869;
}
</style>
background-color css
<style>
a { background-color: #701869; }
a { background-color: rgb(112,24,105); }
div.DivClassName
{
background-color: #701869;
}
.BgClassName
{
background-color: #701869;
}
</style>
border-color css
<style>
span { border-color: #701869; }
span { border-color: rgb(112,24,105); }
td.TdClassName
{
border-color: #701869;
}
.TagClassName
{
border-color: #701869;
}
</style>