Shades of Purple #710B96
Tints of Purple #710B96
RGB
CMYK
RGB Variations
Color information
#710B96 (or 0x710B96) is known color: Purple. HEX triplet: 71, 0B and 96. RGB value is (113,11,150). Sum of RGB (Red+Green+Blue) = 113+11+150=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #710B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B96 is #8EF469. Grayscale: #383838. Windows color (decimal): -9368682 or 9833329. OLE color: 9833329.
HSL color Cylindrical-coordinate representation of color #710B96: hue angle of 284.03º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710B96 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 11 | 150 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.41 |
| HSL | 284.03º | 0.86% | 0.32% | - |
| HSV(B) | 284.03º | 0.93% | 0.59% | - |
| XYZ | 12.43 | 5.95 | 29.35 | - |
| YUV | 57.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 150 | 0.25 | 0.93 | 0 | 0.41 | 284.03 | 0.86 | 0.32 |
| Hex | 71 | B | 96 | 19 | 5D | 0 | 29 | 11C | 56 | 20 |
| Octal | 161 | 13 | 226 | 31 | 135 | 0 | 51 | 434 | 126 | 40 |
| Binary | 1110001 | 1011 | 10010110 | 11001 | 1011101 | 0 | 101001 | 100011100 | 1010110 | 100000 |
Color Harmonies of #710B96
Complementary color
Monochromatic Colors of #710B96
Black with #710B96
Text Example
Text Example
White with #710B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B96; }
p { color: rgb(113,11,150); }
H1.HeaderClassName
{
color: #710B96;
}
.AnyTagClassName
{
color: #710B96;
}
</style>
background-color css
<style>
a { background-color: #710B96; }
a { background-color: rgb(113,11,150); }
div.DivClassName
{
background-color: #710B96;
}
.BgClassName
{
background-color: #710B96;
}
</style>
border-color css
<style>
span { border-color: #710B96; }
span { border-color: rgb(113,11,150); }
td.TdClassName
{
border-color: #710B96;
}
.TagClassName
{
border-color: #710B96;
}
</style>