Shades of Purple #71118B
Tints of Purple #71118B
RGB
CMYK
RGB Variations
Color information
#71118B (or 0x71118B) is known color: Purple. HEX triplet: 71, 11 and 8B. RGB value is (113,17,139). Sum of RGB (Red+Green+Blue) = 113+17+139=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #71118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71118B is #8EEE74. Grayscale: #3B3B3B. Windows color (decimal): -9367157 or 9113969. OLE color: 9113969.
HSL color Cylindrical-coordinate representation of color #71118B: hue angle of 287.21º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71118B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 17 | 139 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.45 |
| HSL | 287.21º | 0.78% | 0.31% | - |
| HSV(B) | 287.21º | 0.88% | 0.55% | - |
| XYZ | 11.67 | 5.78 | 24.93 | - |
| YUV | 59.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 139 | 0.19 | 0.88 | 0 | 0.45 | 287.21 | 0.78 | 0.31 |
| Hex | 71 | 11 | 8B | 13 | 58 | 0 | 2D | 11F | 4E | 1F |
| Octal | 161 | 21 | 213 | 23 | 130 | 0 | 55 | 437 | 116 | 37 |
| Binary | 1110001 | 10001 | 10001011 | 10011 | 1011000 | 0 | 101101 | 100011111 | 1001110 | 11111 |
Color Harmonies of #71118B
Complementary color
Monochromatic Colors of #71118B
Black with #71118B
Text Example
Text Example
White with #71118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71118B; }
p { color: rgb(113,17,139); }
H1.HeaderClassName
{
color: #71118B;
}
.AnyTagClassName
{
color: #71118B;
}
</style>
background-color css
<style>
a { background-color: #71118B; }
a { background-color: rgb(113,17,139); }
div.DivClassName
{
background-color: #71118B;
}
.BgClassName
{
background-color: #71118B;
}
</style>
border-color css
<style>
span { border-color: #71118B; }
span { border-color: rgb(113,17,139); }
td.TdClassName
{
border-color: #71118B;
}
.TagClassName
{
border-color: #71118B;
}
</style>