Shades of Purple #710663
Tints of Purple #710663
RGB
CMYK
RGB Variations
Color information
#710663 (or 0x710663) is known color: Purple. HEX triplet: 71, 06 and 63. RGB value is (113,6,99). Sum of RGB (Red+Green+Blue) = 113+6+99=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710663 is #8EF99C. Grayscale: #303030. Windows color (decimal): -9370013 or 6489713. OLE color: 6489713.
HSL color Cylindrical-coordinate representation of color #710663: hue angle of 307.85º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710663 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 99 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.56 |
| HSL | 307.85º | 0.9% | 0.23% | - |
| HSV(B) | 307.85º | 0.95% | 0.44% | - |
| XYZ | 9.13 | 4.54 | 12.2 | - |
| YUV | 48.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 99 | 0 | 0.95 | 0.12 | 0.56 | 307.85 | 0.9 | 0.23 |
| Hex | 71 | 6 | 63 | 0 | 5F | C | 38 | 134 | 5A | 17 |
| Octal | 161 | 6 | 143 | 0 | 137 | 14 | 70 | 464 | 132 | 27 |
| Binary | 1110001 | 110 | 1100011 | 0 | 1011111 | 1100 | 111000 | 100110100 | 1011010 | 10111 |
Color Harmonies of #710663
Complementary color
Monochromatic Colors of #710663
Black with #710663
Text Example
Text Example
White with #710663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710663; }
p { color: rgb(113,6,99); }
H1.HeaderClassName
{
color: #710663;
}
.AnyTagClassName
{
color: #710663;
}
</style>
background-color css
<style>
a { background-color: #710663; }
a { background-color: rgb(113,6,99); }
div.DivClassName
{
background-color: #710663;
}
.BgClassName
{
background-color: #710663;
}
</style>
border-color css
<style>
span { border-color: #710663; }
span { border-color: rgb(113,6,99); }
td.TdClassName
{
border-color: #710663;
}
.TagClassName
{
border-color: #710663;
}
</style>