Shades of Dark Purple #72126E
Tints of Dark Purple #72126E
RGB
CMYK
RGB Variations
Color information
#72126E (or 0x72126E) is known color: Dark Purple. HEX triplet: 72, 12 and 6E. RGB value is (114,18,110). Sum of RGB (Red+Green+Blue) = 114+18+110=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72126E is #8DED91. Grayscale: #383838. Windows color (decimal): -9301394 or 7213682. OLE color: 7213682.
HSL color Cylindrical-coordinate representation of color #72126E: hue angle of 302.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72126E is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 110 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.55 |
| HSL | 302.5º | 0.73% | 0.26% | - |
| HSV(B) | 302.5º | 0.84% | 0.45% | - |
| XYZ | 9.97 | 5.14 | 15.22 | - |
| YUV | 57.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 110 | 0 | 0.84 | 0.04 | 0.55 | 302.5 | 0.73 | 0.26 |
| Hex | 72 | 12 | 6E | 0 | 54 | 4 | 37 | 12E | 49 | 1A |
| Octal | 162 | 22 | 156 | 0 | 124 | 4 | 67 | 456 | 111 | 32 |
| Binary | 1110010 | 10010 | 1101110 | 0 | 1010100 | 100 | 110111 | 100101110 | 1001001 | 11010 |
Color Harmonies of #72126E
Complementary color
Monochromatic Colors of #72126E
Black with #72126E
Text Example
Text Example
White with #72126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72126E; }
p { color: rgb(114,18,110); }
H1.HeaderClassName
{
color: #72126E;
}
.AnyTagClassName
{
color: #72126E;
}
</style>
background-color css
<style>
a { background-color: #72126E; }
a { background-color: rgb(114,18,110); }
div.DivClassName
{
background-color: #72126E;
}
.BgClassName
{
background-color: #72126E;
}
</style>
border-color css
<style>
span { border-color: #72126E; }
span { border-color: rgb(114,18,110); }
td.TdClassName
{
border-color: #72126E;
}
.TagClassName
{
border-color: #72126E;
}
</style>