Shades of Palatinate Purple #712F68
Tints of Palatinate Purple #712F68
RGB
CMYK
RGB Variations
Color information
#712F68 (or 0x712F68) is known color: Palatinate Purple. HEX triplet: 71, 2F and 68. RGB value is (113,47,104). Sum of RGB (Red+Green+Blue) = 113+47+104=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #712F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F68 is #8ED097. Grayscale: #494949. Windows color (decimal): -9359512 or 6827889. OLE color: 6827889.
HSL color Cylindrical-coordinate representation of color #712F68: hue angle of 308.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 #712F68 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 104 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.56 |
| HSL | 308.18º | 0.41% | 0.31% | - |
| HSV(B) | 308.18º | 0.58% | 0.44% | - |
| XYZ | 10.33 | 6.54 | 13.82 | - |
| YUV | 73.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 104 | 0 | 0.58 | 0.08 | 0.56 | 308.18 | 0.41 | 0.31 |
| Hex | 71 | 2F | 68 | 0 | 3A | 8 | 38 | 134 | 29 | 1F |
| Octal | 161 | 57 | 150 | 0 | 72 | 10 | 70 | 464 | 51 | 37 |
| Binary | 1110001 | 101111 | 1101000 | 0 | 111010 | 1000 | 111000 | 100110100 | 101001 | 11111 |
Color Harmonies of #712F68
Complementary color
Monochromatic Colors of #712F68
Black with #712F68
Text Example
Text Example
White with #712F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F68; }
p { color: rgb(113,47,104); }
H1.HeaderClassName
{
color: #712F68;
}
.AnyTagClassName
{
color: #712F68;
}
</style>
background-color css
<style>
a { background-color: #712F68; }
a { background-color: rgb(113,47,104); }
div.DivClassName
{
background-color: #712F68;
}
.BgClassName
{
background-color: #712F68;
}
</style>
border-color css
<style>
span { border-color: #712F68; }
span { border-color: rgb(113,47,104); }
td.TdClassName
{
border-color: #712F68;
}
.TagClassName
{
border-color: #712F68;
}
</style>