Shades of Purple #710091
Tints of Purple #710091
RGB
CMYK
RGB Variations
Color information
#710091 (or 0x710091) is known color: Purple. HEX triplet: 71, 00 and 91. RGB value is (113,0,145). Sum of RGB (Red+Green+Blue) = 113+0+145=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #710091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710091 is #8EFF6E. Grayscale: #313131. Windows color (decimal): -9371503 or 9502833. OLE color: 9502833.
HSL color Cylindrical-coordinate representation of color #710091: hue angle of 286.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710091 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 0 | 145 | - |
| CMYK | 0.22 | 1 | 0 | 0.43 |
| HSL | 286.76º | 1% | 0.28% | - |
| HSV(B) | 286.76º | 1% | 0.57% | - |
| XYZ | 11.92 | 5.56 | 27.23 | - |
| YUV | 50.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 145 | 0.22 | 1 | 0 | 0.43 | 286.76 | 1 | 0.28 |
| Hex | 71 | 0 | 91 | 16 | 64 | 0 | 2B | 11F | 64 | 1C |
| Octal | 161 | 0 | 221 | 26 | 144 | 0 | 53 | 437 | 144 | 34 |
| Binary | 1110001 | 0 | 10010001 | 10110 | 1100100 | 0 | 101011 | 100011111 | 1100100 | 11100 |
Color Harmonies of #710091
Complementary color
Monochromatic Colors of #710091
Black with #710091
Text Example
Text Example
White with #710091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710091; }
p { color: rgb(113,0,145); }
H1.HeaderClassName
{
color: #710091;
}
.AnyTagClassName
{
color: #710091;
}
</style>
background-color css
<style>
a { background-color: #710091; }
a { background-color: rgb(113,0,145); }
div.DivClassName
{
background-color: #710091;
}
.BgClassName
{
background-color: #710091;
}
</style>
border-color css
<style>
span { border-color: #710091; }
span { border-color: rgb(113,0,145); }
td.TdClassName
{
border-color: #710091;
}
.TagClassName
{
border-color: #710091;
}
</style>