Shades of Purple #72046D
Tints of Purple #72046D
RGB
CMYK
RGB Variations
Color information
#72046D (or 0x72046D) is known color: Purple. HEX triplet: 72, 04 and 6D. RGB value is (114,4,109). Sum of RGB (Red+Green+Blue) = 114+4+109=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72046D is #8DFB92. Grayscale: #303030. Windows color (decimal): -9304979 or 7144562. OLE color: 7144562.
HSL color Cylindrical-coordinate representation of color #72046D: hue angle of 302.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72046D is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 109 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.55 |
| HSL | 302.73º | 0.93% | 0.23% | - |
| HSV(B) | 302.73º | 0.96% | 0.45% | - |
| XYZ | 9.74 | 4.77 | 14.87 | - |
| YUV | 48.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 109 | 0 | 0.96 | 0.04 | 0.55 | 302.73 | 0.93 | 0.23 |
| Hex | 72 | 4 | 6D | 0 | 60 | 4 | 37 | 12F | 5D | 17 |
| Octal | 162 | 4 | 155 | 0 | 140 | 4 | 67 | 457 | 135 | 27 |
| Binary | 1110010 | 100 | 1101101 | 0 | 1100000 | 100 | 110111 | 100101111 | 1011101 | 10111 |
Color Harmonies of #72046D
Complementary color
Monochromatic Colors of #72046D
Black with #72046D
Text Example
Text Example
White with #72046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72046D; }
p { color: rgb(114,4,109); }
H1.HeaderClassName
{
color: #72046D;
}
.AnyTagClassName
{
color: #72046D;
}
</style>
background-color css
<style>
a { background-color: #72046D; }
a { background-color: rgb(114,4,109); }
div.DivClassName
{
background-color: #72046D;
}
.BgClassName
{
background-color: #72046D;
}
</style>
border-color css
<style>
span { border-color: #72046D; }
span { border-color: rgb(114,4,109); }
td.TdClassName
{
border-color: #72046D;
}
.TagClassName
{
border-color: #72046D;
}
</style>