Shades of Purple #71108B
Tints of Purple #71108B
RGB
CMYK
RGB Variations
Color information
#71108B (or 0x71108B) is known color: Purple. HEX triplet: 71, 10 and 8B. RGB value is (113,16,139). Sum of RGB (Red+Green+Blue) = 113+16+139=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #71108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71108B is #8EEF74. Grayscale: #3A3A3A. Windows color (decimal): -9367413 or 9113713. OLE color: 9113713.
HSL color Cylindrical-coordinate representation of color #71108B: hue angle of 287.32º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71108B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 16 | 139 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.45 |
| HSL | 287.32º | 0.79% | 0.3% | - |
| HSV(B) | 287.32º | 0.88% | 0.55% | - |
| XYZ | 11.66 | 5.75 | 24.92 | - |
| YUV | 59.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 139 | 0.19 | 0.88 | 0 | 0.45 | 287.32 | 0.79 | 0.3 |
| Hex | 71 | 10 | 8B | 13 | 58 | 0 | 2D | 11F | 4F | 1E |
| Octal | 161 | 20 | 213 | 23 | 130 | 0 | 55 | 437 | 117 | 36 |
| Binary | 1110001 | 10000 | 10001011 | 10011 | 1011000 | 0 | 101101 | 100011111 | 1001111 | 11110 |
Color Harmonies of #71108B
Complementary color
Monochromatic Colors of #71108B
Black with #71108B
Text Example
Text Example
White with #71108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71108B; }
p { color: rgb(113,16,139); }
H1.HeaderClassName
{
color: #71108B;
}
.AnyTagClassName
{
color: #71108B;
}
</style>
background-color css
<style>
a { background-color: #71108B; }
a { background-color: rgb(113,16,139); }
div.DivClassName
{
background-color: #71108B;
}
.BgClassName
{
background-color: #71108B;
}
</style>
border-color css
<style>
span { border-color: #71108B; }
span { border-color: rgb(113,16,139); }
td.TdClassName
{
border-color: #71108B;
}
.TagClassName
{
border-color: #71108B;
}
</style>