Shades of Palatinate Purple #711858
Tints of Palatinate Purple #711858
RGB
CMYK
RGB Variations
Color information
#711858 (or 0x711858) is known color: Palatinate Purple. HEX triplet: 71, 18 and 58. RGB value is (113,24,88). Sum of RGB (Red+Green+Blue) = 113+24+88=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #711858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711858 is #8EE7A7. Grayscale: #393939. Windows color (decimal): -9365416 or 5773425. OLE color: 5773425.
HSL color Cylindrical-coordinate representation of color #711858: hue angle of 316.85º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711858 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 24 | 88 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.56 |
| HSL | 316.85º | 0.65% | 0.27% | - |
| HSV(B) | 316.85º | 0.79% | 0.44% | - |
| XYZ | 8.9 | 4.87 | 9.7 | - |
| YUV | 57.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 88 | 0 | 0.79 | 0.22 | 0.56 | 316.85 | 0.65 | 0.27 |
| Hex | 71 | 18 | 58 | 0 | 4F | 16 | 38 | 13D | 41 | 1B |
| Octal | 161 | 30 | 130 | 0 | 117 | 26 | 70 | 475 | 101 | 33 |
| Binary | 1110001 | 11000 | 1011000 | 0 | 1001111 | 10110 | 111000 | 100111101 | 1000001 | 11011 |
Color Harmonies of #711858
Complementary color
Monochromatic Colors of #711858
Black with #711858
Text Example
Text Example
White with #711858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711858; }
p { color: rgb(113,24,88); }
H1.HeaderClassName
{
color: #711858;
}
.AnyTagClassName
{
color: #711858;
}
</style>
background-color css
<style>
a { background-color: #711858; }
a { background-color: rgb(113,24,88); }
div.DivClassName
{
background-color: #711858;
}
.BgClassName
{
background-color: #711858;
}
</style>
border-color css
<style>
span { border-color: #711858; }
span { border-color: rgb(113,24,88); }
td.TdClassName
{
border-color: #711858;
}
.TagClassName
{
border-color: #711858;
}
</style>