Shades of Purple #71158D
Tints of Purple #71158D
RGB
CMYK
RGB Variations
Color information
#71158D (or 0x71158D) is known color: Purple. HEX triplet: 71, 15 and 8D. RGB value is (113,21,141). Sum of RGB (Red+Green+Blue) = 113+21+141=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #71158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71158D is #8EEA72. Grayscale: #3D3D3D. Windows color (decimal): -9366131 or 9246065. OLE color: 9246065.
HSL color Cylindrical-coordinate representation of color #71158D: hue angle of 286º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71158D is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 21 | 141 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.45 |
| HSL | 286º | 0.74% | 0.32% | - |
| HSV(B) | 286º | 0.85% | 0.55% | - |
| XYZ | 11.89 | 5.97 | 25.73 | - |
| YUV | 62.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 141 | 0.20 | 0.85 | 0 | 0.45 | 286 | 0.74 | 0.32 |
| Hex | 71 | 15 | 8D | 14 | 55 | 0 | 2D | 11E | 4A | 20 |
| Octal | 161 | 25 | 215 | 24 | 125 | 0 | 55 | 436 | 112 | 40 |
| Binary | 1110001 | 10101 | 10001101 | 10100 | 1010101 | 0 | 101101 | 100011110 | 1001010 | 100000 |
Color Harmonies of #71158D
Complementary color
Monochromatic Colors of #71158D
Black with #71158D
Text Example
Text Example
White with #71158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71158D; }
p { color: rgb(113,21,141); }
H1.HeaderClassName
{
color: #71158D;
}
.AnyTagClassName
{
color: #71158D;
}
</style>
background-color css
<style>
a { background-color: #71158D; }
a { background-color: rgb(113,21,141); }
div.DivClassName
{
background-color: #71158D;
}
.BgClassName
{
background-color: #71158D;
}
</style>
border-color css
<style>
span { border-color: #71158D; }
span { border-color: rgb(113,21,141); }
td.TdClassName
{
border-color: #71158D;
}
.TagClassName
{
border-color: #71158D;
}
</style>