Shades of Purple #710563
Tints of Purple #710563
RGB
CMYK
RGB Variations
Color information
#710563 (or 0x710563) is known color: Purple. HEX triplet: 71, 05 and 63. RGB value is (113,5,99). Sum of RGB (Red+Green+Blue) = 113+5+99=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710563 is #8EFA9C. Grayscale: #2F2F2F. Windows color (decimal): -9370269 or 6489457. OLE color: 6489457.
HSL color Cylindrical-coordinate representation of color #710563: hue angle of 307.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710563 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 99 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.56 |
| HSL | 307.78º | 0.92% | 0.23% | - |
| HSV(B) | 307.78º | 0.96% | 0.44% | - |
| XYZ | 9.12 | 4.52 | 12.2 | - |
| YUV | 48.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 99 | 0 | 0.96 | 0.12 | 0.56 | 307.78 | 0.92 | 0.23 |
| Hex | 71 | 5 | 63 | 0 | 60 | C | 38 | 134 | 5C | 17 |
| Octal | 161 | 5 | 143 | 0 | 140 | 14 | 70 | 464 | 134 | 27 |
| Binary | 1110001 | 101 | 1100011 | 0 | 1100000 | 1100 | 111000 | 100110100 | 1011100 | 10111 |
Color Harmonies of #710563
Complementary color
Monochromatic Colors of #710563
Black with #710563
Text Example
Text Example
White with #710563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710563; }
p { color: rgb(113,5,99); }
H1.HeaderClassName
{
color: #710563;
}
.AnyTagClassName
{
color: #710563;
}
</style>
background-color css
<style>
a { background-color: #710563; }
a { background-color: rgb(113,5,99); }
div.DivClassName
{
background-color: #710563;
}
.BgClassName
{
background-color: #710563;
}
</style>
border-color css
<style>
span { border-color: #710563; }
span { border-color: rgb(113,5,99); }
td.TdClassName
{
border-color: #710563;
}
.TagClassName
{
border-color: #710563;
}
</style>