Shades of Palatinate Purple #712F5D
Tints of Palatinate Purple #712F5D
RGB
CMYK
RGB Variations
Color information
#712F5D (or 0x712F5D) is known color: Palatinate Purple. HEX triplet: 71, 2F and 5D. RGB value is (113,47,93). Sum of RGB (Red+Green+Blue) = 113+47+93=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F5D is #8ED0A2. Grayscale: #474747. Windows color (decimal): -9359523 or 6106993. OLE color: 6106993.
HSL color Cylindrical-coordinate representation of color #712F5D: hue angle of 318.18º 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 #712F5D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 93 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.56 |
| HSL | 318.18º | 0.41% | 0.31% | - |
| HSV(B) | 318.18º | 0.58% | 0.44% | - |
| XYZ | 9.8 | 6.33 | 11.06 | - |
| YUV | 71.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 93 | 0 | 0.58 | 0.18 | 0.56 | 318.18 | 0.41 | 0.31 |
| Hex | 71 | 2F | 5D | 0 | 3A | 12 | 38 | 13E | 29 | 1F |
| Octal | 161 | 57 | 135 | 0 | 72 | 22 | 70 | 476 | 51 | 37 |
| Binary | 1110001 | 101111 | 1011101 | 0 | 111010 | 10010 | 111000 | 100111110 | 101001 | 11111 |
Color Harmonies of #712F5D
Complementary color
Monochromatic Colors of #712F5D
Black with #712F5D
Text Example
Text Example
White with #712F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F5D; }
p { color: rgb(113,47,93); }
H1.HeaderClassName
{
color: #712F5D;
}
.AnyTagClassName
{
color: #712F5D;
}
</style>
background-color css
<style>
a { background-color: #712F5D; }
a { background-color: rgb(113,47,93); }
div.DivClassName
{
background-color: #712F5D;
}
.BgClassName
{
background-color: #712F5D;
}
</style>
border-color css
<style>
span { border-color: #712F5D; }
span { border-color: rgb(113,47,93); }
td.TdClassName
{
border-color: #712F5D;
}
.TagClassName
{
border-color: #712F5D;
}
</style>