Shades of Palatinate Purple #712D6A
Tints of Palatinate Purple #712D6A
RGB
CMYK
RGB Variations
Color information
#712D6A (or 0x712D6A) is known color: Palatinate Purple. HEX triplet: 71, 2D and 6A. RGB value is (113,45,106). Sum of RGB (Red+Green+Blue) = 113+45+106=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #712D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D6A is #8ED295. Grayscale: #484848. Windows color (decimal): -9360022 or 6958449. OLE color: 6958449.
HSL color Cylindrical-coordinate representation of color #712D6A: hue angle of 306.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D6A is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 106 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.56 |
| HSL | 306.18º | 0.43% | 0.31% | - |
| HSV(B) | 306.18º | 0.6% | 0.44% | - |
| XYZ | 10.35 | 6.43 | 14.33 | - |
| YUV | 72.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 106 | 0 | 0.60 | 0.06 | 0.56 | 306.18 | 0.43 | 0.31 |
| Hex | 71 | 2D | 6A | 0 | 3C | 6 | 38 | 132 | 2B | 1F |
| Octal | 161 | 55 | 152 | 0 | 74 | 6 | 70 | 462 | 53 | 37 |
| Binary | 1110001 | 101101 | 1101010 | 0 | 111100 | 110 | 111000 | 100110010 | 101011 | 11111 |
Color Harmonies of #712D6A
Complementary color
Monochromatic Colors of #712D6A
Black with #712D6A
Text Example
Text Example
White with #712D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D6A; }
p { color: rgb(113,45,106); }
H1.HeaderClassName
{
color: #712D6A;
}
.AnyTagClassName
{
color: #712D6A;
}
</style>
background-color css
<style>
a { background-color: #712D6A; }
a { background-color: rgb(113,45,106); }
div.DivClassName
{
background-color: #712D6A;
}
.BgClassName
{
background-color: #712D6A;
}
</style>
border-color css
<style>
span { border-color: #712D6A; }
span { border-color: rgb(113,45,106); }
td.TdClassName
{
border-color: #712D6A;
}
.TagClassName
{
border-color: #712D6A;
}
</style>