Shades of Purple #72088C
Tints of Purple #72088C
RGB
CMYK
RGB Variations
Color information
#72088C (or 0x72088C) is known color: Purple. HEX triplet: 72, 08 and 8C. RGB value is (114,8,140). Sum of RGB (Red+Green+Blue) = 114+8+140=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #72088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72088C is #8DF773. Grayscale: #363636. Windows color (decimal): -9303924 or 9177202. OLE color: 9177202.
HSL color Cylindrical-coordinate representation of color #72088C: hue angle of 288.18º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72088C is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 8 | 140 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.45 |
| HSL | 288.18º | 0.89% | 0.29% | - |
| HSV(B) | 288.18º | 0.94% | 0.55% | - |
| XYZ | 11.76 | 5.64 | 25.28 | - |
| YUV | 54.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 140 | 0.19 | 0.94 | 0 | 0.45 | 288.18 | 0.89 | 0.29 |
| Hex | 72 | 8 | 8C | 13 | 5E | 0 | 2D | 120 | 59 | 1D |
| Octal | 162 | 10 | 214 | 23 | 136 | 0 | 55 | 440 | 131 | 35 |
| Binary | 1110010 | 1000 | 10001100 | 10011 | 1011110 | 0 | 101101 | 100100000 | 1011001 | 11101 |
Color Harmonies of #72088C
Complementary color
Monochromatic Colors of #72088C
Black with #72088C
Text Example
Text Example
White with #72088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72088C; }
p { color: rgb(114,8,140); }
H1.HeaderClassName
{
color: #72088C;
}
.AnyTagClassName
{
color: #72088C;
}
</style>
background-color css
<style>
a { background-color: #72088C; }
a { background-color: rgb(114,8,140); }
div.DivClassName
{
background-color: #72088C;
}
.BgClassName
{
background-color: #72088C;
}
</style>
border-color css
<style>
span { border-color: #72088C; }
span { border-color: rgb(114,8,140); }
td.TdClassName
{
border-color: #72088C;
}
.TagClassName
{
border-color: #72088C;
}
</style>