Shades of Palatinate Purple #712257
Tints of Palatinate Purple #712257
RGB
CMYK
RGB Variations
Color information
#712257 (or 0x712257) is known color: Palatinate Purple. HEX triplet: 71, 22 and 57. RGB value is (113,34,87). Sum of RGB (Red+Green+Blue) = 113+34+87=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712257 is #8EDDA8. Grayscale: #3F3F3F. Windows color (decimal): -9362857 or 5710449. OLE color: 5710449.
HSL color Cylindrical-coordinate representation of color #712257: hue angle of 319.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712257 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 87 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.56 |
| HSL | 319.75º | 0.54% | 0.29% | - |
| HSV(B) | 319.75º | 0.7% | 0.44% | - |
| XYZ | 9.1 | 5.34 | 9.57 | - |
| YUV | 63.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 87 | 0 | 0.70 | 0.23 | 0.56 | 319.75 | 0.54 | 0.29 |
| Hex | 71 | 22 | 57 | 0 | 46 | 17 | 38 | 140 | 36 | 1D |
| Octal | 161 | 42 | 127 | 0 | 106 | 27 | 70 | 500 | 66 | 35 |
| Binary | 1110001 | 100010 | 1010111 | 0 | 1000110 | 10111 | 111000 | 101000000 | 110110 | 11101 |
Color Harmonies of #712257
Complementary color
Monochromatic Colors of #712257
Black with #712257
Text Example
Text Example
White with #712257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712257; }
p { color: rgb(113,34,87); }
H1.HeaderClassName
{
color: #712257;
}
.AnyTagClassName
{
color: #712257;
}
</style>
background-color css
<style>
a { background-color: #712257; }
a { background-color: rgb(113,34,87); }
div.DivClassName
{
background-color: #712257;
}
.BgClassName
{
background-color: #712257;
}
</style>
border-color css
<style>
span { border-color: #712257; }
span { border-color: rgb(113,34,87); }
td.TdClassName
{
border-color: #712257;
}
.TagClassName
{
border-color: #712257;
}
</style>