Shades of Purple #710883
Tints of Purple #710883
RGB
CMYK
RGB Variations
Color information
#710883 (or 0x710883) is known color: Purple. HEX triplet: 71, 08 and 83. RGB value is (113,8,131). Sum of RGB (Red+Green+Blue) = 113+8+131=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #710883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710883 is #8EF77C. Grayscale: #353535. Windows color (decimal): -9369469 or 8587377. OLE color: 8587377.
HSL color Cylindrical-coordinate representation of color #710883: hue angle of 291.22º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710883 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 8 | 131 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.49 |
| HSL | 291.22º | 0.88% | 0.27% | - |
| HSV(B) | 291.22º | 0.94% | 0.51% | - |
| XYZ | 10.99 | 5.32 | 21.92 | - |
| YUV | 53.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 131 | 0.14 | 0.94 | 0 | 0.49 | 291.22 | 0.88 | 0.27 |
| Hex | 71 | 8 | 83 | E | 5E | 0 | 31 | 123 | 58 | 1B |
| Octal | 161 | 10 | 203 | 16 | 136 | 0 | 61 | 443 | 130 | 33 |
| Binary | 1110001 | 1000 | 10000011 | 1110 | 1011110 | 0 | 110001 | 100100011 | 1011000 | 11011 |
Color Harmonies of #710883
Complementary color
Monochromatic Colors of #710883
Black with #710883
Text Example
Text Example
White with #710883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710883; }
p { color: rgb(113,8,131); }
H1.HeaderClassName
{
color: #710883;
}
.AnyTagClassName
{
color: #710883;
}
</style>
background-color css
<style>
a { background-color: #710883; }
a { background-color: rgb(113,8,131); }
div.DivClassName
{
background-color: #710883;
}
.BgClassName
{
background-color: #710883;
}
</style>
border-color css
<style>
span { border-color: #710883; }
span { border-color: rgb(113,8,131); }
td.TdClassName
{
border-color: #710883;
}
.TagClassName
{
border-color: #710883;
}
</style>