Shades of Purple #72157F
Tints of Purple #72157F
RGB
CMYK
RGB Variations
Color information
#72157F (or 0x72157F) is known color: Purple. HEX triplet: 72, 15 and 7F. RGB value is (114,21,127). Sum of RGB (Red+Green+Blue) = 114+21+127=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #72157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72157F is #8DEA80. Grayscale: #3C3C3C. Windows color (decimal): -9300609 or 8328562. OLE color: 8328562.
HSL color Cylindrical-coordinate representation of color #72157F: hue angle of 292.64º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72157F is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 21 | 127 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.50 |
| HSL | 292.64º | 0.72% | 0.29% | - |
| HSV(B) | 292.64º | 0.83% | 0.5% | - |
| XYZ | 11.04 | 5.65 | 20.59 | - |
| YUV | 60.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 127 | 0.10 | 0.83 | 0 | 0.50 | 292.64 | 0.72 | 0.29 |
| Hex | 72 | 15 | 7F | A | 53 | 0 | 32 | 125 | 48 | 1D |
| Octal | 162 | 25 | 177 | 12 | 123 | 0 | 62 | 445 | 110 | 35 |
| Binary | 1110010 | 10101 | 1111111 | 1010 | 1010011 | 0 | 110010 | 100100101 | 1001000 | 11101 |
Color Harmonies of #72157F
Complementary color
Monochromatic Colors of #72157F
Black with #72157F
Text Example
Text Example
White with #72157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72157F; }
p { color: rgb(114,21,127); }
H1.HeaderClassName
{
color: #72157F;
}
.AnyTagClassName
{
color: #72157F;
}
</style>
background-color css
<style>
a { background-color: #72157F; }
a { background-color: rgb(114,21,127); }
div.DivClassName
{
background-color: #72157F;
}
.BgClassName
{
background-color: #72157F;
}
</style>
border-color css
<style>
span { border-color: #72157F; }
span { border-color: rgb(114,21,127); }
td.TdClassName
{
border-color: #72157F;
}
.TagClassName
{
border-color: #72157F;
}
</style>