Shades of Palatinate Purple #710A5E
Tints of Palatinate Purple #710A5E
RGB
CMYK
RGB Variations
Color information
#710A5E (or 0x710A5E) is known color: Palatinate Purple. HEX triplet: 71, 0A and 5E. RGB value is (113,10,94). Sum of RGB (Red+Green+Blue) = 113+10+94=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A5E is #8EF5A1. Grayscale: #323232. Windows color (decimal): -9368994 or 6163057. OLE color: 6163057.
HSL color Cylindrical-coordinate representation of color #710A5E: hue angle of 311.07º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A5E is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 94 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.56 |
| HSL | 311.07º | 0.84% | 0.24% | - |
| HSV(B) | 311.07º | 0.91% | 0.44% | - |
| XYZ | 8.94 | 4.54 | 10.99 | - |
| YUV | 50.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 94 | 0 | 0.91 | 0.17 | 0.56 | 311.07 | 0.84 | 0.24 |
| Hex | 71 | A | 5E | 0 | 5B | 11 | 38 | 137 | 54 | 18 |
| Octal | 161 | 12 | 136 | 0 | 133 | 21 | 70 | 467 | 124 | 30 |
| Binary | 1110001 | 1010 | 1011110 | 0 | 1011011 | 10001 | 111000 | 100110111 | 1010100 | 11000 |
Color Harmonies of #710A5E
Complementary color
Monochromatic Colors of #710A5E
Black with #710A5E
Text Example
Text Example
White with #710A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A5E; }
p { color: rgb(113,10,94); }
H1.HeaderClassName
{
color: #710A5E;
}
.AnyTagClassName
{
color: #710A5E;
}
</style>
background-color css
<style>
a { background-color: #710A5E; }
a { background-color: rgb(113,10,94); }
div.DivClassName
{
background-color: #710A5E;
}
.BgClassName
{
background-color: #710A5E;
}
</style>
border-color css
<style>
span { border-color: #710A5E; }
span { border-color: rgb(113,10,94); }
td.TdClassName
{
border-color: #710A5E;
}
.TagClassName
{
border-color: #710A5E;
}
</style>