Shades of Purple #71088D
Tints of Purple #71088D
RGB
CMYK
RGB Variations
Color information
#71088D (or 0x71088D) is known color: Purple. HEX triplet: 71, 08 and 8D. RGB value is (113,8,141). Sum of RGB (Red+Green+Blue) = 113+8+141=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #71088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71088D is #8EF772. Grayscale: #363636. Windows color (decimal): -9369459 or 9242737. OLE color: 9242737.
HSL color Cylindrical-coordinate representation of color #71088D: hue angle of 287.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71088D is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 8 | 141 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.45 |
| HSL | 287.37º | 0.89% | 0.29% | - |
| HSV(B) | 287.37º | 0.94% | 0.55% | - |
| XYZ | 11.7 | 5.61 | 25.66 | - |
| YUV | 54.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 141 | 0.20 | 0.94 | 0 | 0.45 | 287.37 | 0.89 | 0.29 |
| Hex | 71 | 8 | 8D | 14 | 5E | 0 | 2D | 11F | 59 | 1D |
| Octal | 161 | 10 | 215 | 24 | 136 | 0 | 55 | 437 | 131 | 35 |
| Binary | 1110001 | 1000 | 10001101 | 10100 | 1011110 | 0 | 101101 | 100011111 | 1011001 | 11101 |
Color Harmonies of #71088D
Complementary color
Monochromatic Colors of #71088D
Black with #71088D
Text Example
Text Example
White with #71088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71088D; }
p { color: rgb(113,8,141); }
H1.HeaderClassName
{
color: #71088D;
}
.AnyTagClassName
{
color: #71088D;
}
</style>
background-color css
<style>
a { background-color: #71088D; }
a { background-color: rgb(113,8,141); }
div.DivClassName
{
background-color: #71088D;
}
.BgClassName
{
background-color: #71088D;
}
</style>
border-color css
<style>
span { border-color: #71088D; }
span { border-color: rgb(113,8,141); }
td.TdClassName
{
border-color: #71088D;
}
.TagClassName
{
border-color: #71088D;
}
</style>