Shades of Palatinate Purple #711C57
Tints of Palatinate Purple #711C57
RGB
CMYK
RGB Variations
Color information
#711C57 (or 0x711C57) is known color: Palatinate Purple. HEX triplet: 71, 1C and 57. RGB value is (113,28,87). Sum of RGB (Red+Green+Blue) = 113+28+87=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C57 is #8EE3A8. Grayscale: #3B3B3B. Windows color (decimal): -9364393 or 5708913. OLE color: 5708913.
HSL color Cylindrical-coordinate representation of color #711C57: hue angle of 318.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C57 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 87 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.56 |
| HSL | 318.35º | 0.6% | 0.28% | - |
| HSV(B) | 318.35º | 0.75% | 0.44% | - |
| XYZ | 8.95 | 5.03 | 9.52 | - |
| YUV | 60.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 87 | 0 | 0.75 | 0.23 | 0.56 | 318.35 | 0.6 | 0.28 |
| Hex | 71 | 1C | 57 | 0 | 4B | 17 | 38 | 13E | 3C | 1C |
| Octal | 161 | 34 | 127 | 0 | 113 | 27 | 70 | 476 | 74 | 34 |
| Binary | 1110001 | 11100 | 1010111 | 0 | 1001011 | 10111 | 111000 | 100111110 | 111100 | 11100 |
Color Harmonies of #711C57
Complementary color
Monochromatic Colors of #711C57
Black with #711C57
Text Example
Text Example
White with #711C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C57; }
p { color: rgb(113,28,87); }
H1.HeaderClassName
{
color: #711C57;
}
.AnyTagClassName
{
color: #711C57;
}
</style>
background-color css
<style>
a { background-color: #711C57; }
a { background-color: rgb(113,28,87); }
div.DivClassName
{
background-color: #711C57;
}
.BgClassName
{
background-color: #711C57;
}
</style>
border-color css
<style>
span { border-color: #711C57; }
span { border-color: rgb(113,28,87); }
td.TdClassName
{
border-color: #711C57;
}
.TagClassName
{
border-color: #711C57;
}
</style>