Shades of Purple #72077C
Tints of Purple #72077C
RGB
CMYK
RGB Variations
Color information
#72077C (or 0x72077C) is known color: Purple. HEX triplet: 72, 07 and 7C. RGB value is (114,7,124). Sum of RGB (Red+Green+Blue) = 114+7+124=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #72077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72077C is #8DF883. Grayscale: #333333. Windows color (decimal): -9304196 or 8128370. OLE color: 8128370.
HSL color Cylindrical-coordinate representation of color #72077C: hue angle of 294.87º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72077C is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 7 | 124 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.51 |
| HSL | 294.87º | 0.89% | 0.26% | - |
| HSV(B) | 294.87º | 0.94% | 0.49% | - |
| XYZ | 10.65 | 5.18 | 19.51 | - |
| YUV | 52.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 124 | 0.08 | 0.94 | 0 | 0.51 | 294.87 | 0.89 | 0.26 |
| Hex | 72 | 7 | 7C | 8 | 5E | 0 | 33 | 127 | 59 | 1A |
| Octal | 162 | 7 | 174 | 10 | 136 | 0 | 63 | 447 | 131 | 32 |
| Binary | 1110010 | 111 | 1111100 | 1000 | 1011110 | 0 | 110011 | 100100111 | 1011001 | 11010 |
Color Harmonies of #72077C
Complementary color
Monochromatic Colors of #72077C
Black with #72077C
Text Example
Text Example
White with #72077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72077C; }
p { color: rgb(114,7,124); }
H1.HeaderClassName
{
color: #72077C;
}
.AnyTagClassName
{
color: #72077C;
}
</style>
background-color css
<style>
a { background-color: #72077C; }
a { background-color: rgb(114,7,124); }
div.DivClassName
{
background-color: #72077C;
}
.BgClassName
{
background-color: #72077C;
}
</style>
border-color css
<style>
span { border-color: #72077C; }
span { border-color: rgb(114,7,124); }
td.TdClassName
{
border-color: #72077C;
}
.TagClassName
{
border-color: #72077C;
}
</style>