Shades of Purple #710562
Tints of Purple #710562
RGB
CMYK
RGB Variations
Color information
#710562 (or 0x710562) is known color: Purple. HEX triplet: 71, 05 and 62. RGB value is (113,5,98). Sum of RGB (Red+Green+Blue) = 113+5+98=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710562 is #8EFA9D. Grayscale: #2F2F2F. Windows color (decimal): -9370270 or 6423921. OLE color: 6423921.
HSL color Cylindrical-coordinate representation of color #710562: hue angle of 308.33º 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 #710562 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 98 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.56 |
| HSL | 308.33º | 0.92% | 0.23% | - |
| HSV(B) | 308.33º | 0.96% | 0.44% | - |
| XYZ | 9.07 | 4.5 | 11.95 | - |
| YUV | 47.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 98 | 0 | 0.96 | 0.13 | 0.56 | 308.33 | 0.92 | 0.23 |
| Hex | 71 | 5 | 62 | 0 | 60 | D | 38 | 134 | 5C | 17 |
| Octal | 161 | 5 | 142 | 0 | 140 | 15 | 70 | 464 | 134 | 27 |
| Binary | 1110001 | 101 | 1100010 | 0 | 1100000 | 1101 | 111000 | 100110100 | 1011100 | 10111 |
Color Harmonies of #710562
Complementary color
Monochromatic Colors of #710562
Black with #710562
Text Example
Text Example
White with #710562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710562; }
p { color: rgb(113,5,98); }
H1.HeaderClassName
{
color: #710562;
}
.AnyTagClassName
{
color: #710562;
}
</style>
background-color css
<style>
a { background-color: #710562; }
a { background-color: rgb(113,5,98); }
div.DivClassName
{
background-color: #710562;
}
.BgClassName
{
background-color: #710562;
}
</style>
border-color css
<style>
span { border-color: #710562; }
span { border-color: rgb(113,5,98); }
td.TdClassName
{
border-color: #710562;
}
.TagClassName
{
border-color: #710562;
}
</style>