Shades of Purple #710A8A
Tints of Purple #710A8A
RGB
CMYK
RGB Variations
Color information
#710A8A (or 0x710A8A) is known color: Purple. HEX triplet: 71, 0A and 8A. RGB value is (113,10,138). Sum of RGB (Red+Green+Blue) = 113+10+138=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #710A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A8A is #8EF575. Grayscale: #363636. Windows color (decimal): -9368950 or 9046641. OLE color: 9046641.
HSL color Cylindrical-coordinate representation of color #710A8A: hue angle of 288.28º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710A8A is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 10 | 138 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.46 |
| HSL | 288.28º | 0.86% | 0.29% | - |
| HSV(B) | 288.28º | 0.93% | 0.54% | - |
| XYZ | 11.51 | 5.56 | 24.51 | - |
| YUV | 55.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 138 | 0.18 | 0.93 | 0 | 0.46 | 288.28 | 0.86 | 0.29 |
| Hex | 71 | A | 8A | 12 | 5D | 0 | 2E | 120 | 56 | 1D |
| Octal | 161 | 12 | 212 | 22 | 135 | 0 | 56 | 440 | 126 | 35 |
| Binary | 1110001 | 1010 | 10001010 | 10010 | 1011101 | 0 | 101110 | 100100000 | 1010110 | 11101 |
Color Harmonies of #710A8A
Complementary color
Monochromatic Colors of #710A8A
Black with #710A8A
Text Example
Text Example
White with #710A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A8A; }
p { color: rgb(113,10,138); }
H1.HeaderClassName
{
color: #710A8A;
}
.AnyTagClassName
{
color: #710A8A;
}
</style>
background-color css
<style>
a { background-color: #710A8A; }
a { background-color: rgb(113,10,138); }
div.DivClassName
{
background-color: #710A8A;
}
.BgClassName
{
background-color: #710A8A;
}
</style>
border-color css
<style>
span { border-color: #710A8A; }
span { border-color: rgb(113,10,138); }
td.TdClassName
{
border-color: #710A8A;
}
.TagClassName
{
border-color: #710A8A;
}
</style>