Shades of Purple #72098A
Tints of Purple #72098A
RGB
CMYK
RGB Variations
Color information
#72098A (or 0x72098A) is known color: Purple. HEX triplet: 72, 09 and 8A. RGB value is (114,9,138). Sum of RGB (Red+Green+Blue) = 114+9+138=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #72098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72098A is #8DF675. Grayscale: #363636. Windows color (decimal): -9303670 or 9046386. OLE color: 9046386.
HSL color Cylindrical-coordinate representation of color #72098A: hue angle of 288.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72098A is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 9 | 138 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.46 |
| HSL | 288.84º | 0.88% | 0.29% | - |
| HSV(B) | 288.84º | 0.93% | 0.54% | - |
| XYZ | 11.62 | 5.61 | 24.51 | - |
| YUV | 55.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 138 | 0.17 | 0.93 | 0 | 0.46 | 288.84 | 0.88 | 0.29 |
| Hex | 72 | 9 | 8A | 11 | 5D | 0 | 2E | 121 | 58 | 1D |
| Octal | 162 | 11 | 212 | 21 | 135 | 0 | 56 | 441 | 130 | 35 |
| Binary | 1110010 | 1001 | 10001010 | 10001 | 1011101 | 0 | 101110 | 100100001 | 1011000 | 11101 |
Color Harmonies of #72098A
Complementary color
Monochromatic Colors of #72098A
Black with #72098A
Text Example
Text Example
White with #72098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72098A; }
p { color: rgb(114,9,138); }
H1.HeaderClassName
{
color: #72098A;
}
.AnyTagClassName
{
color: #72098A;
}
</style>
background-color css
<style>
a { background-color: #72098A; }
a { background-color: rgb(114,9,138); }
div.DivClassName
{
background-color: #72098A;
}
.BgClassName
{
background-color: #72098A;
}
</style>
border-color css
<style>
span { border-color: #72098A; }
span { border-color: rgb(114,9,138); }
td.TdClassName
{
border-color: #72098A;
}
.TagClassName
{
border-color: #72098A;
}
</style>