Shades of Palatinate Purple #711D5C
Tints of Palatinate Purple #711D5C
RGB
CMYK
RGB Variations
Color information
#711D5C (or 0x711D5C) is known color: Palatinate Purple. HEX triplet: 71, 1D and 5C. RGB value is (113,29,92). Sum of RGB (Red+Green+Blue) = 113+29+92=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D5C is #8EE2A3. Grayscale: #3D3D3D. Windows color (decimal): -9364132 or 6036849. OLE color: 6036849.
HSL color Cylindrical-coordinate representation of color #711D5C: hue angle of 315º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D5C is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 92 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.56 |
| HSL | 315º | 0.59% | 0.28% | - |
| HSV(B) | 315º | 0.74% | 0.44% | - |
| XYZ | 9.18 | 5.16 | 10.64 | - |
| YUV | 61.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 92 | 0 | 0.74 | 0.19 | 0.56 | 315 | 0.59 | 0.28 |
| Hex | 71 | 1D | 5C | 0 | 4A | 13 | 38 | 13B | 3B | 1C |
| Octal | 161 | 35 | 134 | 0 | 112 | 23 | 70 | 473 | 73 | 34 |
| Binary | 1110001 | 11101 | 1011100 | 0 | 1001010 | 10011 | 111000 | 100111011 | 111011 | 11100 |
Color Harmonies of #711D5C
Complementary color
Monochromatic Colors of #711D5C
Black with #711D5C
Text Example
Text Example
White with #711D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D5C; }
p { color: rgb(113,29,92); }
H1.HeaderClassName
{
color: #711D5C;
}
.AnyTagClassName
{
color: #711D5C;
}
</style>
background-color css
<style>
a { background-color: #711D5C; }
a { background-color: rgb(113,29,92); }
div.DivClassName
{
background-color: #711D5C;
}
.BgClassName
{
background-color: #711D5C;
}
</style>
border-color css
<style>
span { border-color: #711D5C; }
span { border-color: rgb(113,29,92); }
td.TdClassName
{
border-color: #711D5C;
}
.TagClassName
{
border-color: #711D5C;
}
</style>