Shades of Palatinate Purple #710C63
Tints of Palatinate Purple #710C63
RGB
CMYK
RGB Variations
Color information
#710C63 (or 0x710C63) is known color: Palatinate Purple. HEX triplet: 71, 0C and 63. RGB value is (113,12,99). Sum of RGB (Red+Green+Blue) = 113+12+99=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #710C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C63 is #8EF39C. Grayscale: #333333. Windows color (decimal): -9368477 or 6491249. OLE color: 6491249.
HSL color Cylindrical-coordinate representation of color #710C63: hue angle of 308.32º 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 #710C63 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 99 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.56 |
| HSL | 308.32º | 0.81% | 0.25% | - |
| HSV(B) | 308.32º | 0.89% | 0.44% | - |
| XYZ | 9.19 | 4.67 | 12.22 | - |
| YUV | 52.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 99 | 0 | 0.89 | 0.12 | 0.56 | 308.32 | 0.81 | 0.25 |
| Hex | 71 | C | 63 | 0 | 59 | C | 38 | 134 | 51 | 19 |
| Octal | 161 | 14 | 143 | 0 | 131 | 14 | 70 | 464 | 121 | 31 |
| Binary | 1110001 | 1100 | 1100011 | 0 | 1011001 | 1100 | 111000 | 100110100 | 1010001 | 11001 |
Color Harmonies of #710C63
Complementary color
Monochromatic Colors of #710C63
Black with #710C63
Text Example
Text Example
White with #710C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C63; }
p { color: rgb(113,12,99); }
H1.HeaderClassName
{
color: #710C63;
}
.AnyTagClassName
{
color: #710C63;
}
</style>
background-color css
<style>
a { background-color: #710C63; }
a { background-color: rgb(113,12,99); }
div.DivClassName
{
background-color: #710C63;
}
.BgClassName
{
background-color: #710C63;
}
</style>
border-color css
<style>
span { border-color: #710C63; }
span { border-color: rgb(113,12,99); }
td.TdClassName
{
border-color: #710C63;
}
.TagClassName
{
border-color: #710C63;
}
</style>