Shades of Purple #710293
Tints of Purple #710293
RGB
CMYK
RGB Variations
Color information
#710293 (or 0x710293) is known color: Purple. HEX triplet: 71, 02 and 93. RGB value is (113,2,147). Sum of RGB (Red+Green+Blue) = 113+2+147=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #710293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710293 is #8EFD6C. Grayscale: #333333. Windows color (decimal): -9370989 or 9634417. OLE color: 9634417.
HSL color Cylindrical-coordinate representation of color #710293: hue angle of 285.93º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710293 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 2 | 147 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.42 |
| HSL | 285.93º | 0.97% | 0.29% | - |
| HSV(B) | 285.93º | 0.99% | 0.58% | - |
| XYZ | 12.1 | 5.66 | 28.06 | - |
| YUV | 51.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 147 | 0.23 | 0.99 | 0 | 0.42 | 285.93 | 0.97 | 0.29 |
| Hex | 71 | 2 | 93 | 17 | 63 | 0 | 2A | 11E | 61 | 1D |
| Octal | 161 | 2 | 223 | 27 | 143 | 0 | 52 | 436 | 141 | 35 |
| Binary | 1110001 | 10 | 10010011 | 10111 | 1100011 | 0 | 101010 | 100011110 | 1100001 | 11101 |
Color Harmonies of #710293
Complementary color
Monochromatic Colors of #710293
Black with #710293
Text Example
Text Example
White with #710293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710293; }
p { color: rgb(113,2,147); }
H1.HeaderClassName
{
color: #710293;
}
.AnyTagClassName
{
color: #710293;
}
</style>
background-color css
<style>
a { background-color: #710293; }
a { background-color: rgb(113,2,147); }
div.DivClassName
{
background-color: #710293;
}
.BgClassName
{
background-color: #710293;
}
</style>
border-color css
<style>
span { border-color: #710293; }
span { border-color: rgb(113,2,147); }
td.TdClassName
{
border-color: #710293;
}
.TagClassName
{
border-color: #710293;
}
</style>