Shades of Purple #72187C
Tints of Purple #72187C
RGB
CMYK
RGB Variations
Color information
#72187C (or 0x72187C) is known color: Purple. HEX triplet: 72, 18 and 7C. RGB value is (114,24,124). Sum of RGB (Red+Green+Blue) = 114+24+124=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #72187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72187C is #8DE783. Grayscale: #3E3E3E. Windows color (decimal): -9299844 or 8132722. OLE color: 8132722.
HSL color Cylindrical-coordinate representation of color #72187C: hue angle of 294º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72187C is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 24 | 124 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.51 |
| HSL | 294º | 0.68% | 0.29% | - |
| HSV(B) | 294º | 0.81% | 0.49% | - |
| XYZ | 10.9 | 5.69 | 19.59 | - |
| YUV | 62.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 124 | 0.08 | 0.81 | 0 | 0.51 | 294 | 0.68 | 0.29 |
| Hex | 72 | 18 | 7C | 8 | 51 | 0 | 33 | 126 | 44 | 1D |
| Octal | 162 | 30 | 174 | 10 | 121 | 0 | 63 | 446 | 104 | 35 |
| Binary | 1110010 | 11000 | 1111100 | 1000 | 1010001 | 0 | 110011 | 100100110 | 1000100 | 11101 |
Color Harmonies of #72187C
Complementary color
Monochromatic Colors of #72187C
Black with #72187C
Text Example
Text Example
White with #72187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72187C; }
p { color: rgb(114,24,124); }
H1.HeaderClassName
{
color: #72187C;
}
.AnyTagClassName
{
color: #72187C;
}
</style>
background-color css
<style>
a { background-color: #72187C; }
a { background-color: rgb(114,24,124); }
div.DivClassName
{
background-color: #72187C;
}
.BgClassName
{
background-color: #72187C;
}
</style>
border-color css
<style>
span { border-color: #72187C; }
span { border-color: rgb(114,24,124); }
td.TdClassName
{
border-color: #72187C;
}
.TagClassName
{
border-color: #72187C;
}
</style>