Shades of Purple #710A8B
Tints of Purple #710A8B
RGB
CMYK
RGB Variations
Color information
#710A8B (or 0x710A8B) is known color: Purple. HEX triplet: 71, 0A and 8B. RGB value is (113,10,139). Sum of RGB (Red+Green+Blue) = 113+10+139=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #710A8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A8B is #8EF574. Grayscale: #373737. Windows color (decimal): -9368949 or 9112177. OLE color: 9112177.
HSL color Cylindrical-coordinate representation of color #710A8B: hue angle of 287.91º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710A8B is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 10 | 139 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.45 |
| HSL | 287.91º | 0.87% | 0.29% | - |
| HSV(B) | 287.91º | 0.93% | 0.55% | - |
| XYZ | 11.58 | 5.59 | 24.9 | - |
| YUV | 55.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 139 | 0.19 | 0.93 | 0 | 0.45 | 287.91 | 0.87 | 0.29 |
| Hex | 71 | A | 8B | 13 | 5D | 0 | 2D | 120 | 57 | 1D |
| Octal | 161 | 12 | 213 | 23 | 135 | 0 | 55 | 440 | 127 | 35 |
| Binary | 1110001 | 1010 | 10001011 | 10011 | 1011101 | 0 | 101101 | 100100000 | 1010111 | 11101 |
Color Harmonies of #710A8B
Complementary color
Monochromatic Colors of #710A8B
Black with #710A8B
Text Example
Text Example
White with #710A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A8B; }
p { color: rgb(113,10,139); }
H1.HeaderClassName
{
color: #710A8B;
}
.AnyTagClassName
{
color: #710A8B;
}
</style>
background-color css
<style>
a { background-color: #710A8B; }
a { background-color: rgb(113,10,139); }
div.DivClassName
{
background-color: #710A8B;
}
.BgClassName
{
background-color: #710A8B;
}
</style>
border-color css
<style>
span { border-color: #710A8B; }
span { border-color: rgb(113,10,139); }
td.TdClassName
{
border-color: #710A8B;
}
.TagClassName
{
border-color: #710A8B;
}
</style>