Shades of Purple #72076A
Tints of Purple #72076A
RGB
CMYK
RGB Variations
Color information
#72076A (or 0x72076A) is known color: Purple. HEX triplet: 72, 07 and 6A. RGB value is (114,7,106). Sum of RGB (Red+Green+Blue) = 114+7+106=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076A is #8DF895. Grayscale: #313131. Windows color (decimal): -9304214 or 6948722. OLE color: 6948722.
HSL color Cylindrical-coordinate representation of color #72076A: hue angle of 304.49º 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 #72076A is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 106 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.55 |
| HSL | 304.49º | 0.88% | 0.24% | - |
| HSV(B) | 304.49º | 0.94% | 0.45% | - |
| XYZ | 9.62 | 4.77 | 14.05 | - |
| YUV | 50.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 106 | 0 | 0.94 | 0.07 | 0.55 | 304.49 | 0.88 | 0.24 |
| Hex | 72 | 7 | 6A | 0 | 5E | 7 | 37 | 130 | 58 | 18 |
| Octal | 162 | 7 | 152 | 0 | 136 | 7 | 67 | 460 | 130 | 30 |
| Binary | 1110010 | 111 | 1101010 | 0 | 1011110 | 111 | 110111 | 100110000 | 1011000 | 11000 |
Color Harmonies of #72076A
Complementary color
Monochromatic Colors of #72076A
Black with #72076A
Text Example
Text Example
White with #72076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72076A; }
p { color: rgb(114,7,106); }
H1.HeaderClassName
{
color: #72076A;
}
.AnyTagClassName
{
color: #72076A;
}
</style>
background-color css
<style>
a { background-color: #72076A; }
a { background-color: rgb(114,7,106); }
div.DivClassName
{
background-color: #72076A;
}
.BgClassName
{
background-color: #72076A;
}
</style>
border-color css
<style>
span { border-color: #72076A; }
span { border-color: rgb(114,7,106); }
td.TdClassName
{
border-color: #72076A;
}
.TagClassName
{
border-color: #72076A;
}
</style>