Shades of Purple #710882
Tints of Purple #710882
RGB
CMYK
RGB Variations
Color information
#710882 (or 0x710882) is known color: Purple. HEX triplet: 71, 08 and 82. RGB value is (113,8,130). Sum of RGB (Red+Green+Blue) = 113+8+130=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #710882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710882 is #8EF77D. Grayscale: #343434. Windows color (decimal): -9369470 or 8521841. OLE color: 8521841.
HSL color Cylindrical-coordinate representation of color #710882: hue angle of 291.64º 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 #710882 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 8 | 130 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.49 |
| HSL | 291.64º | 0.88% | 0.27% | - |
| HSV(B) | 291.64º | 0.94% | 0.51% | - |
| XYZ | 10.93 | 5.3 | 21.57 | - |
| YUV | 53.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 130 | 0.13 | 0.94 | 0 | 0.49 | 291.64 | 0.88 | 0.27 |
| Hex | 71 | 8 | 82 | D | 5E | 0 | 31 | 124 | 58 | 1B |
| Octal | 161 | 10 | 202 | 15 | 136 | 0 | 61 | 444 | 130 | 33 |
| Binary | 1110001 | 1000 | 10000010 | 1101 | 1011110 | 0 | 110001 | 100100100 | 1011000 | 11011 |
Color Harmonies of #710882
Complementary color
Monochromatic Colors of #710882
Black with #710882
Text Example
Text Example
White with #710882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710882; }
p { color: rgb(113,8,130); }
H1.HeaderClassName
{
color: #710882;
}
.AnyTagClassName
{
color: #710882;
}
</style>
background-color css
<style>
a { background-color: #710882; }
a { background-color: rgb(113,8,130); }
div.DivClassName
{
background-color: #710882;
}
.BgClassName
{
background-color: #710882;
}
</style>
border-color css
<style>
span { border-color: #710882; }
span { border-color: rgb(113,8,130); }
td.TdClassName
{
border-color: #710882;
}
.TagClassName
{
border-color: #710882;
}
</style>