Shades of Purple #710982
Tints of Purple #710982
RGB
CMYK
RGB Variations
Color information
#710982 (or 0x710982) is known color: Purple. HEX triplet: 71, 09 and 82. RGB value is (113,9,130). Sum of RGB (Red+Green+Blue) = 113+9+130=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #710982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710982 is #8EF67D. Grayscale: #353535. Windows color (decimal): -9369214 or 8522097. OLE color: 8522097.
HSL color Cylindrical-coordinate representation of color #710982: hue angle of 291.57º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710982 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 9 | 130 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.49 |
| HSL | 291.57º | 0.87% | 0.27% | - |
| HSV(B) | 291.57º | 0.93% | 0.51% | - |
| XYZ | 10.94 | 5.32 | 21.57 | - |
| YUV | 53.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 130 | 0.13 | 0.93 | 0 | 0.49 | 291.57 | 0.87 | 0.27 |
| Hex | 71 | 9 | 82 | D | 5D | 0 | 31 | 124 | 57 | 1B |
| Octal | 161 | 11 | 202 | 15 | 135 | 0 | 61 | 444 | 127 | 33 |
| Binary | 1110001 | 1001 | 10000010 | 1101 | 1011101 | 0 | 110001 | 100100100 | 1010111 | 11011 |
Color Harmonies of #710982
Complementary color
Monochromatic Colors of #710982
Black with #710982
Text Example
Text Example
White with #710982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710982; }
p { color: rgb(113,9,130); }
H1.HeaderClassName
{
color: #710982;
}
.AnyTagClassName
{
color: #710982;
}
</style>
background-color css
<style>
a { background-color: #710982; }
a { background-color: rgb(113,9,130); }
div.DivClassName
{
background-color: #710982;
}
.BgClassName
{
background-color: #710982;
}
</style>
border-color css
<style>
span { border-color: #710982; }
span { border-color: rgb(113,9,130); }
td.TdClassName
{
border-color: #710982;
}
.TagClassName
{
border-color: #710982;
}
</style>