Shades of Purple #710F96
Tints of Purple #710F96
RGB
CMYK
RGB Variations
Color information
#710F96 (or 0x710F96) is known color: Purple. HEX triplet: 71, 0F and 96. RGB value is (113,15,150). Sum of RGB (Red+Green+Blue) = 113+15+150=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #710F96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F96 is #8EF069. Grayscale: #3B3B3B. Windows color (decimal): -9367658 or 9834353. OLE color: 9834353.
HSL color Cylindrical-coordinate representation of color #710F96: hue angle of 283.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710F96 is Cyan = 0.25, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 15 | 150 | - |
| CMYK | 0.25 | 0.9 | 0 | 0.41 |
| HSL | 283.56º | 0.82% | 0.32% | - |
| HSV(B) | 283.56º | 0.9% | 0.59% | - |
| XYZ | 12.49 | 6.05 | 29.36 | - |
| YUV | 59.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 150 | 0.25 | 0.9 | 0 | 0.41 | 283.56 | 0.82 | 0.32 |
| Hex | 71 | F | 96 | 19 | 5A | 0 | 29 | 11C | 52 | 20 |
| Octal | 161 | 17 | 226 | 31 | 132 | 0 | 51 | 434 | 122 | 40 |
| Binary | 1110001 | 1111 | 10010110 | 11001 | 1011010 | 0 | 101001 | 100011100 | 1010010 | 100000 |
Color Harmonies of #710F96
Complementary color
Monochromatic Colors of #710F96
Black with #710F96
Text Example
Text Example
White with #710F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F96; }
p { color: rgb(113,15,150); }
H1.HeaderClassName
{
color: #710F96;
}
.AnyTagClassName
{
color: #710F96;
}
</style>
background-color css
<style>
a { background-color: #710F96; }
a { background-color: rgb(113,15,150); }
div.DivClassName
{
background-color: #710F96;
}
.BgClassName
{
background-color: #710F96;
}
</style>
border-color css
<style>
span { border-color: #710F96; }
span { border-color: rgb(113,15,150); }
td.TdClassName
{
border-color: #710F96;
}
.TagClassName
{
border-color: #710F96;
}
</style>