Shades of Palatinate Purple #711B5D
Tints of Palatinate Purple #711B5D
RGB
CMYK
RGB Variations
Color information
#711B5D (or 0x711B5D) is known color: Palatinate Purple. HEX triplet: 71, 1B and 5D. RGB value is (113,27,93). Sum of RGB (Red+Green+Blue) = 113+27+93=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #711B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B5D is #8EE4A2. Grayscale: #3C3C3C. Windows color (decimal): -9364643 or 6101873. OLE color: 6101873.
HSL color Cylindrical-coordinate representation of color #711B5D: hue angle of 313.95º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B5D is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 93 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.56 |
| HSL | 313.95º | 0.61% | 0.27% | - |
| HSV(B) | 313.95º | 0.76% | 0.44% | - |
| XYZ | 9.18 | 5.08 | 10.85 | - |
| YUV | 60.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 93 | 0 | 0.76 | 0.18 | 0.56 | 313.95 | 0.61 | 0.27 |
| Hex | 71 | 1B | 5D | 0 | 4C | 12 | 38 | 13A | 3D | 1B |
| Octal | 161 | 33 | 135 | 0 | 114 | 22 | 70 | 472 | 75 | 33 |
| Binary | 1110001 | 11011 | 1011101 | 0 | 1001100 | 10010 | 111000 | 100111010 | 111101 | 11011 |
Color Harmonies of #711B5D
Complementary color
Monochromatic Colors of #711B5D
Black with #711B5D
Text Example
Text Example
White with #711B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B5D; }
p { color: rgb(113,27,93); }
H1.HeaderClassName
{
color: #711B5D;
}
.AnyTagClassName
{
color: #711B5D;
}
</style>
background-color css
<style>
a { background-color: #711B5D; }
a { background-color: rgb(113,27,93); }
div.DivClassName
{
background-color: #711B5D;
}
.BgClassName
{
background-color: #711B5D;
}
</style>
border-color css
<style>
span { border-color: #711B5D; }
span { border-color: rgb(113,27,93); }
td.TdClassName
{
border-color: #711B5D;
}
.TagClassName
{
border-color: #711B5D;
}
</style>