Shades of Purple #71128B
Tints of Purple #71128B
RGB
CMYK
RGB Variations
Color information
#71128B (or 0x71128B) is known color: Purple. HEX triplet: 71, 12 and 8B. RGB value is (113,18,139). Sum of RGB (Red+Green+Blue) = 113+18+139=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #71128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71128B is #8EED74. Grayscale: #3B3B3B. Windows color (decimal): -9366901 or 9114225. OLE color: 9114225.
HSL color Cylindrical-coordinate representation of color #71128B: hue angle of 287.11º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71128B is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 18 | 139 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.45 |
| HSL | 287.11º | 0.77% | 0.31% | - |
| HSV(B) | 287.11º | 0.87% | 0.55% | - |
| XYZ | 11.69 | 5.81 | 24.93 | - |
| YUV | 60.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 139 | 0.19 | 0.87 | 0 | 0.45 | 287.11 | 0.77 | 0.31 |
| Hex | 71 | 12 | 8B | 13 | 57 | 0 | 2D | 11F | 4D | 1F |
| Octal | 161 | 22 | 213 | 23 | 127 | 0 | 55 | 437 | 115 | 37 |
| Binary | 1110001 | 10010 | 10001011 | 10011 | 1010111 | 0 | 101101 | 100011111 | 1001101 | 11111 |
Color Harmonies of #71128B
Complementary color
Monochromatic Colors of #71128B
Black with #71128B
Text Example
Text Example
White with #71128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71128B; }
p { color: rgb(113,18,139); }
H1.HeaderClassName
{
color: #71128B;
}
.AnyTagClassName
{
color: #71128B;
}
</style>
background-color css
<style>
a { background-color: #71128B; }
a { background-color: rgb(113,18,139); }
div.DivClassName
{
background-color: #71128B;
}
.BgClassName
{
background-color: #71128B;
}
</style>
border-color css
<style>
span { border-color: #71128B; }
span { border-color: rgb(113,18,139); }
td.TdClassName
{
border-color: #71128B;
}
.TagClassName
{
border-color: #71128B;
}
</style>