Shades of Purple #72137C
Tints of Purple #72137C
RGB
CMYK
RGB Variations
Color information
#72137C (or 0x72137C) is known color: Purple. HEX triplet: 72, 13 and 7C. RGB value is (114,19,124). Sum of RGB (Red+Green+Blue) = 114+19+124=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #72137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72137C is #8DEC83. Grayscale: #3B3B3B. Windows color (decimal): -9301124 or 8131442. OLE color: 8131442.
HSL color Cylindrical-coordinate representation of color #72137C: hue angle of 294.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72137C is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 19 | 124 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.51 |
| HSL | 294.29º | 0.73% | 0.28% | - |
| HSV(B) | 294.29º | 0.85% | 0.49% | - |
| XYZ | 10.81 | 5.5 | 19.56 | - |
| YUV | 59.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 124 | 0.08 | 0.85 | 0 | 0.51 | 294.29 | 0.73 | 0.28 |
| Hex | 72 | 13 | 7C | 8 | 55 | 0 | 33 | 126 | 49 | 1C |
| Octal | 162 | 23 | 174 | 10 | 125 | 0 | 63 | 446 | 111 | 34 |
| Binary | 1110010 | 10011 | 1111100 | 1000 | 1010101 | 0 | 110011 | 100100110 | 1001001 | 11100 |
Color Harmonies of #72137C
Complementary color
Monochromatic Colors of #72137C
Black with #72137C
Text Example
Text Example
White with #72137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72137C; }
p { color: rgb(114,19,124); }
H1.HeaderClassName
{
color: #72137C;
}
.AnyTagClassName
{
color: #72137C;
}
</style>
background-color css
<style>
a { background-color: #72137C; }
a { background-color: rgb(114,19,124); }
div.DivClassName
{
background-color: #72137C;
}
.BgClassName
{
background-color: #72137C;
}
</style>
border-color css
<style>
span { border-color: #72137C; }
span { border-color: rgb(114,19,124); }
td.TdClassName
{
border-color: #72137C;
}
.TagClassName
{
border-color: #72137C;
}
</style>