Shades of Purple #71058D
Tints of Purple #71058D
RGB
CMYK
RGB Variations
Color information
#71058D (or 0x71058D) is known color: Purple. HEX triplet: 71, 05 and 8D. RGB value is (113,5,141). Sum of RGB (Red+Green+Blue) = 113+5+141=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #71058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71058D is #8EFA72. Grayscale: #343434. Windows color (decimal): -9370227 or 9241969. OLE color: 9241969.
HSL color Cylindrical-coordinate representation of color #71058D: hue angle of 287.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71058D is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 5 | 141 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.45 |
| HSL | 287.65º | 0.93% | 0.29% | - |
| HSV(B) | 287.65º | 0.96% | 0.55% | - |
| XYZ | 11.67 | 5.54 | 25.65 | - |
| YUV | 52.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 141 | 0.20 | 0.96 | 0 | 0.45 | 287.65 | 0.93 | 0.29 |
| Hex | 71 | 5 | 8D | 14 | 60 | 0 | 2D | 120 | 5D | 1D |
| Octal | 161 | 5 | 215 | 24 | 140 | 0 | 55 | 440 | 135 | 35 |
| Binary | 1110001 | 101 | 10001101 | 10100 | 1100000 | 0 | 101101 | 100100000 | 1011101 | 11101 |
Color Harmonies of #71058D
Complementary color
Monochromatic Colors of #71058D
Black with #71058D
Text Example
Text Example
White with #71058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71058D; }
p { color: rgb(113,5,141); }
H1.HeaderClassName
{
color: #71058D;
}
.AnyTagClassName
{
color: #71058D;
}
</style>
background-color css
<style>
a { background-color: #71058D; }
a { background-color: rgb(113,5,141); }
div.DivClassName
{
background-color: #71058D;
}
.BgClassName
{
background-color: #71058D;
}
</style>
border-color css
<style>
span { border-color: #71058D; }
span { border-color: rgb(113,5,141); }
td.TdClassName
{
border-color: #71058D;
}
.TagClassName
{
border-color: #71058D;
}
</style>