Shades of Palatinate Purple #712D6B
Tints of Palatinate Purple #712D6B
RGB
CMYK
RGB Variations
Color information
#712D6B (or 0x712D6B) is known color: Palatinate Purple. HEX triplet: 71, 2D and 6B. RGB value is (113,45,107). Sum of RGB (Red+Green+Blue) = 113+45+107=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #712D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D6B is #8ED294. Grayscale: #484848. Windows color (decimal): -9360021 or 7023985. OLE color: 7023985.
HSL color Cylindrical-coordinate representation of color #712D6B: hue angle of 305.29º 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 #712D6B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 107 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.56 |
| HSL | 305.29º | 0.43% | 0.31% | - |
| HSV(B) | 305.29º | 0.6% | 0.44% | - |
| XYZ | 10.4 | 6.45 | 14.61 | - |
| YUV | 72.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 107 | 0 | 0.60 | 0.05 | 0.56 | 305.29 | 0.43 | 0.31 |
| Hex | 71 | 2D | 6B | 0 | 3C | 5 | 38 | 131 | 2B | 1F |
| Octal | 161 | 55 | 153 | 0 | 74 | 5 | 70 | 461 | 53 | 37 |
| Binary | 1110001 | 101101 | 1101011 | 0 | 111100 | 101 | 111000 | 100110001 | 101011 | 11111 |
Color Harmonies of #712D6B
Complementary color
Monochromatic Colors of #712D6B
Black with #712D6B
Text Example
Text Example
White with #712D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D6B; }
p { color: rgb(113,45,107); }
H1.HeaderClassName
{
color: #712D6B;
}
.AnyTagClassName
{
color: #712D6B;
}
</style>
background-color css
<style>
a { background-color: #712D6B; }
a { background-color: rgb(113,45,107); }
div.DivClassName
{
background-color: #712D6B;
}
.BgClassName
{
background-color: #712D6B;
}
</style>
border-color css
<style>
span { border-color: #712D6B; }
span { border-color: rgb(113,45,107); }
td.TdClassName
{
border-color: #712D6B;
}
.TagClassName
{
border-color: #712D6B;
}
</style>