Shades of Purple #710D93
Tints of Purple #710D93
RGB
CMYK
RGB Variations
Color information
#710D93 (or 0x710D93) is known color: Purple. HEX triplet: 71, 0D and 93. RGB value is (113,13,147). Sum of RGB (Red+Green+Blue) = 113+13+147=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #710D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710D93 is #8EF26C. Grayscale: #393939. Windows color (decimal): -9368173 or 9637233. OLE color: 9637233.
HSL color Cylindrical-coordinate representation of color #710D93: hue angle of 284.78º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710D93 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 13 | 147 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.42 |
| HSL | 284.78º | 0.84% | 0.31% | - |
| HSV(B) | 284.78º | 0.91% | 0.58% | - |
| XYZ | 12.22 | 5.91 | 28.1 | - |
| YUV | 58.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 147 | 0.23 | 0.91 | 0 | 0.42 | 284.78 | 0.84 | 0.31 |
| Hex | 71 | D | 93 | 17 | 5B | 0 | 2A | 11D | 54 | 1F |
| Octal | 161 | 15 | 223 | 27 | 133 | 0 | 52 | 435 | 124 | 37 |
| Binary | 1110001 | 1101 | 10010011 | 10111 | 1011011 | 0 | 101010 | 100011101 | 1010100 | 11111 |
Color Harmonies of #710D93
Complementary color
Monochromatic Colors of #710D93
Black with #710D93
Text Example
Text Example
White with #710D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D93; }
p { color: rgb(113,13,147); }
H1.HeaderClassName
{
color: #710D93;
}
.AnyTagClassName
{
color: #710D93;
}
</style>
background-color css
<style>
a { background-color: #710D93; }
a { background-color: rgb(113,13,147); }
div.DivClassName
{
background-color: #710D93;
}
.BgClassName
{
background-color: #710D93;
}
</style>
border-color css
<style>
span { border-color: #710D93; }
span { border-color: rgb(113,13,147); }
td.TdClassName
{
border-color: #710D93;
}
.TagClassName
{
border-color: #710D93;
}
</style>