Shades of Purple #710B90
Tints of Purple #710B90
RGB
CMYK
RGB Variations
Color information
#710B90 (or 0x710B90) is known color: Purple. HEX triplet: 71, 0B and 90. RGB value is (113,11,144). Sum of RGB (Red+Green+Blue) = 113+11+144=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #710B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B90 is #8EF46F. Grayscale: #383838. Windows color (decimal): -9368688 or 9440113. OLE color: 9440113.
HSL color Cylindrical-coordinate representation of color #710B90: hue angle of 286.02º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710B90 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 11 | 144 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.44 |
| HSL | 286.02º | 0.86% | 0.3% | - |
| HSV(B) | 286.02º | 0.92% | 0.56% | - |
| XYZ | 11.96 | 5.76 | 26.87 | - |
| YUV | 56.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 144 | 0.22 | 0.92 | 0 | 0.44 | 286.02 | 0.86 | 0.3 |
| Hex | 71 | B | 90 | 16 | 5C | 0 | 2C | 11E | 56 | 1E |
| Octal | 161 | 13 | 220 | 26 | 134 | 0 | 54 | 436 | 126 | 36 |
| Binary | 1110001 | 1011 | 10010000 | 10110 | 1011100 | 0 | 101100 | 100011110 | 1010110 | 11110 |
Color Harmonies of #710B90
Complementary color
Monochromatic Colors of #710B90
Black with #710B90
Text Example
Text Example
White with #710B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B90; }
p { color: rgb(113,11,144); }
H1.HeaderClassName
{
color: #710B90;
}
.AnyTagClassName
{
color: #710B90;
}
</style>
background-color css
<style>
a { background-color: #710B90; }
a { background-color: rgb(113,11,144); }
div.DivClassName
{
background-color: #710B90;
}
.BgClassName
{
background-color: #710B90;
}
</style>
border-color css
<style>
span { border-color: #710B90; }
span { border-color: rgb(113,11,144); }
td.TdClassName
{
border-color: #710B90;
}
.TagClassName
{
border-color: #710B90;
}
</style>