Shades of Purple #72046C
Tints of Purple #72046C
RGB
CMYK
RGB Variations
Color information
#72046C (or 0x72046C) is known color: Purple. HEX triplet: 72, 04 and 6C. RGB value is (114,4,108). Sum of RGB (Red+Green+Blue) = 114+4+108=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72046C is #8DFB93. Grayscale: #303030. Windows color (decimal): -9304980 or 7079026. OLE color: 7079026.
HSL color Cylindrical-coordinate representation of color #72046C: hue angle of 303.27º 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 #72046C is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 108 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.55 |
| HSL | 303.27º | 0.93% | 0.23% | - |
| HSV(B) | 303.27º | 0.96% | 0.45% | - |
| XYZ | 9.69 | 4.75 | 14.59 | - |
| YUV | 48.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 108 | 0 | 0.96 | 0.05 | 0.55 | 303.27 | 0.93 | 0.23 |
| Hex | 72 | 4 | 6C | 0 | 60 | 5 | 37 | 12F | 5D | 17 |
| Octal | 162 | 4 | 154 | 0 | 140 | 5 | 67 | 457 | 135 | 27 |
| Binary | 1110010 | 100 | 1101100 | 0 | 1100000 | 101 | 110111 | 100101111 | 1011101 | 10111 |
Color Harmonies of #72046C
Complementary color
Monochromatic Colors of #72046C
Black with #72046C
Text Example
Text Example
White with #72046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72046C; }
p { color: rgb(114,4,108); }
H1.HeaderClassName
{
color: #72046C;
}
.AnyTagClassName
{
color: #72046C;
}
</style>
background-color css
<style>
a { background-color: #72046C; }
a { background-color: rgb(114,4,108); }
div.DivClassName
{
background-color: #72046C;
}
.BgClassName
{
background-color: #72046C;
}
</style>
border-color css
<style>
span { border-color: #72046C; }
span { border-color: rgb(114,4,108); }
td.TdClassName
{
border-color: #72046C;
}
.TagClassName
{
border-color: #72046C;
}
</style>