Shades of Purple #710593
Tints of Purple #710593
RGB
CMYK
RGB Variations
Color information
#710593 (or 0x710593) is known color: Purple. HEX triplet: 71, 05 and 93. RGB value is (113,5,147). Sum of RGB (Red+Green+Blue) = 113+5+147=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #710593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710593 is #8EFA6C. Grayscale: #353535. Windows color (decimal): -9370221 or 9635185. OLE color: 9635185.
HSL color Cylindrical-coordinate representation of color #710593: hue angle of 285.63º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710593 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 5 | 147 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.42 |
| HSL | 285.63º | 0.93% | 0.3% | - |
| HSV(B) | 285.63º | 0.97% | 0.58% | - |
| XYZ | 12.13 | 5.73 | 28.07 | - |
| YUV | 53.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 147 | 0.23 | 0.97 | 0 | 0.42 | 285.63 | 0.93 | 0.3 |
| Hex | 71 | 5 | 93 | 17 | 61 | 0 | 2A | 11E | 5D | 1E |
| Octal | 161 | 5 | 223 | 27 | 141 | 0 | 52 | 436 | 135 | 36 |
| Binary | 1110001 | 101 | 10010011 | 10111 | 1100001 | 0 | 101010 | 100011110 | 1011101 | 11110 |
Color Harmonies of #710593
Complementary color
Monochromatic Colors of #710593
Black with #710593
Text Example
Text Example
White with #710593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710593; }
p { color: rgb(113,5,147); }
H1.HeaderClassName
{
color: #710593;
}
.AnyTagClassName
{
color: #710593;
}
</style>
background-color css
<style>
a { background-color: #710593; }
a { background-color: rgb(113,5,147); }
div.DivClassName
{
background-color: #710593;
}
.BgClassName
{
background-color: #710593;
}
</style>
border-color css
<style>
span { border-color: #710593; }
span { border-color: rgb(113,5,147); }
td.TdClassName
{
border-color: #710593;
}
.TagClassName
{
border-color: #710593;
}
</style>