Shades of Palatinate Purple #712F5B
Tints of Palatinate Purple #712F5B
RGB
CMYK
RGB Variations
Color information
#712F5B (or 0x712F5B) is known color: Palatinate Purple. HEX triplet: 71, 2F and 5B. RGB value is (113,47,91). Sum of RGB (Red+Green+Blue) = 113+47+91=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F5B is #8ED0A4. Grayscale: #474747. Windows color (decimal): -9359525 or 5975921. OLE color: 5975921.
HSL color Cylindrical-coordinate representation of color #712F5B: hue angle of 320º 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 #712F5B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 91 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.56 |
| HSL | 320º | 0.41% | 0.31% | - |
| HSV(B) | 320º | 0.58% | 0.44% | - |
| XYZ | 9.71 | 6.3 | 10.6 | - |
| YUV | 71.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 91 | 0 | 0.58 | 0.19 | 0.56 | 320 | 0.41 | 0.31 |
| Hex | 71 | 2F | 5B | 0 | 3A | 13 | 38 | 140 | 29 | 1F |
| Octal | 161 | 57 | 133 | 0 | 72 | 23 | 70 | 500 | 51 | 37 |
| Binary | 1110001 | 101111 | 1011011 | 0 | 111010 | 10011 | 111000 | 101000000 | 101001 | 11111 |
Color Harmonies of #712F5B
Complementary color
Monochromatic Colors of #712F5B
Black with #712F5B
Text Example
Text Example
White with #712F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F5B; }
p { color: rgb(113,47,91); }
H1.HeaderClassName
{
color: #712F5B;
}
.AnyTagClassName
{
color: #712F5B;
}
</style>
background-color css
<style>
a { background-color: #712F5B; }
a { background-color: rgb(113,47,91); }
div.DivClassName
{
background-color: #712F5B;
}
.BgClassName
{
background-color: #712F5B;
}
</style>
border-color css
<style>
span { border-color: #712F5B; }
span { border-color: rgb(113,47,91); }
td.TdClassName
{
border-color: #712F5B;
}
.TagClassName
{
border-color: #712F5B;
}
</style>