Shades of Palatinate Purple #712B68
Tints of Palatinate Purple #712B68
RGB
CMYK
RGB Variations
Color information
#712B68 (or 0x712B68) is known color: Palatinate Purple. HEX triplet: 71, 2B and 68. RGB value is (113,43,104). Sum of RGB (Red+Green+Blue) = 113+43+104=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #712B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712B68 is #8ED497. Grayscale: #464646. Windows color (decimal): -9360536 or 6826865. OLE color: 6826865.
HSL color Cylindrical-coordinate representation of color #712B68: hue angle of 307.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712B68 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 43 | 104 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.56 |
| HSL | 307.71º | 0.45% | 0.31% | - |
| HSV(B) | 307.71º | 0.62% | 0.44% | - |
| XYZ | 10.17 | 6.24 | 13.76 | - |
| YUV | 70.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 104 | 0 | 0.62 | 0.08 | 0.56 | 307.71 | 0.45 | 0.31 |
| Hex | 71 | 2B | 68 | 0 | 3E | 8 | 38 | 134 | 2D | 1F |
| Octal | 161 | 53 | 150 | 0 | 76 | 10 | 70 | 464 | 55 | 37 |
| Binary | 1110001 | 101011 | 1101000 | 0 | 111110 | 1000 | 111000 | 100110100 | 101101 | 11111 |
Color Harmonies of #712B68
Complementary color
Monochromatic Colors of #712B68
Black with #712B68
Text Example
Text Example
White with #712B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B68; }
p { color: rgb(113,43,104); }
H1.HeaderClassName
{
color: #712B68;
}
.AnyTagClassName
{
color: #712B68;
}
</style>
background-color css
<style>
a { background-color: #712B68; }
a { background-color: rgb(113,43,104); }
div.DivClassName
{
background-color: #712B68;
}
.BgClassName
{
background-color: #712B68;
}
</style>
border-color css
<style>
span { border-color: #712B68; }
span { border-color: rgb(113,43,104); }
td.TdClassName
{
border-color: #712B68;
}
.TagClassName
{
border-color: #712B68;
}
</style>