Shades of Palatinate Purple #712D5B
Tints of Palatinate Purple #712D5B
RGB
CMYK
RGB Variations
Color information
#712D5B (or 0x712D5B) is known color: Palatinate Purple. HEX triplet: 71, 2D and 5B. RGB value is (113,45,91). Sum of RGB (Red+Green+Blue) = 113+45+91=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D5B is #8ED2A4. Grayscale: #464646. Windows color (decimal): -9360037 or 5975409. OLE color: 5975409.
HSL color Cylindrical-coordinate representation of color #712D5B: hue angle of 319.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D5B is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 91 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.56 |
| HSL | 319.41º | 0.43% | 0.31% | - |
| HSV(B) | 319.41º | 0.6% | 0.44% | - |
| XYZ | 9.64 | 6.14 | 10.58 | - |
| YUV | 70.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 91 | 0 | 0.60 | 0.19 | 0.56 | 319.41 | 0.43 | 0.31 |
| Hex | 71 | 2D | 5B | 0 | 3C | 13 | 38 | 13F | 2B | 1F |
| Octal | 161 | 55 | 133 | 0 | 74 | 23 | 70 | 477 | 53 | 37 |
| Binary | 1110001 | 101101 | 1011011 | 0 | 111100 | 10011 | 111000 | 100111111 | 101011 | 11111 |
Color Harmonies of #712D5B
Complementary color
Monochromatic Colors of #712D5B
Black with #712D5B
Text Example
Text Example
White with #712D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D5B; }
p { color: rgb(113,45,91); }
H1.HeaderClassName
{
color: #712D5B;
}
.AnyTagClassName
{
color: #712D5B;
}
</style>
background-color css
<style>
a { background-color: #712D5B; }
a { background-color: rgb(113,45,91); }
div.DivClassName
{
background-color: #712D5B;
}
.BgClassName
{
background-color: #712D5B;
}
</style>
border-color css
<style>
span { border-color: #712D5B; }
span { border-color: rgb(113,45,91); }
td.TdClassName
{
border-color: #712D5B;
}
.TagClassName
{
border-color: #712D5B;
}
</style>