Shades of Purple #72056F
Tints of Purple #72056F
RGB
CMYK
RGB Variations
Color information
#72056F (or 0x72056F) is known color: Purple. HEX triplet: 72, 05 and 6F. RGB value is (114,5,111). Sum of RGB (Red+Green+Blue) = 114+5+111=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056F is #8DFA90. Grayscale: #313131. Windows color (decimal): -9304721 or 7275890. OLE color: 7275890.
HSL color Cylindrical-coordinate representation of color #72056F: hue angle of 301.65º 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 #72056F is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.55 |
| HSL | 301.65º | 0.92% | 0.23% | - |
| HSV(B) | 301.65º | 0.96% | 0.45% | - |
| XYZ | 9.86 | 4.83 | 15.45 | - |
| YUV | 49.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 111 | 0 | 0.96 | 0.03 | 0.55 | 301.65 | 0.92 | 0.23 |
| Hex | 72 | 5 | 6F | 0 | 60 | 3 | 37 | 12E | 5C | 17 |
| Octal | 162 | 5 | 157 | 0 | 140 | 3 | 67 | 456 | 134 | 27 |
| Binary | 1110010 | 101 | 1101111 | 0 | 1100000 | 11 | 110111 | 100101110 | 1011100 | 10111 |
Color Harmonies of #72056F
Complementary color
Monochromatic Colors of #72056F
Black with #72056F
Text Example
Text Example
White with #72056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72056F; }
p { color: rgb(114,5,111); }
H1.HeaderClassName
{
color: #72056F;
}
.AnyTagClassName
{
color: #72056F;
}
</style>
background-color css
<style>
a { background-color: #72056F; }
a { background-color: rgb(114,5,111); }
div.DivClassName
{
background-color: #72056F;
}
.BgClassName
{
background-color: #72056F;
}
</style>
border-color css
<style>
span { border-color: #72056F; }
span { border-color: rgb(114,5,111); }
td.TdClassName
{
border-color: #72056F;
}
.TagClassName
{
border-color: #72056F;
}
</style>