Shades of Purple #710F93
Tints of Purple #710F93
RGB
CMYK
RGB Variations
Color information
#710F93 (or 0x710F93) is known color: Purple. HEX triplet: 71, 0F and 93. RGB value is (113,15,147). Sum of RGB (Red+Green+Blue) = 113+15+147=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #710F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F93 is #8EF06C. Grayscale: #3A3A3A. Windows color (decimal): -9367661 or 9637745. OLE color: 9637745.
HSL color Cylindrical-coordinate representation of color #710F93: hue angle of 284.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710F93 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 15 | 147 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.42 |
| HSL | 284.55º | 0.81% | 0.32% | - |
| HSV(B) | 284.55º | 0.9% | 0.58% | - |
| XYZ | 12.25 | 5.96 | 28.11 | - |
| YUV | 59.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 147 | 0.23 | 0.90 | 0 | 0.42 | 284.55 | 0.81 | 0.32 |
| Hex | 71 | F | 93 | 17 | 5A | 0 | 2A | 11D | 51 | 20 |
| Octal | 161 | 17 | 223 | 27 | 132 | 0 | 52 | 435 | 121 | 40 |
| Binary | 1110001 | 1111 | 10010011 | 10111 | 1011010 | 0 | 101010 | 100011101 | 1010001 | 100000 |
Color Harmonies of #710F93
Complementary color
Monochromatic Colors of #710F93
Black with #710F93
Text Example
Text Example
White with #710F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F93; }
p { color: rgb(113,15,147); }
H1.HeaderClassName
{
color: #710F93;
}
.AnyTagClassName
{
color: #710F93;
}
</style>
background-color css
<style>
a { background-color: #710F93; }
a { background-color: rgb(113,15,147); }
div.DivClassName
{
background-color: #710F93;
}
.BgClassName
{
background-color: #710F93;
}
</style>
border-color css
<style>
span { border-color: #710F93; }
span { border-color: rgb(113,15,147); }
td.TdClassName
{
border-color: #710F93;
}
.TagClassName
{
border-color: #710F93;
}
</style>