Shades of Palatinate Purple #712864
Tints of Palatinate Purple #712864
RGB
CMYK
RGB Variations
Color information
#712864 (or 0x712864) is known color: Palatinate Purple. HEX triplet: 71, 28 and 64. RGB value is (113,40,100). Sum of RGB (Red+Green+Blue) = 113+40+100=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712864 is #8ED79B. Grayscale: #444444. Windows color (decimal): -9361308 or 6563953. OLE color: 6563953.
HSL color Cylindrical-coordinate representation of color #712864: hue angle of 310.68º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712864 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 100 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.56 |
| HSL | 310.68º | 0.48% | 0.3% | - |
| HSV(B) | 310.68º | 0.65% | 0.44% | - |
| XYZ | 9.87 | 5.95 | 12.68 | - |
| YUV | 68.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 100 | 0 | 0.65 | 0.12 | 0.56 | 310.68 | 0.48 | 0.3 |
| Hex | 71 | 28 | 64 | 0 | 41 | C | 38 | 137 | 30 | 1E |
| Octal | 161 | 50 | 144 | 0 | 101 | 14 | 70 | 467 | 60 | 36 |
| Binary | 1110001 | 101000 | 1100100 | 0 | 1000001 | 1100 | 111000 | 100110111 | 110000 | 11110 |
Color Harmonies of #712864
Complementary color
Monochromatic Colors of #712864
Black with #712864
Text Example
Text Example
White with #712864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712864; }
p { color: rgb(113,40,100); }
H1.HeaderClassName
{
color: #712864;
}
.AnyTagClassName
{
color: #712864;
}
</style>
background-color css
<style>
a { background-color: #712864; }
a { background-color: rgb(113,40,100); }
div.DivClassName
{
background-color: #712864;
}
.BgClassName
{
background-color: #712864;
}
</style>
border-color css
<style>
span { border-color: #712864; }
span { border-color: rgb(113,40,100); }
td.TdClassName
{
border-color: #712864;
}
.TagClassName
{
border-color: #712864;
}
</style>