Shades of Purple #72097C
Tints of Purple #72097C
RGB
CMYK
RGB Variations
Color information
#72097C (or 0x72097C) is known color: Purple. HEX triplet: 72, 09 and 7C. RGB value is (114,9,124). Sum of RGB (Red+Green+Blue) = 114+9+124=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #72097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72097C is #8DF683. Grayscale: #353535. Windows color (decimal): -9303684 or 8128882. OLE color: 8128882.
HSL color Cylindrical-coordinate representation of color #72097C: hue angle of 294.78º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72097C is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 9 | 124 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.51 |
| HSL | 294.78º | 0.86% | 0.26% | - |
| HSV(B) | 294.78º | 0.93% | 0.49% | - |
| XYZ | 10.68 | 5.23 | 19.52 | - |
| YUV | 53.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 124 | 0.08 | 0.93 | 0 | 0.51 | 294.78 | 0.86 | 0.26 |
| Hex | 72 | 9 | 7C | 8 | 5D | 0 | 33 | 127 | 56 | 1A |
| Octal | 162 | 11 | 174 | 10 | 135 | 0 | 63 | 447 | 126 | 32 |
| Binary | 1110010 | 1001 | 1111100 | 1000 | 1011101 | 0 | 110011 | 100100111 | 1010110 | 11010 |
Color Harmonies of #72097C
Complementary color
Monochromatic Colors of #72097C
Black with #72097C
Text Example
Text Example
White with #72097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72097C; }
p { color: rgb(114,9,124); }
H1.HeaderClassName
{
color: #72097C;
}
.AnyTagClassName
{
color: #72097C;
}
</style>
background-color css
<style>
a { background-color: #72097C; }
a { background-color: rgb(114,9,124); }
div.DivClassName
{
background-color: #72097C;
}
.BgClassName
{
background-color: #72097C;
}
</style>
border-color css
<style>
span { border-color: #72097C; }
span { border-color: rgb(114,9,124); }
td.TdClassName
{
border-color: #72097C;
}
.TagClassName
{
border-color: #72097C;
}
</style>