Shades of Purple #72076D
Tints of Purple #72076D
RGB
CMYK
RGB Variations
Color information
#72076D (or 0x72076D) is known color: Purple. HEX triplet: 72, 07 and 6D. RGB value is (114,7,109). Sum of RGB (Red+Green+Blue) = 114+7+109=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076D is #8DF892. Grayscale: #323232. Windows color (decimal): -9304211 or 7145330. OLE color: 7145330.
HSL color Cylindrical-coordinate representation of color #72076D: hue angle of 302.8º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72076D is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 109 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.55 |
| HSL | 302.8º | 0.88% | 0.24% | - |
| HSV(B) | 302.8º | 0.94% | 0.45% | - |
| XYZ | 9.78 | 4.83 | 14.89 | - |
| YUV | 50.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 109 | 0 | 0.94 | 0.04 | 0.55 | 302.8 | 0.88 | 0.24 |
| Hex | 72 | 7 | 6D | 0 | 5E | 4 | 37 | 12F | 58 | 18 |
| Octal | 162 | 7 | 155 | 0 | 136 | 4 | 67 | 457 | 130 | 30 |
| Binary | 1110010 | 111 | 1101101 | 0 | 1011110 | 100 | 110111 | 100101111 | 1011000 | 11000 |
Color Harmonies of #72076D
Complementary color
Monochromatic Colors of #72076D
Black with #72076D
Text Example
Text Example
White with #72076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72076D; }
p { color: rgb(114,7,109); }
H1.HeaderClassName
{
color: #72076D;
}
.AnyTagClassName
{
color: #72076D;
}
</style>
background-color css
<style>
a { background-color: #72076D; }
a { background-color: rgb(114,7,109); }
div.DivClassName
{
background-color: #72076D;
}
.BgClassName
{
background-color: #72076D;
}
</style>
border-color css
<style>
span { border-color: #72076D; }
span { border-color: rgb(114,7,109); }
td.TdClassName
{
border-color: #72076D;
}
.TagClassName
{
border-color: #72076D;
}
</style>