Shades of Palatinate Purple #712160
Tints of Palatinate Purple #712160
RGB
CMYK
RGB Variations
Color information
#712160 (or 0x712160) is known color: Palatinate Purple. HEX triplet: 71, 21 and 60. RGB value is (113,33,96). Sum of RGB (Red+Green+Blue) = 113+33+96=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #712160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712160 is #8EDE9F. Grayscale: #3F3F3F. Windows color (decimal): -9363104 or 6300017. OLE color: 6300017.
HSL color Cylindrical-coordinate representation of color #712160: hue angle of 312.75º 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 #712160 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 96 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.56 |
| HSL | 312.75º | 0.55% | 0.29% | - |
| HSV(B) | 312.75º | 0.71% | 0.44% | - |
| XYZ | 9.47 | 5.44 | 11.62 | - |
| YUV | 64.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 96 | 0 | 0.71 | 0.15 | 0.56 | 312.75 | 0.55 | 0.29 |
| Hex | 71 | 21 | 60 | 0 | 47 | F | 38 | 139 | 37 | 1D |
| Octal | 161 | 41 | 140 | 0 | 107 | 17 | 70 | 471 | 67 | 35 |
| Binary | 1110001 | 100001 | 1100000 | 0 | 1000111 | 1111 | 111000 | 100111001 | 110111 | 11101 |
Color Harmonies of #712160
Complementary color
Monochromatic Colors of #712160
Black with #712160
Text Example
Text Example
White with #712160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712160; }
p { color: rgb(113,33,96); }
H1.HeaderClassName
{
color: #712160;
}
.AnyTagClassName
{
color: #712160;
}
</style>
background-color css
<style>
a { background-color: #712160; }
a { background-color: rgb(113,33,96); }
div.DivClassName
{
background-color: #712160;
}
.BgClassName
{
background-color: #712160;
}
</style>
border-color css
<style>
span { border-color: #712160; }
span { border-color: rgb(113,33,96); }
td.TdClassName
{
border-color: #712160;
}
.TagClassName
{
border-color: #712160;
}
</style>