Shades of Purple #710B85
Tints of Purple #710B85
RGB
CMYK
RGB Variations
Color information
#710B85 (or 0x710B85) is known color: Purple. HEX triplet: 71, 0B and 85. RGB value is (113,11,133). Sum of RGB (Red+Green+Blue) = 113+11+133=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #710B85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710B85 is #8EF47A. Grayscale: #373737. Windows color (decimal): -9368699 or 8719217. OLE color: 8719217.
HSL color Cylindrical-coordinate representation of color #710B85: hue angle of 290.16º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710B85 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 11 | 133 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.48 |
| HSL | 290.16º | 0.85% | 0.28% | - |
| HSV(B) | 290.16º | 0.92% | 0.52% | - |
| XYZ | 11.16 | 5.44 | 22.65 | - |
| YUV | 55.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 133 | 0.15 | 0.92 | 0 | 0.48 | 290.16 | 0.85 | 0.28 |
| Hex | 71 | B | 85 | F | 5C | 0 | 30 | 122 | 55 | 1C |
| Octal | 161 | 13 | 205 | 17 | 134 | 0 | 60 | 442 | 125 | 34 |
| Binary | 1110001 | 1011 | 10000101 | 1111 | 1011100 | 0 | 110000 | 100100010 | 1010101 | 11100 |
Color Harmonies of #710B85
Complementary color
Monochromatic Colors of #710B85
Black with #710B85
Text Example
Text Example
White with #710B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B85; }
p { color: rgb(113,11,133); }
H1.HeaderClassName
{
color: #710B85;
}
.AnyTagClassName
{
color: #710B85;
}
</style>
background-color css
<style>
a { background-color: #710B85; }
a { background-color: rgb(113,11,133); }
div.DivClassName
{
background-color: #710B85;
}
.BgClassName
{
background-color: #710B85;
}
</style>
border-color css
<style>
span { border-color: #710B85; }
span { border-color: rgb(113,11,133); }
td.TdClassName
{
border-color: #710B85;
}
.TagClassName
{
border-color: #710B85;
}
</style>