Shades of Purple #710B98
Tints of Purple #710B98
RGB
CMYK
RGB Variations
Color information
#710B98 (or 0x710B98) is known color: Purple. HEX triplet: 71, 0B and 98. RGB value is (113,11,152). Sum of RGB (Red+Green+Blue) = 113+11+152=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #710B98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B98 is #8EF467. Grayscale: #393939. Windows color (decimal): -9368680 or 9964401. OLE color: 9964401.
HSL color Cylindrical-coordinate representation of color #710B98: hue angle of 283.4º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710B98 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 11 | 152 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.40 |
| HSL | 283.4º | 0.87% | 0.32% | - |
| HSV(B) | 283.4º | 0.93% | 0.6% | - |
| XYZ | 12.6 | 6.02 | 30.2 | - |
| YUV | 57.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 152 | 0.26 | 0.93 | 0 | 0.40 | 283.4 | 0.87 | 0.32 |
| Hex | 71 | B | 98 | 1A | 5D | 0 | 28 | 11B | 57 | 20 |
| Octal | 161 | 13 | 230 | 32 | 135 | 0 | 50 | 433 | 127 | 40 |
| Binary | 1110001 | 1011 | 10011000 | 11010 | 1011101 | 0 | 101000 | 100011011 | 1010111 | 100000 |
Color Harmonies of #710B98
Complementary color
Monochromatic Colors of #710B98
Black with #710B98
Text Example
Text Example
White with #710B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B98; }
p { color: rgb(113,11,152); }
H1.HeaderClassName
{
color: #710B98;
}
.AnyTagClassName
{
color: #710B98;
}
</style>
background-color css
<style>
a { background-color: #710B98; }
a { background-color: rgb(113,11,152); }
div.DivClassName
{
background-color: #710B98;
}
.BgClassName
{
background-color: #710B98;
}
</style>
border-color css
<style>
span { border-color: #710B98; }
span { border-color: rgb(113,11,152); }
td.TdClassName
{
border-color: #710B98;
}
.TagClassName
{
border-color: #710B98;
}
</style>