Shades of Purple #72056C
Tints of Purple #72056C
RGB
CMYK
RGB Variations
Color information
#72056C (or 0x72056C) is known color: Purple. HEX triplet: 72, 05 and 6C. RGB value is (114,5,108). Sum of RGB (Red+Green+Blue) = 114+5+108=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056C is #8DFA93. Grayscale: #313131. Windows color (decimal): -9304724 or 7079282. OLE color: 7079282.
HSL color Cylindrical-coordinate representation of color #72056C: hue angle of 303.3º 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 #72056C is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.55 |
| HSL | 303.3º | 0.92% | 0.23% | - |
| HSV(B) | 303.3º | 0.96% | 0.45% | - |
| XYZ | 9.7 | 4.77 | 14.6 | - |
| YUV | 49.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 108 | 0 | 0.96 | 0.05 | 0.55 | 303.3 | 0.92 | 0.23 |
| Hex | 72 | 5 | 6C | 0 | 60 | 5 | 37 | 12F | 5C | 17 |
| Octal | 162 | 5 | 154 | 0 | 140 | 5 | 67 | 457 | 134 | 27 |
| Binary | 1110010 | 101 | 1101100 | 0 | 1100000 | 101 | 110111 | 100101111 | 1011100 | 10111 |
Color Harmonies of #72056C
Complementary color
Monochromatic Colors of #72056C
Black with #72056C
Text Example
Text Example
White with #72056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72056C; }
p { color: rgb(114,5,108); }
H1.HeaderClassName
{
color: #72056C;
}
.AnyTagClassName
{
color: #72056C;
}
</style>
background-color css
<style>
a { background-color: #72056C; }
a { background-color: rgb(114,5,108); }
div.DivClassName
{
background-color: #72056C;
}
.BgClassName
{
background-color: #72056C;
}
</style>
border-color css
<style>
span { border-color: #72056C; }
span { border-color: rgb(114,5,108); }
td.TdClassName
{
border-color: #72056C;
}
.TagClassName
{
border-color: #72056C;
}
</style>