Shades of Purple #800072
Tints of Purple #800072
RGB
CMYK
RGB Variations
Color information
#800072 (or 0x800072) is known color: Purple. HEX triplet: 80, 00 and 72. RGB value is (128,0,114). Sum of RGB (Red+Green+Blue) = 128+0+114=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #800072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800072 is #7FFF8D. Grayscale: #323232. Windows color (decimal): -8388494 or 7471232. OLE color: 7471232.
HSL color Cylindrical-coordinate representation of color #800072: hue angle of 306.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800072 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.11 | 0.50 |
| HSL | 306.56º | 1% | 0.25% | - |
| HSV(B) | 306.56º | 1% | 0.5% | - |
| XYZ | 11.94 | 5.8 | 16.41 | - |
| YUV | 51.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 114 | 0 | 1 | 0.11 | 0.50 | 306.56 | 1 | 0.25 |
| Hex | 80 | 0 | 72 | 0 | 64 | B | 32 | 133 | 64 | 19 |
| Octal | 200 | 0 | 162 | 0 | 144 | 13 | 62 | 463 | 144 | 31 |
| Binary | 10000000 | 0 | 1110010 | 0 | 1100100 | 1011 | 110010 | 100110011 | 1100100 | 11001 |
Color Harmonies of #800072
Complementary color
Monochromatic Colors of #800072
Black with #800072
Text Example
Text Example
White with #800072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800072; }
p { color: rgb(128,0,114); }
H1.HeaderClassName
{
color: #800072;
}
.AnyTagClassName
{
color: #800072;
}
</style>
background-color css
<style>
a { background-color: #800072; }
a { background-color: rgb(128,0,114); }
div.DivClassName
{
background-color: #800072;
}
.BgClassName
{
background-color: #800072;
}
</style>
border-color css
<style>
span { border-color: #800072; }
span { border-color: rgb(128,0,114); }
td.TdClassName
{
border-color: #800072;
}
.TagClassName
{
border-color: #800072;
}
</style>