Shades of Purple #72118D
Tints of Purple #72118D
RGB
CMYK
RGB Variations
Color information
#72118D (or 0x72118D) is known color: Purple. HEX triplet: 72, 11 and 8D. RGB value is (114,17,141). Sum of RGB (Red+Green+Blue) = 114+17+141=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #72118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72118D is #8DEE72. Grayscale: #3B3B3B. Windows color (decimal): -9301619 or 9245042. OLE color: 9245042.
HSL color Cylindrical-coordinate representation of color #72118D: hue angle of 286.94º 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 #72118D is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 17 | 141 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.45 |
| HSL | 286.94º | 0.78% | 0.31% | - |
| HSV(B) | 286.94º | 0.88% | 0.55% | - |
| XYZ | 11.95 | 5.9 | 25.71 | - |
| YUV | 60.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 141 | 0.19 | 0.88 | 0 | 0.45 | 286.94 | 0.78 | 0.31 |
| Hex | 72 | 11 | 8D | 13 | 58 | 0 | 2D | 11F | 4E | 1F |
| Octal | 162 | 21 | 215 | 23 | 130 | 0 | 55 | 437 | 116 | 37 |
| Binary | 1110010 | 10001 | 10001101 | 10011 | 1011000 | 0 | 101101 | 100011111 | 1001110 | 11111 |
Color Harmonies of #72118D
Complementary color
Monochromatic Colors of #72118D
Black with #72118D
Text Example
Text Example
White with #72118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72118D; }
p { color: rgb(114,17,141); }
H1.HeaderClassName
{
color: #72118D;
}
.AnyTagClassName
{
color: #72118D;
}
</style>
background-color css
<style>
a { background-color: #72118D; }
a { background-color: rgb(114,17,141); }
div.DivClassName
{
background-color: #72118D;
}
.BgClassName
{
background-color: #72118D;
}
</style>
border-color css
<style>
span { border-color: #72118D; }
span { border-color: rgb(114,17,141); }
td.TdClassName
{
border-color: #72118D;
}
.TagClassName
{
border-color: #72118D;
}
</style>