Shades of Palatinate Purple #710B5B
Tints of Palatinate Purple #710B5B
RGB
CMYK
RGB Variations
Color information
#710B5B (or 0x710B5B) is known color: Palatinate Purple. HEX triplet: 71, 0B and 5B. RGB value is (113,11,91). Sum of RGB (Red+Green+Blue) = 113+11+91=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B5B is #8EF4A4. Grayscale: #323232. Windows color (decimal): -9368741 or 5966705. OLE color: 5966705.
HSL color Cylindrical-coordinate representation of color #710B5B: hue angle of 312.94º 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 #710B5B is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 91 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.56 |
| HSL | 312.94º | 0.82% | 0.24% | - |
| HSV(B) | 312.94º | 0.9% | 0.44% | - |
| XYZ | 8.82 | 4.51 | 10.3 | - |
| YUV | 50.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 91 | 0 | 0.90 | 0.19 | 0.56 | 312.94 | 0.82 | 0.24 |
| Hex | 71 | B | 5B | 0 | 5A | 13 | 38 | 139 | 52 | 18 |
| Octal | 161 | 13 | 133 | 0 | 132 | 23 | 70 | 471 | 122 | 30 |
| Binary | 1110001 | 1011 | 1011011 | 0 | 1011010 | 10011 | 111000 | 100111001 | 1010010 | 11000 |
Color Harmonies of #710B5B
Complementary color
Monochromatic Colors of #710B5B
Black with #710B5B
Text Example
Text Example
White with #710B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B5B; }
p { color: rgb(113,11,91); }
H1.HeaderClassName
{
color: #710B5B;
}
.AnyTagClassName
{
color: #710B5B;
}
</style>
background-color css
<style>
a { background-color: #710B5B; }
a { background-color: rgb(113,11,91); }
div.DivClassName
{
background-color: #710B5B;
}
.BgClassName
{
background-color: #710B5B;
}
</style>
border-color css
<style>
span { border-color: #710B5B; }
span { border-color: rgb(113,11,91); }
td.TdClassName
{
border-color: #710B5B;
}
.TagClassName
{
border-color: #710B5B;
}
</style>