Shades of Palatinate Purple #712F60
Tints of Palatinate Purple #712F60
RGB
CMYK
RGB Variations
Color information
#712F60 (or 0x712F60) is known color: Palatinate Purple. HEX triplet: 71, 2F and 60. RGB value is (113,47,96). Sum of RGB (Red+Green+Blue) = 113+47+96=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #712F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F60 is #8ED09F. Grayscale: #484848. Windows color (decimal): -9359520 or 6303601. OLE color: 6303601.
HSL color Cylindrical-coordinate representation of color #712F60: hue angle of 315.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F60 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 96 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.56 |
| HSL | 315.45º | 0.41% | 0.31% | - |
| HSV(B) | 315.45º | 0.58% | 0.44% | - |
| XYZ | 9.94 | 6.39 | 11.78 | - |
| YUV | 72.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 96 | 0 | 0.58 | 0.15 | 0.56 | 315.45 | 0.41 | 0.31 |
| Hex | 71 | 2F | 60 | 0 | 3A | F | 38 | 13B | 29 | 1F |
| Octal | 161 | 57 | 140 | 0 | 72 | 17 | 70 | 473 | 51 | 37 |
| Binary | 1110001 | 101111 | 1100000 | 0 | 111010 | 1111 | 111000 | 100111011 | 101001 | 11111 |
Color Harmonies of #712F60
Complementary color
Monochromatic Colors of #712F60
Black with #712F60
Text Example
Text Example
White with #712F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F60; }
p { color: rgb(113,47,96); }
H1.HeaderClassName
{
color: #712F60;
}
.AnyTagClassName
{
color: #712F60;
}
</style>
background-color css
<style>
a { background-color: #712F60; }
a { background-color: rgb(113,47,96); }
div.DivClassName
{
background-color: #712F60;
}
.BgClassName
{
background-color: #712F60;
}
</style>
border-color css
<style>
span { border-color: #712F60; }
span { border-color: rgb(113,47,96); }
td.TdClassName
{
border-color: #712F60;
}
.TagClassName
{
border-color: #712F60;
}
</style>