Shades of Purple #72056A
Tints of Purple #72056A
RGB
CMYK
RGB Variations
Color information
#72056A (or 0x72056A) is known color: Purple. HEX triplet: 72, 05 and 6A. RGB value is (114,5,106). Sum of RGB (Red+Green+Blue) = 114+5+106=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056A is #8DFA95. Grayscale: #303030. Windows color (decimal): -9304726 or 6948210. OLE color: 6948210.
HSL color Cylindrical-coordinate representation of color #72056A: hue angle of 304.4º degrees, saturation: 0.92, 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 #72056A is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 106 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.55 |
| HSL | 304.4º | 0.92% | 0.23% | - |
| HSV(B) | 304.4º | 0.96% | 0.45% | - |
| XYZ | 9.6 | 4.73 | 14.04 | - |
| YUV | 49.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 106 | 0 | 0.96 | 0.07 | 0.55 | 304.4 | 0.92 | 0.23 |
| Hex | 72 | 5 | 6A | 0 | 60 | 7 | 37 | 130 | 5C | 17 |
| Octal | 162 | 5 | 152 | 0 | 140 | 7 | 67 | 460 | 134 | 27 |
| Binary | 1110010 | 101 | 1101010 | 0 | 1100000 | 111 | 110111 | 100110000 | 1011100 | 10111 |
Color Harmonies of #72056A
Complementary color
Monochromatic Colors of #72056A
Black with #72056A
Text Example
Text Example
White with #72056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72056A; }
p { color: rgb(114,5,106); }
H1.HeaderClassName
{
color: #72056A;
}
.AnyTagClassName
{
color: #72056A;
}
</style>
background-color css
<style>
a { background-color: #72056A; }
a { background-color: rgb(114,5,106); }
div.DivClassName
{
background-color: #72056A;
}
.BgClassName
{
background-color: #72056A;
}
</style>
border-color css
<style>
span { border-color: #72056A; }
span { border-color: rgb(114,5,106); }
td.TdClassName
{
border-color: #72056A;
}
.TagClassName
{
border-color: #72056A;
}
</style>