Shades of Purple #820072
Tints of Purple #820072
RGB
CMYK
RGB Variations
Color information
#820072 (or 0x820072) is known color: Purple. HEX triplet: 82, 00 and 72. RGB value is (130,0,114). Sum of RGB (Red+Green+Blue) = 130+0+114=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #820072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820072 is #7DFF8D. Grayscale: #333333. Windows color (decimal): -8257422 or 7471234. OLE color: 7471234.
HSL color Cylindrical-coordinate representation of color #820072: hue angle of 307.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820072 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.12 | 0.49 |
| HSL | 307.38º | 1% | 0.25% | - |
| HSV(B) | 307.38º | 1% | 0.51% | - |
| XYZ | 12.24 | 5.96 | 16.42 | - |
| YUV | 51.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 114 | 0 | 1 | 0.12 | 0.49 | 307.38 | 1 | 0.25 |
| Hex | 82 | 0 | 72 | 0 | 64 | C | 31 | 133 | 64 | 19 |
| Octal | 202 | 0 | 162 | 0 | 144 | 14 | 61 | 463 | 144 | 31 |
| Binary | 10000010 | 0 | 1110010 | 0 | 1100100 | 1100 | 110001 | 100110011 | 1100100 | 11001 |
Color Harmonies of #820072
Complementary color
Monochromatic Colors of #820072
Black with #820072
Text Example
Text Example
White with #820072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820072; }
p { color: rgb(130,0,114); }
H1.HeaderClassName
{
color: #820072;
}
.AnyTagClassName
{
color: #820072;
}
</style>
background-color css
<style>
a { background-color: #820072; }
a { background-color: rgb(130,0,114); }
div.DivClassName
{
background-color: #820072;
}
.BgClassName
{
background-color: #820072;
}
</style>
border-color css
<style>
span { border-color: #820072; }
span { border-color: rgb(130,0,114); }
td.TdClassName
{
border-color: #820072;
}
.TagClassName
{
border-color: #820072;
}
</style>