Shades of Palatinate Purple #712A5D
Tints of Palatinate Purple #712A5D
RGB
CMYK
RGB Variations
Color information
#712A5D (or 0x712A5D) is known color: Palatinate Purple. HEX triplet: 71, 2A and 5D. RGB value is (113,42,93). Sum of RGB (Red+Green+Blue) = 113+42+93=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A5D is #8ED5A2. Grayscale: #444444. Windows color (decimal): -9360803 or 6105713. OLE color: 6105713.
HSL color Cylindrical-coordinate representation of color #712A5D: hue angle of 316.9º 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 #712A5D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 93 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.56 |
| HSL | 316.9º | 0.46% | 0.3% | - |
| HSV(B) | 316.9º | 0.63% | 0.44% | - |
| XYZ | 9.61 | 5.96 | 11 | - |
| YUV | 69.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 93 | 0 | 0.63 | 0.18 | 0.56 | 316.9 | 0.46 | 0.3 |
| Hex | 71 | 2A | 5D | 0 | 3F | 12 | 38 | 13D | 2E | 1E |
| Octal | 161 | 52 | 135 | 0 | 77 | 22 | 70 | 475 | 56 | 36 |
| Binary | 1110001 | 101010 | 1011101 | 0 | 111111 | 10010 | 111000 | 100111101 | 101110 | 11110 |
Color Harmonies of #712A5D
Complementary color
Monochromatic Colors of #712A5D
Black with #712A5D
Text Example
Text Example
White with #712A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A5D; }
p { color: rgb(113,42,93); }
H1.HeaderClassName
{
color: #712A5D;
}
.AnyTagClassName
{
color: #712A5D;
}
</style>
background-color css
<style>
a { background-color: #712A5D; }
a { background-color: rgb(113,42,93); }
div.DivClassName
{
background-color: #712A5D;
}
.BgClassName
{
background-color: #712A5D;
}
</style>
border-color css
<style>
span { border-color: #712A5D; }
span { border-color: rgb(113,42,93); }
td.TdClassName
{
border-color: #712A5D;
}
.TagClassName
{
border-color: #712A5D;
}
</style>