Shades of Palatinate Purple #712E5A
Tints of Palatinate Purple #712E5A
RGB
CMYK
RGB Variations
Color information
#712E5A (or 0x712E5A) is known color: Palatinate Purple. HEX triplet: 71, 2E and 5A. RGB value is (113,46,90). Sum of RGB (Red+Green+Blue) = 113+46+90=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E5A is #8ED1A5. Grayscale: #464646. Windows color (decimal): -9359782 or 5910129. OLE color: 5910129.
HSL color Cylindrical-coordinate representation of color #712E5A: hue angle of 320.6º 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 #712E5A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 90 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.56 |
| HSL | 320.6º | 0.42% | 0.31% | - |
| HSV(B) | 320.6º | 0.59% | 0.44% | - |
| XYZ | 9.63 | 6.2 | 10.36 | - |
| YUV | 71.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 90 | 0 | 0.59 | 0.20 | 0.56 | 320.6 | 0.42 | 0.31 |
| Hex | 71 | 2E | 5A | 0 | 3B | 14 | 38 | 141 | 2A | 1F |
| Octal | 161 | 56 | 132 | 0 | 73 | 24 | 70 | 501 | 52 | 37 |
| Binary | 1110001 | 101110 | 1011010 | 0 | 111011 | 10100 | 111000 | 101000001 | 101010 | 11111 |
Color Harmonies of #712E5A
Complementary color
Monochromatic Colors of #712E5A
Black with #712E5A
Text Example
Text Example
White with #712E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E5A; }
p { color: rgb(113,46,90); }
H1.HeaderClassName
{
color: #712E5A;
}
.AnyTagClassName
{
color: #712E5A;
}
</style>
background-color css
<style>
a { background-color: #712E5A; }
a { background-color: rgb(113,46,90); }
div.DivClassName
{
background-color: #712E5A;
}
.BgClassName
{
background-color: #712E5A;
}
</style>
border-color css
<style>
span { border-color: #712E5A; }
span { border-color: rgb(113,46,90); }
td.TdClassName
{
border-color: #712E5A;
}
.TagClassName
{
border-color: #712E5A;
}
</style>