Shades of Purple #72187B
Tints of Purple #72187B
RGB
CMYK
RGB Variations
Color information
#72187B (or 0x72187B) is known color: Purple. HEX triplet: 72, 18 and 7B. RGB value is (114,24,123). Sum of RGB (Red+Green+Blue) = 114+24+123=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #72187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72187B is #8DE784. Grayscale: #3D3D3D. Windows color (decimal): -9299845 or 8067186. OLE color: 8067186.
HSL color Cylindrical-coordinate representation of color #72187B: hue angle of 294.55º 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 #72187B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 24 | 123 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.52 |
| HSL | 294.55º | 0.67% | 0.29% | - |
| HSV(B) | 294.55º | 0.8% | 0.48% | - |
| XYZ | 10.84 | 5.66 | 19.26 | - |
| YUV | 62.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 123 | 0.07 | 0.80 | 0 | 0.52 | 294.55 | 0.67 | 0.29 |
| Hex | 72 | 18 | 7B | 7 | 50 | 0 | 34 | 127 | 43 | 1D |
| Octal | 162 | 30 | 173 | 7 | 120 | 0 | 64 | 447 | 103 | 35 |
| Binary | 1110010 | 11000 | 1111011 | 111 | 1010000 | 0 | 110100 | 100100111 | 1000011 | 11101 |
Color Harmonies of #72187B
Complementary color
Monochromatic Colors of #72187B
Black with #72187B
Text Example
Text Example
White with #72187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72187B; }
p { color: rgb(114,24,123); }
H1.HeaderClassName
{
color: #72187B;
}
.AnyTagClassName
{
color: #72187B;
}
</style>
background-color css
<style>
a { background-color: #72187B; }
a { background-color: rgb(114,24,123); }
div.DivClassName
{
background-color: #72187B;
}
.BgClassName
{
background-color: #72187B;
}
</style>
border-color css
<style>
span { border-color: #72187B; }
span { border-color: rgb(114,24,123); }
td.TdClassName
{
border-color: #72187B;
}
.TagClassName
{
border-color: #72187B;
}
</style>