Shades of Palatinate Purple #711A5D
Tints of Palatinate Purple #711A5D
RGB
CMYK
RGB Variations
Color information
#711A5D (or 0x711A5D) is known color: Palatinate Purple. HEX triplet: 71, 1A and 5D. RGB value is (113,26,93). Sum of RGB (Red+Green+Blue) = 113+26+93=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A5D is #8EE5A2. Grayscale: #3B3B3B. Windows color (decimal): -9364899 or 6101617. OLE color: 6101617.
HSL color Cylindrical-coordinate representation of color #711A5D: hue angle of 313.79º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A5D is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 93 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.56 |
| HSL | 313.79º | 0.63% | 0.27% | - |
| HSV(B) | 313.79º | 0.77% | 0.44% | - |
| XYZ | 9.16 | 5.04 | 10.85 | - |
| YUV | 59.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 93 | 0 | 0.77 | 0.18 | 0.56 | 313.79 | 0.63 | 0.27 |
| Hex | 71 | 1A | 5D | 0 | 4D | 12 | 38 | 13A | 3F | 1B |
| Octal | 161 | 32 | 135 | 0 | 115 | 22 | 70 | 472 | 77 | 33 |
| Binary | 1110001 | 11010 | 1011101 | 0 | 1001101 | 10010 | 111000 | 100111010 | 111111 | 11011 |
Color Harmonies of #711A5D
Complementary color
Monochromatic Colors of #711A5D
Black with #711A5D
Text Example
Text Example
White with #711A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A5D; }
p { color: rgb(113,26,93); }
H1.HeaderClassName
{
color: #711A5D;
}
.AnyTagClassName
{
color: #711A5D;
}
</style>
background-color css
<style>
a { background-color: #711A5D; }
a { background-color: rgb(113,26,93); }
div.DivClassName
{
background-color: #711A5D;
}
.BgClassName
{
background-color: #711A5D;
}
</style>
border-color css
<style>
span { border-color: #711A5D; }
span { border-color: rgb(113,26,93); }
td.TdClassName
{
border-color: #711A5D;
}
.TagClassName
{
border-color: #711A5D;
}
</style>