Shades of Palatinate Purple #710C5C
Tints of Palatinate Purple #710C5C
RGB
CMYK
RGB Variations
Color information
#710C5C (or 0x710C5C) is known color: Palatinate Purple. HEX triplet: 71, 0C and 5C. RGB value is (113,12,92). Sum of RGB (Red+Green+Blue) = 113+12+92=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C5C is #8EF3A3. Grayscale: #333333. Windows color (decimal): -9368484 or 6032497. OLE color: 6032497.
HSL color Cylindrical-coordinate representation of color #710C5C: hue angle of 312.48º 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 #710C5C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 92 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.56 |
| HSL | 312.48º | 0.81% | 0.25% | - |
| HSV(B) | 312.48º | 0.89% | 0.44% | - |
| XYZ | 8.87 | 4.55 | 10.54 | - |
| YUV | 51.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 92 | 0 | 0.89 | 0.19 | 0.56 | 312.48 | 0.81 | 0.25 |
| Hex | 71 | C | 5C | 0 | 59 | 13 | 38 | 138 | 51 | 19 |
| Octal | 161 | 14 | 134 | 0 | 131 | 23 | 70 | 470 | 121 | 31 |
| Binary | 1110001 | 1100 | 1011100 | 0 | 1011001 | 10011 | 111000 | 100111000 | 1010001 | 11001 |
Color Harmonies of #710C5C
Complementary color
Monochromatic Colors of #710C5C
Black with #710C5C
Text Example
Text Example
White with #710C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C5C; }
p { color: rgb(113,12,92); }
H1.HeaderClassName
{
color: #710C5C;
}
.AnyTagClassName
{
color: #710C5C;
}
</style>
background-color css
<style>
a { background-color: #710C5C; }
a { background-color: rgb(113,12,92); }
div.DivClassName
{
background-color: #710C5C;
}
.BgClassName
{
background-color: #710C5C;
}
</style>
border-color css
<style>
span { border-color: #710C5C; }
span { border-color: rgb(113,12,92); }
td.TdClassName
{
border-color: #710C5C;
}
.TagClassName
{
border-color: #710C5C;
}
</style>