Shades of Purple #72088A
Tints of Purple #72088A
RGB
CMYK
RGB Variations
Color information
#72088A (or 0x72088A) is known color: Purple. HEX triplet: 72, 08 and 8A. RGB value is (114,8,138). Sum of RGB (Red+Green+Blue) = 114+8+138=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #72088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72088A is #8DF775. Grayscale: #363636. Windows color (decimal): -9303926 or 9046130. OLE color: 9046130.
HSL color Cylindrical-coordinate representation of color #72088A: hue angle of 288.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72088A is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 8 | 138 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.46 |
| HSL | 288.92º | 0.89% | 0.29% | - |
| HSV(B) | 288.92º | 0.94% | 0.54% | - |
| XYZ | 11.61 | 5.59 | 24.51 | - |
| YUV | 54.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 138 | 0.17 | 0.94 | 0 | 0.46 | 288.92 | 0.89 | 0.29 |
| Hex | 72 | 8 | 8A | 11 | 5E | 0 | 2E | 121 | 59 | 1D |
| Octal | 162 | 10 | 212 | 21 | 136 | 0 | 56 | 441 | 131 | 35 |
| Binary | 1110010 | 1000 | 10001010 | 10001 | 1011110 | 0 | 101110 | 100100001 | 1011001 | 11101 |
Color Harmonies of #72088A
Complementary color
Monochromatic Colors of #72088A
Black with #72088A
Text Example
Text Example
White with #72088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72088A; }
p { color: rgb(114,8,138); }
H1.HeaderClassName
{
color: #72088A;
}
.AnyTagClassName
{
color: #72088A;
}
</style>
background-color css
<style>
a { background-color: #72088A; }
a { background-color: rgb(114,8,138); }
div.DivClassName
{
background-color: #72088A;
}
.BgClassName
{
background-color: #72088A;
}
</style>
border-color css
<style>
span { border-color: #72088A; }
span { border-color: rgb(114,8,138); }
td.TdClassName
{
border-color: #72088A;
}
.TagClassName
{
border-color: #72088A;
}
</style>