Shades of Purple #72077A
Tints of Purple #72077A
RGB
CMYK
RGB Variations
Color information
#72077A (or 0x72077A) is known color: Purple. HEX triplet: 72, 07 and 7A. RGB value is (114,7,122). Sum of RGB (Red+Green+Blue) = 114+7+122=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #72077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72077A is #8DF885. Grayscale: #333333. Windows color (decimal): -9304198 or 7997298. OLE color: 7997298.
HSL color Cylindrical-coordinate representation of color #72077A: hue angle of 295.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72077A is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 7 | 122 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.52 |
| HSL | 295.83º | 0.89% | 0.25% | - |
| HSV(B) | 295.83º | 0.94% | 0.48% | - |
| XYZ | 10.53 | 5.13 | 18.85 | - |
| YUV | 52.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 122 | 0.07 | 0.94 | 0 | 0.52 | 295.83 | 0.89 | 0.25 |
| Hex | 72 | 7 | 7A | 7 | 5E | 0 | 34 | 128 | 59 | 19 |
| Octal | 162 | 7 | 172 | 7 | 136 | 0 | 64 | 450 | 131 | 31 |
| Binary | 1110010 | 111 | 1111010 | 111 | 1011110 | 0 | 110100 | 100101000 | 1011001 | 11001 |
Color Harmonies of #72077A
Complementary color
Monochromatic Colors of #72077A
Black with #72077A
Text Example
Text Example
White with #72077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72077A; }
p { color: rgb(114,7,122); }
H1.HeaderClassName
{
color: #72077A;
}
.AnyTagClassName
{
color: #72077A;
}
</style>
background-color css
<style>
a { background-color: #72077A; }
a { background-color: rgb(114,7,122); }
div.DivClassName
{
background-color: #72077A;
}
.BgClassName
{
background-color: #72077A;
}
</style>
border-color css
<style>
span { border-color: #72077A; }
span { border-color: rgb(114,7,122); }
td.TdClassName
{
border-color: #72077A;
}
.TagClassName
{
border-color: #72077A;
}
</style>