Shades of Purple #72137A
Tints of Purple #72137A
RGB
CMYK
RGB Variations
Color information
#72137A (or 0x72137A) is known color: Purple. HEX triplet: 72, 13 and 7A. RGB value is (114,19,122). Sum of RGB (Red+Green+Blue) = 114+19+122=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #72137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72137A is #8DEC85. Grayscale: #3A3A3A. Windows color (decimal): -9301126 or 8000370. OLE color: 8000370.
HSL color Cylindrical-coordinate representation of color #72137A: hue angle of 295.34º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72137A is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 19 | 122 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.52 |
| HSL | 295.34º | 0.73% | 0.28% | - |
| HSV(B) | 295.34º | 0.84% | 0.48% | - |
| XYZ | 10.69 | 5.45 | 18.9 | - |
| YUV | 59.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 122 | 0.07 | 0.84 | 0 | 0.52 | 295.34 | 0.73 | 0.28 |
| Hex | 72 | 13 | 7A | 7 | 54 | 0 | 34 | 127 | 49 | 1C |
| Octal | 162 | 23 | 172 | 7 | 124 | 0 | 64 | 447 | 111 | 34 |
| Binary | 1110010 | 10011 | 1111010 | 111 | 1010100 | 0 | 110100 | 100100111 | 1001001 | 11100 |
Color Harmonies of #72137A
Complementary color
Monochromatic Colors of #72137A
Black with #72137A
Text Example
Text Example
White with #72137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72137A; }
p { color: rgb(114,19,122); }
H1.HeaderClassName
{
color: #72137A;
}
.AnyTagClassName
{
color: #72137A;
}
</style>
background-color css
<style>
a { background-color: #72137A; }
a { background-color: rgb(114,19,122); }
div.DivClassName
{
background-color: #72137A;
}
.BgClassName
{
background-color: #72137A;
}
</style>
border-color css
<style>
span { border-color: #72137A; }
span { border-color: rgb(114,19,122); }
td.TdClassName
{
border-color: #72137A;
}
.TagClassName
{
border-color: #72137A;
}
</style>