Shades of Purple #72076C
Tints of Purple #72076C
RGB
CMYK
RGB Variations
Color information
#72076C (or 0x72076C) is known color: Purple. HEX triplet: 72, 07 and 6C. RGB value is (114,7,108). Sum of RGB (Red+Green+Blue) = 114+7+108=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076C is #8DF893. Grayscale: #323232. Windows color (decimal): -9304212 or 7079794. OLE color: 7079794.
HSL color Cylindrical-coordinate representation of color #72076C: hue angle of 303.36º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72076C is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.55 |
| HSL | 303.36º | 0.88% | 0.24% | - |
| HSV(B) | 303.36º | 0.94% | 0.45% | - |
| XYZ | 9.72 | 4.81 | 14.6 | - |
| YUV | 50.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 108 | 0 | 0.94 | 0.05 | 0.55 | 303.36 | 0.88 | 0.24 |
| Hex | 72 | 7 | 6C | 0 | 5E | 5 | 37 | 12F | 58 | 18 |
| Octal | 162 | 7 | 154 | 0 | 136 | 5 | 67 | 457 | 130 | 30 |
| Binary | 1110010 | 111 | 1101100 | 0 | 1011110 | 101 | 110111 | 100101111 | 1011000 | 11000 |
Color Harmonies of #72076C
Complementary color
Monochromatic Colors of #72076C
Black with #72076C
Text Example
Text Example
White with #72076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72076C; }
p { color: rgb(114,7,108); }
H1.HeaderClassName
{
color: #72076C;
}
.AnyTagClassName
{
color: #72076C;
}
</style>
background-color css
<style>
a { background-color: #72076C; }
a { background-color: rgb(114,7,108); }
div.DivClassName
{
background-color: #72076C;
}
.BgClassName
{
background-color: #72076C;
}
</style>
border-color css
<style>
span { border-color: #72076C; }
span { border-color: rgb(114,7,108); }
td.TdClassName
{
border-color: #72076C;
}
.TagClassName
{
border-color: #72076C;
}
</style>