Shades of Palatinate Purple #712A5E
Tints of Palatinate Purple #712A5E
RGB
CMYK
RGB Variations
Color information
#712A5E (or 0x712A5E) is known color: Palatinate Purple. HEX triplet: 71, 2A and 5E. RGB value is (113,42,94). Sum of RGB (Red+Green+Blue) = 113+42+94=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A5E is #8ED5A1. Grayscale: #454545. Windows color (decimal): -9360802 or 6171249. OLE color: 6171249.
HSL color Cylindrical-coordinate representation of color #712A5E: hue angle of 316.06º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A5E is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 94 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.56 |
| HSL | 316.06º | 0.46% | 0.3% | - |
| HSV(B) | 316.06º | 0.63% | 0.44% | - |
| XYZ | 9.66 | 5.97 | 11.23 | - |
| YUV | 69.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 94 | 0 | 0.63 | 0.17 | 0.56 | 316.06 | 0.46 | 0.3 |
| Hex | 71 | 2A | 5E | 0 | 3F | 11 | 38 | 13C | 2E | 1E |
| Octal | 161 | 52 | 136 | 0 | 77 | 21 | 70 | 474 | 56 | 36 |
| Binary | 1110001 | 101010 | 1011110 | 0 | 111111 | 10001 | 111000 | 100111100 | 101110 | 11110 |
Color Harmonies of #712A5E
Complementary color
Monochromatic Colors of #712A5E
Black with #712A5E
Text Example
Text Example
White with #712A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A5E; }
p { color: rgb(113,42,94); }
H1.HeaderClassName
{
color: #712A5E;
}
.AnyTagClassName
{
color: #712A5E;
}
</style>
background-color css
<style>
a { background-color: #712A5E; }
a { background-color: rgb(113,42,94); }
div.DivClassName
{
background-color: #712A5E;
}
.BgClassName
{
background-color: #712A5E;
}
</style>
border-color css
<style>
span { border-color: #712A5E; }
span { border-color: rgb(113,42,94); }
td.TdClassName
{
border-color: #712A5E;
}
.TagClassName
{
border-color: #712A5E;
}
</style>