Shades of Purple #710999
Tints of Purple #710999
RGB
CMYK
RGB Variations
Color information
#710999 (or 0x710999) is known color: Purple. HEX triplet: 71, 09 and 99. RGB value is (113,9,153). Sum of RGB (Red+Green+Blue) = 113+9+153=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #710999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710999 is #8EF666. Grayscale: #383838. Windows color (decimal): -9369191 or 10029425. OLE color: 10029425.
HSL color Cylindrical-coordinate representation of color #710999: hue angle of 283.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710999 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 9 | 153 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.4 |
| HSL | 283.33º | 0.89% | 0.32% | - |
| HSV(B) | 283.33º | 0.94% | 0.6% | - |
| XYZ | 12.66 | 6.01 | 30.63 | - |
| YUV | 56.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 153 | 0.26 | 0.94 | 0 | 0.4 | 283.33 | 0.89 | 0.32 |
| Hex | 71 | 9 | 99 | 1A | 5E | 0 | 28 | 11B | 59 | 20 |
| Octal | 161 | 11 | 231 | 32 | 136 | 0 | 50 | 433 | 131 | 40 |
| Binary | 1110001 | 1001 | 10011001 | 11010 | 1011110 | 0 | 101000 | 100011011 | 1011001 | 100000 |
Color Harmonies of #710999
Complementary color
Monochromatic Colors of #710999
Black with #710999
Text Example
Text Example
White with #710999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710999; }
p { color: rgb(113,9,153); }
H1.HeaderClassName
{
color: #710999;
}
.AnyTagClassName
{
color: #710999;
}
</style>
background-color css
<style>
a { background-color: #710999; }
a { background-color: rgb(113,9,153); }
div.DivClassName
{
background-color: #710999;
}
.BgClassName
{
background-color: #710999;
}
</style>
border-color css
<style>
span { border-color: #710999; }
span { border-color: rgb(113,9,153); }
td.TdClassName
{
border-color: #710999;
}
.TagClassName
{
border-color: #710999;
}
</style>