Shades of Palatinate Purple #712E60
Tints of Palatinate Purple #712E60
RGB
CMYK
RGB Variations
Color information
#712E60 (or 0x712E60) is known color: Palatinate Purple. HEX triplet: 71, 2E and 60. RGB value is (113,46,96). Sum of RGB (Red+Green+Blue) = 113+46+96=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #712E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E60 is #8ED19F. Grayscale: #474747. Windows color (decimal): -9359776 or 6303345. OLE color: 6303345.
HSL color Cylindrical-coordinate representation of color #712E60: hue angle of 315.22º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E60 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 96 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.56 |
| HSL | 315.22º | 0.42% | 0.31% | - |
| HSV(B) | 315.22º | 0.59% | 0.44% | - |
| XYZ | 9.9 | 6.31 | 11.76 | - |
| YUV | 71.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 96 | 0 | 0.59 | 0.15 | 0.56 | 315.22 | 0.42 | 0.31 |
| Hex | 71 | 2E | 60 | 0 | 3B | F | 38 | 13B | 2A | 1F |
| Octal | 161 | 56 | 140 | 0 | 73 | 17 | 70 | 473 | 52 | 37 |
| Binary | 1110001 | 101110 | 1100000 | 0 | 111011 | 1111 | 111000 | 100111011 | 101010 | 11111 |
Color Harmonies of #712E60
Complementary color
Monochromatic Colors of #712E60
Black with #712E60
Text Example
Text Example
White with #712E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E60; }
p { color: rgb(113,46,96); }
H1.HeaderClassName
{
color: #712E60;
}
.AnyTagClassName
{
color: #712E60;
}
</style>
background-color css
<style>
a { background-color: #712E60; }
a { background-color: rgb(113,46,96); }
div.DivClassName
{
background-color: #712E60;
}
.BgClassName
{
background-color: #712E60;
}
</style>
border-color css
<style>
span { border-color: #712E60; }
span { border-color: rgb(113,46,96); }
td.TdClassName
{
border-color: #712E60;
}
.TagClassName
{
border-color: #712E60;
}
</style>