Shades of Purple #71148B
Tints of Purple #71148B
RGB
CMYK
RGB Variations
Color information
#71148B (or 0x71148B) is known color: Purple. HEX triplet: 71, 14 and 8B. RGB value is (113,20,139). Sum of RGB (Red+Green+Blue) = 113+20+139=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #71148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71148B is #8EEB74. Grayscale: #3C3C3C. Windows color (decimal): -9366389 or 9114737. OLE color: 9114737.
HSL color Cylindrical-coordinate representation of color #71148B: hue angle of 286.89º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71148B is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 20 | 139 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.45 |
| HSL | 286.89º | 0.75% | 0.31% | - |
| HSV(B) | 286.89º | 0.86% | 0.55% | - |
| XYZ | 11.72 | 5.88 | 24.94 | - |
| YUV | 61.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 139 | 0.19 | 0.86 | 0 | 0.45 | 286.89 | 0.75 | 0.31 |
| Hex | 71 | 14 | 8B | 13 | 56 | 0 | 2D | 11F | 4B | 1F |
| Octal | 161 | 24 | 213 | 23 | 126 | 0 | 55 | 437 | 113 | 37 |
| Binary | 1110001 | 10100 | 10001011 | 10011 | 1010110 | 0 | 101101 | 100011111 | 1001011 | 11111 |
Color Harmonies of #71148B
Complementary color
Monochromatic Colors of #71148B
Black with #71148B
Text Example
Text Example
White with #71148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71148B; }
p { color: rgb(113,20,139); }
H1.HeaderClassName
{
color: #71148B;
}
.AnyTagClassName
{
color: #71148B;
}
</style>
background-color css
<style>
a { background-color: #71148B; }
a { background-color: rgb(113,20,139); }
div.DivClassName
{
background-color: #71148B;
}
.BgClassName
{
background-color: #71148B;
}
</style>
border-color css
<style>
span { border-color: #71148B; }
span { border-color: rgb(113,20,139); }
td.TdClassName
{
border-color: #71148B;
}
.TagClassName
{
border-color: #71148B;
}
</style>