Shades of Palatinate Purple #710C5B
Tints of Palatinate Purple #710C5B
RGB
CMYK
RGB Variations
Color information
#710C5B (or 0x710C5B) is known color: Palatinate Purple. HEX triplet: 71, 0C and 5B. RGB value is (113,12,91). Sum of RGB (Red+Green+Blue) = 113+12+91=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C5B is #8EF3A4. Grayscale: #323232. Windows color (decimal): -9368485 or 5966961. OLE color: 5966961.
HSL color Cylindrical-coordinate representation of color #710C5B: hue angle of 313.07º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C5B is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 91 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.56 |
| HSL | 313.07º | 0.81% | 0.25% | - |
| HSV(B) | 313.07º | 0.89% | 0.44% | - |
| XYZ | 8.83 | 4.53 | 10.31 | - |
| YUV | 51.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 91 | 0 | 0.89 | 0.19 | 0.56 | 313.07 | 0.81 | 0.25 |
| Hex | 71 | C | 5B | 0 | 59 | 13 | 38 | 139 | 51 | 19 |
| Octal | 161 | 14 | 133 | 0 | 131 | 23 | 70 | 471 | 121 | 31 |
| Binary | 1110001 | 1100 | 1011011 | 0 | 1011001 | 10011 | 111000 | 100111001 | 1010001 | 11001 |
Color Harmonies of #710C5B
Complementary color
Monochromatic Colors of #710C5B
Black with #710C5B
Text Example
Text Example
White with #710C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C5B; }
p { color: rgb(113,12,91); }
H1.HeaderClassName
{
color: #710C5B;
}
.AnyTagClassName
{
color: #710C5B;
}
</style>
background-color css
<style>
a { background-color: #710C5B; }
a { background-color: rgb(113,12,91); }
div.DivClassName
{
background-color: #710C5B;
}
.BgClassName
{
background-color: #710C5B;
}
</style>
border-color css
<style>
span { border-color: #710C5B; }
span { border-color: rgb(113,12,91); }
td.TdClassName
{
border-color: #710C5B;
}
.TagClassName
{
border-color: #710C5B;
}
</style>