Shades of Purple #72096C
Tints of Purple #72096C
RGB
CMYK
RGB Variations
Color information
#72096C (or 0x72096C) is known color: Purple. HEX triplet: 72, 09 and 6C. RGB value is (114,9,108). Sum of RGB (Red+Green+Blue) = 114+9+108=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72096C is #8DF693. Grayscale: #333333. Windows color (decimal): -9303700 or 7080306. OLE color: 7080306.
HSL color Cylindrical-coordinate representation of color #72096C: hue angle of 303.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72096C is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 108 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.55 |
| HSL | 303.43º | 0.85% | 0.24% | - |
| HSV(B) | 303.43º | 0.92% | 0.45% | - |
| XYZ | 9.74 | 4.86 | 14.61 | - |
| YUV | 51.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 108 | 0 | 0.92 | 0.05 | 0.55 | 303.43 | 0.85 | 0.24 |
| Hex | 72 | 9 | 6C | 0 | 5C | 5 | 37 | 12F | 55 | 18 |
| Octal | 162 | 11 | 154 | 0 | 134 | 5 | 67 | 457 | 125 | 30 |
| Binary | 1110010 | 1001 | 1101100 | 0 | 1011100 | 101 | 110111 | 100101111 | 1010101 | 11000 |
Color Harmonies of #72096C
Complementary color
Monochromatic Colors of #72096C
Black with #72096C
Text Example
Text Example
White with #72096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72096C; }
p { color: rgb(114,9,108); }
H1.HeaderClassName
{
color: #72096C;
}
.AnyTagClassName
{
color: #72096C;
}
</style>
background-color css
<style>
a { background-color: #72096C; }
a { background-color: rgb(114,9,108); }
div.DivClassName
{
background-color: #72096C;
}
.BgClassName
{
background-color: #72096C;
}
</style>
border-color css
<style>
span { border-color: #72096C; }
span { border-color: rgb(114,9,108); }
td.TdClassName
{
border-color: #72096C;
}
.TagClassName
{
border-color: #72096C;
}
</style>