Shades of Dark Purple #72166F
Tints of Dark Purple #72166F
RGB
CMYK
RGB Variations
Color information
#72166F (or 0x72166F) is known color: Dark Purple. HEX triplet: 72, 16 and 6F. RGB value is (114,22,111). Sum of RGB (Red+Green+Blue) = 114+22+111=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72166F is #8DE990. Grayscale: #3B3B3B. Windows color (decimal): -9300369 or 7280242. OLE color: 7280242.
HSL color Cylindrical-coordinate representation of color #72166F: hue angle of 301.96º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72166F is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 111 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.55 |
| HSL | 301.96º | 0.68% | 0.27% | - |
| HSV(B) | 301.96º | 0.81% | 0.45% | - |
| XYZ | 10.1 | 5.3 | 15.53 | - |
| YUV | 59.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 111 | 0 | 0.81 | 0.03 | 0.55 | 301.96 | 0.68 | 0.27 |
| Hex | 72 | 16 | 6F | 0 | 51 | 3 | 37 | 12E | 44 | 1B |
| Octal | 162 | 26 | 157 | 0 | 121 | 3 | 67 | 456 | 104 | 33 |
| Binary | 1110010 | 10110 | 1101111 | 0 | 1010001 | 11 | 110111 | 100101110 | 1000100 | 11011 |
Color Harmonies of #72166F
Complementary color
Monochromatic Colors of #72166F
Black with #72166F
Text Example
Text Example
White with #72166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72166F; }
p { color: rgb(114,22,111); }
H1.HeaderClassName
{
color: #72166F;
}
.AnyTagClassName
{
color: #72166F;
}
</style>
background-color css
<style>
a { background-color: #72166F; }
a { background-color: rgb(114,22,111); }
div.DivClassName
{
background-color: #72166F;
}
.BgClassName
{
background-color: #72166F;
}
</style>
border-color css
<style>
span { border-color: #72166F; }
span { border-color: rgb(114,22,111); }
td.TdClassName
{
border-color: #72166F;
}
.TagClassName
{
border-color: #72166F;
}
</style>