Shades of Purple #71096E
Tints of Purple #71096E
RGB
CMYK
RGB Variations
Color information
#71096E (or 0x71096E) is known color: Purple. HEX triplet: 71, 09 and 6E. RGB value is (113,9,110). Sum of RGB (Red+Green+Blue) = 113+9+110=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71096E is #8EF691. Grayscale: #333333. Windows color (decimal): -9369234 or 7211377. OLE color: 7211377.
HSL color Cylindrical-coordinate representation of color #71096E: hue angle of 301.73º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71096E is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 110 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.56 |
| HSL | 301.73º | 0.85% | 0.24% | - |
| HSV(B) | 301.73º | 0.92% | 0.44% | - |
| XYZ | 9.72 | 4.83 | 15.17 | - |
| YUV | 51.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 110 | 0 | 0.92 | 0.03 | 0.56 | 301.73 | 0.85 | 0.24 |
| Hex | 71 | 9 | 6E | 0 | 5C | 3 | 38 | 12E | 55 | 18 |
| Octal | 161 | 11 | 156 | 0 | 134 | 3 | 70 | 456 | 125 | 30 |
| Binary | 1110001 | 1001 | 1101110 | 0 | 1011100 | 11 | 111000 | 100101110 | 1010101 | 11000 |
Color Harmonies of #71096E
Complementary color
Monochromatic Colors of #71096E
Black with #71096E
Text Example
Text Example
White with #71096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71096E; }
p { color: rgb(113,9,110); }
H1.HeaderClassName
{
color: #71096E;
}
.AnyTagClassName
{
color: #71096E;
}
</style>
background-color css
<style>
a { background-color: #71096E; }
a { background-color: rgb(113,9,110); }
div.DivClassName
{
background-color: #71096E;
}
.BgClassName
{
background-color: #71096E;
}
</style>
border-color css
<style>
span { border-color: #71096E; }
span { border-color: rgb(113,9,110); }
td.TdClassName
{
border-color: #71096E;
}
.TagClassName
{
border-color: #71096E;
}
</style>