Shades of Palatinate Purple #710B5C
Tints of Palatinate Purple #710B5C
RGB
CMYK
RGB Variations
Color information
#710B5C (or 0x710B5C) is known color: Palatinate Purple. HEX triplet: 71, 0B and 5C. RGB value is (113,11,92). Sum of RGB (Red+Green+Blue) = 113+11+92=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B5C is #8EF4A3. Grayscale: #323232. Windows color (decimal): -9368740 or 6032241. OLE color: 6032241.
HSL color Cylindrical-coordinate representation of color #710B5C: hue angle of 312.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B5C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 92 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.56 |
| HSL | 312.35º | 0.82% | 0.24% | - |
| HSV(B) | 312.35º | 0.9% | 0.44% | - |
| XYZ | 8.86 | 4.52 | 10.53 | - |
| YUV | 50.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 92 | 0 | 0.90 | 0.19 | 0.56 | 312.35 | 0.82 | 0.24 |
| Hex | 71 | B | 5C | 0 | 5A | 13 | 38 | 138 | 52 | 18 |
| Octal | 161 | 13 | 134 | 0 | 132 | 23 | 70 | 470 | 122 | 30 |
| Binary | 1110001 | 1011 | 1011100 | 0 | 1011010 | 10011 | 111000 | 100111000 | 1010010 | 11000 |
Color Harmonies of #710B5C
Complementary color
Monochromatic Colors of #710B5C
Black with #710B5C
Text Example
Text Example
White with #710B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B5C; }
p { color: rgb(113,11,92); }
H1.HeaderClassName
{
color: #710B5C;
}
.AnyTagClassName
{
color: #710B5C;
}
</style>
background-color css
<style>
a { background-color: #710B5C; }
a { background-color: rgb(113,11,92); }
div.DivClassName
{
background-color: #710B5C;
}
.BgClassName
{
background-color: #710B5C;
}
</style>
border-color css
<style>
span { border-color: #710B5C; }
span { border-color: rgb(113,11,92); }
td.TdClassName
{
border-color: #710B5C;
}
.TagClassName
{
border-color: #710B5C;
}
</style>