Shades of Palatinate Purple #712165
Tints of Palatinate Purple #712165
RGB
CMYK
RGB Variations
Color information
#712165 (or 0x712165) is known color: Palatinate Purple. HEX triplet: 71, 21 and 65. RGB value is (113,33,101). Sum of RGB (Red+Green+Blue) = 113+33+101=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712165 is #8EDE9A. Grayscale: #404040. Windows color (decimal): -9363099 or 6627697. OLE color: 6627697.
HSL color Cylindrical-coordinate representation of color #712165: hue angle of 309º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712165 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 101 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.56 |
| HSL | 309º | 0.55% | 0.29% | - |
| HSV(B) | 309º | 0.71% | 0.44% | - |
| XYZ | 9.7 | 5.54 | 12.87 | - |
| YUV | 64.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 101 | 0 | 0.71 | 0.11 | 0.56 | 309 | 0.55 | 0.29 |
| Hex | 71 | 21 | 65 | 0 | 47 | B | 38 | 135 | 37 | 1D |
| Octal | 161 | 41 | 145 | 0 | 107 | 13 | 70 | 465 | 67 | 35 |
| Binary | 1110001 | 100001 | 1100101 | 0 | 1000111 | 1011 | 111000 | 100110101 | 110111 | 11101 |
Color Harmonies of #712165
Complementary color
Monochromatic Colors of #712165
Black with #712165
Text Example
Text Example
White with #712165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712165; }
p { color: rgb(113,33,101); }
H1.HeaderClassName
{
color: #712165;
}
.AnyTagClassName
{
color: #712165;
}
</style>
background-color css
<style>
a { background-color: #712165; }
a { background-color: rgb(113,33,101); }
div.DivClassName
{
background-color: #712165;
}
.BgClassName
{
background-color: #712165;
}
</style>
border-color css
<style>
span { border-color: #712165; }
span { border-color: rgb(113,33,101); }
td.TdClassName
{
border-color: #712165;
}
.TagClassName
{
border-color: #712165;
}
</style>