Shades of Palatinate Purple #710A5D
Tints of Palatinate Purple #710A5D
RGB
CMYK
RGB Variations
Color information
#710A5D (or 0x710A5D) is known color: Palatinate Purple. HEX triplet: 71, 0A and 5D. RGB value is (113,10,93). Sum of RGB (Red+Green+Blue) = 113+10+93=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A5D is #8EF5A2. Grayscale: #323232. Windows color (decimal): -9368995 or 6097521. OLE color: 6097521.
HSL color Cylindrical-coordinate representation of color #710A5D: hue angle of 311.65º 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 #710A5D is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 93 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.56 |
| HSL | 311.65º | 0.84% | 0.24% | - |
| HSV(B) | 311.65º | 0.91% | 0.44% | - |
| XYZ | 8.89 | 4.52 | 10.76 | - |
| YUV | 50.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 93 | 0 | 0.91 | 0.18 | 0.56 | 311.65 | 0.84 | 0.24 |
| Hex | 71 | A | 5D | 0 | 5B | 12 | 38 | 138 | 54 | 18 |
| Octal | 161 | 12 | 135 | 0 | 133 | 22 | 70 | 470 | 124 | 30 |
| Binary | 1110001 | 1010 | 1011101 | 0 | 1011011 | 10010 | 111000 | 100111000 | 1010100 | 11000 |
Color Harmonies of #710A5D
Complementary color
Monochromatic Colors of #710A5D
Black with #710A5D
Text Example
Text Example
White with #710A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A5D; }
p { color: rgb(113,10,93); }
H1.HeaderClassName
{
color: #710A5D;
}
.AnyTagClassName
{
color: #710A5D;
}
</style>
background-color css
<style>
a { background-color: #710A5D; }
a { background-color: rgb(113,10,93); }
div.DivClassName
{
background-color: #710A5D;
}
.BgClassName
{
background-color: #710A5D;
}
</style>
border-color css
<style>
span { border-color: #710A5D; }
span { border-color: rgb(113,10,93); }
td.TdClassName
{
border-color: #710A5D;
}
.TagClassName
{
border-color: #710A5D;
}
</style>