Shades of Purple #710393
Tints of Purple #710393
RGB
CMYK
RGB Variations
Color information
#710393 (or 0x710393) is known color: Purple. HEX triplet: 71, 03 and 93. RGB value is (113,3,147). Sum of RGB (Red+Green+Blue) = 113+3+147=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #710393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710393 is #8EFC6C. Grayscale: #333333. Windows color (decimal): -9370733 or 9634673. OLE color: 9634673.
HSL color Cylindrical-coordinate representation of color #710393: hue angle of 285.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710393 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 3 | 147 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.42 |
| HSL | 285.83º | 0.96% | 0.29% | - |
| HSV(B) | 285.83º | 0.98% | 0.58% | - |
| XYZ | 12.11 | 5.68 | 28.06 | - |
| YUV | 52.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 147 | 0.23 | 0.98 | 0 | 0.42 | 285.83 | 0.96 | 0.29 |
| Hex | 71 | 3 | 93 | 17 | 62 | 0 | 2A | 11E | 60 | 1D |
| Octal | 161 | 3 | 223 | 27 | 142 | 0 | 52 | 436 | 140 | 35 |
| Binary | 1110001 | 11 | 10010011 | 10111 | 1100010 | 0 | 101010 | 100011110 | 1100000 | 11101 |
Color Harmonies of #710393
Complementary color
Monochromatic Colors of #710393
Black with #710393
Text Example
Text Example
White with #710393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710393; }
p { color: rgb(113,3,147); }
H1.HeaderClassName
{
color: #710393;
}
.AnyTagClassName
{
color: #710393;
}
</style>
background-color css
<style>
a { background-color: #710393; }
a { background-color: rgb(113,3,147); }
div.DivClassName
{
background-color: #710393;
}
.BgClassName
{
background-color: #710393;
}
</style>
border-color css
<style>
span { border-color: #710393; }
span { border-color: rgb(113,3,147); }
td.TdClassName
{
border-color: #710393;
}
.TagClassName
{
border-color: #710393;
}
</style>