Shades of Dark Purple #72116D
Tints of Dark Purple #72116D
RGB
CMYK
RGB Variations
Color information
#72116D (or 0x72116D) is known color: Dark Purple. HEX triplet: 72, 11 and 6D. RGB value is (114,17,109). Sum of RGB (Red+Green+Blue) = 114+17+109=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72116D is #8DEE92. Grayscale: #383838. Windows color (decimal): -9301651 or 7147890. OLE color: 7147890.
HSL color Cylindrical-coordinate representation of color #72116D: hue angle of 303.09º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72116D is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 109 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.55 |
| HSL | 303.09º | 0.74% | 0.26% | - |
| HSV(B) | 303.09º | 0.85% | 0.45% | - |
| XYZ | 9.9 | 5.08 | 14.93 | - |
| YUV | 56.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 109 | 0 | 0.85 | 0.04 | 0.55 | 303.09 | 0.74 | 0.26 |
| Hex | 72 | 11 | 6D | 0 | 55 | 4 | 37 | 12F | 4A | 1A |
| Octal | 162 | 21 | 155 | 0 | 125 | 4 | 67 | 457 | 112 | 32 |
| Binary | 1110010 | 10001 | 1101101 | 0 | 1010101 | 100 | 110111 | 100101111 | 1001010 | 11010 |
Color Harmonies of #72116D
Complementary color
Monochromatic Colors of #72116D
Black with #72116D
Text Example
Text Example
White with #72116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72116D; }
p { color: rgb(114,17,109); }
H1.HeaderClassName
{
color: #72116D;
}
.AnyTagClassName
{
color: #72116D;
}
</style>
background-color css
<style>
a { background-color: #72116D; }
a { background-color: rgb(114,17,109); }
div.DivClassName
{
background-color: #72116D;
}
.BgClassName
{
background-color: #72116D;
}
</style>
border-color css
<style>
span { border-color: #72116D; }
span { border-color: rgb(114,17,109); }
td.TdClassName
{
border-color: #72116D;
}
.TagClassName
{
border-color: #72116D;
}
</style>