Shades of Purple #71086E
Tints of Purple #71086E
RGB
CMYK
RGB Variations
Color information
#71086E (or 0x71086E) is known color: Purple. HEX triplet: 71, 08 and 6E. RGB value is (113,8,110). Sum of RGB (Red+Green+Blue) = 113+8+110=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71086E is #8EF791. Grayscale: #323232. Windows color (decimal): -9369490 or 7211121. OLE color: 7211121.
HSL color Cylindrical-coordinate representation of color #71086E: hue angle of 301.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71086E is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 110 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.56 |
| HSL | 301.71º | 0.87% | 0.24% | - |
| HSV(B) | 301.71º | 0.93% | 0.44% | - |
| XYZ | 9.71 | 4.81 | 15.17 | - |
| YUV | 51.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 110 | 0 | 0.93 | 0.03 | 0.56 | 301.71 | 0.87 | 0.24 |
| Hex | 71 | 8 | 6E | 0 | 5D | 3 | 38 | 12E | 57 | 18 |
| Octal | 161 | 10 | 156 | 0 | 135 | 3 | 70 | 456 | 127 | 30 |
| Binary | 1110001 | 1000 | 1101110 | 0 | 1011101 | 11 | 111000 | 100101110 | 1010111 | 11000 |
Color Harmonies of #71086E
Complementary color
Monochromatic Colors of #71086E
Black with #71086E
Text Example
Text Example
White with #71086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71086E; }
p { color: rgb(113,8,110); }
H1.HeaderClassName
{
color: #71086E;
}
.AnyTagClassName
{
color: #71086E;
}
</style>
background-color css
<style>
a { background-color: #71086E; }
a { background-color: rgb(113,8,110); }
div.DivClassName
{
background-color: #71086E;
}
.BgClassName
{
background-color: #71086E;
}
</style>
border-color css
<style>
span { border-color: #71086E; }
span { border-color: rgb(113,8,110); }
td.TdClassName
{
border-color: #71086E;
}
.TagClassName
{
border-color: #71086E;
}
</style>