Shades of Palatinate Purple #701165
Tints of Palatinate Purple #701165
RGB
CMYK
RGB Variations
Color information
#701165 (or 0x701165) is known color: Palatinate Purple. HEX triplet: 70, 11 and 65. RGB value is (112,17,101). Sum of RGB (Red+Green+Blue) = 112+17+101=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701165 is #8FEE9A. Grayscale: #363636. Windows color (decimal): -9432731 or 6623600. OLE color: 6623600.
HSL color Cylindrical-coordinate representation of color #701165: hue angle of 306.95º 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 #701165 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 101 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.56 |
| HSL | 306.95º | 0.74% | 0.25% | - |
| HSV(B) | 306.95º | 0.85% | 0.44% | - |
| XYZ | 9.23 | 4.79 | 12.75 | - |
| YUV | 54.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 101 | 0 | 0.85 | 0.10 | 0.56 | 306.95 | 0.74 | 0.25 |
| Hex | 70 | 11 | 65 | 0 | 55 | A | 38 | 133 | 4A | 19 |
| Octal | 160 | 21 | 145 | 0 | 125 | 12 | 70 | 463 | 112 | 31 |
| Binary | 1110000 | 10001 | 1100101 | 0 | 1010101 | 1010 | 111000 | 100110011 | 1001010 | 11001 |
Color Harmonies of #701165
Complementary color
Monochromatic Colors of #701165
Black with #701165
Text Example
Text Example
White with #701165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701165; }
p { color: rgb(112,17,101); }
H1.HeaderClassName
{
color: #701165;
}
.AnyTagClassName
{
color: #701165;
}
</style>
background-color css
<style>
a { background-color: #701165; }
a { background-color: rgb(112,17,101); }
div.DivClassName
{
background-color: #701165;
}
.BgClassName
{
background-color: #701165;
}
</style>
border-color css
<style>
span { border-color: #701165; }
span { border-color: rgb(112,17,101); }
td.TdClassName
{
border-color: #701165;
}
.TagClassName
{
border-color: #701165;
}
</style>