Shades of Purple #72098D
Tints of Purple #72098D
RGB
CMYK
RGB Variations
Color information
#72098D (or 0x72098D) is known color: Purple. HEX triplet: 72, 09 and 8D. RGB value is (114,9,141). Sum of RGB (Red+Green+Blue) = 114+9+141=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #72098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72098D is #8DF672. Grayscale: #373737. Windows color (decimal): -9303667 or 9242994. OLE color: 9242994.
HSL color Cylindrical-coordinate representation of color #72098D: hue angle of 287.73º degrees, saturation: 0.88, 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 #72098D is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 9 | 141 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.45 |
| HSL | 287.73º | 0.88% | 0.29% | - |
| HSV(B) | 287.73º | 0.94% | 0.55% | - |
| XYZ | 11.84 | 5.7 | 25.67 | - |
| YUV | 55.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 141 | 0.19 | 0.94 | 0 | 0.45 | 287.73 | 0.88 | 0.29 |
| Hex | 72 | 9 | 8D | 13 | 5E | 0 | 2D | 120 | 58 | 1D |
| Octal | 162 | 11 | 215 | 23 | 136 | 0 | 55 | 440 | 130 | 35 |
| Binary | 1110010 | 1001 | 10001101 | 10011 | 1011110 | 0 | 101101 | 100100000 | 1011000 | 11101 |
Color Harmonies of #72098D
Complementary color
Monochromatic Colors of #72098D
Black with #72098D
Text Example
Text Example
White with #72098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72098D; }
p { color: rgb(114,9,141); }
H1.HeaderClassName
{
color: #72098D;
}
.AnyTagClassName
{
color: #72098D;
}
</style>
background-color css
<style>
a { background-color: #72098D; }
a { background-color: rgb(114,9,141); }
div.DivClassName
{
background-color: #72098D;
}
.BgClassName
{
background-color: #72098D;
}
</style>
border-color css
<style>
span { border-color: #72098D; }
span { border-color: rgb(114,9,141); }
td.TdClassName
{
border-color: #72098D;
}
.TagClassName
{
border-color: #72098D;
}
</style>