Shades of Purple #72187A
Tints of Purple #72187A
RGB
CMYK
RGB Variations
Color information
#72187A (or 0x72187A) is known color: Purple. HEX triplet: 72, 18 and 7A. RGB value is (114,24,122). Sum of RGB (Red+Green+Blue) = 114+24+122=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #72187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72187A is #8DE785. Grayscale: #3D3D3D. Windows color (decimal): -9299846 or 8001650. OLE color: 8001650.
HSL color Cylindrical-coordinate representation of color #72187A: hue angle of 295.1º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72187A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 24 | 122 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.52 |
| HSL | 295.1º | 0.67% | 0.29% | - |
| HSV(B) | 295.1º | 0.8% | 0.48% | - |
| XYZ | 10.78 | 5.64 | 18.93 | - |
| YUV | 62.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 122 | 0.07 | 0.80 | 0 | 0.52 | 295.1 | 0.67 | 0.29 |
| Hex | 72 | 18 | 7A | 7 | 50 | 0 | 34 | 127 | 43 | 1D |
| Octal | 162 | 30 | 172 | 7 | 120 | 0 | 64 | 447 | 103 | 35 |
| Binary | 1110010 | 11000 | 1111010 | 111 | 1010000 | 0 | 110100 | 100100111 | 1000011 | 11101 |
Color Harmonies of #72187A
Complementary color
Monochromatic Colors of #72187A
Black with #72187A
Text Example
Text Example
White with #72187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72187A; }
p { color: rgb(114,24,122); }
H1.HeaderClassName
{
color: #72187A;
}
.AnyTagClassName
{
color: #72187A;
}
</style>
background-color css
<style>
a { background-color: #72187A; }
a { background-color: rgb(114,24,122); }
div.DivClassName
{
background-color: #72187A;
}
.BgClassName
{
background-color: #72187A;
}
</style>
border-color css
<style>
span { border-color: #72187A; }
span { border-color: rgb(114,24,122); }
td.TdClassName
{
border-color: #72187A;
}
.TagClassName
{
border-color: #72187A;
}
</style>