Shades of Purple #820073
Tints of Purple #820073
RGB
CMYK
RGB Variations
Color information
#820073 (or 0x820073) is known color: Purple. HEX triplet: 82, 00 and 73. RGB value is (130,0,115). Sum of RGB (Red+Green+Blue) = 130+0+115=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820073 is #7DFF8C. Grayscale: #333333. Windows color (decimal): -8257421 or 7536770. OLE color: 7536770.
HSL color Cylindrical-coordinate representation of color #820073: hue angle of 306.92º 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 #820073 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.12 | 0.49 |
| HSL | 306.92º | 1% | 0.25% | - |
| HSV(B) | 306.92º | 1% | 0.51% | - |
| XYZ | 12.3 | 5.98 | 16.73 | - |
| YUV | 51.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 115 | 0 | 1 | 0.12 | 0.49 | 306.92 | 1 | 0.25 |
| Hex | 82 | 0 | 73 | 0 | 64 | C | 31 | 133 | 64 | 19 |
| Octal | 202 | 0 | 163 | 0 | 144 | 14 | 61 | 463 | 144 | 31 |
| Binary | 10000010 | 0 | 1110011 | 0 | 1100100 | 1100 | 110001 | 100110011 | 1100100 | 11001 |
Color Harmonies of #820073
Complementary color
Monochromatic Colors of #820073
Black with #820073
Text Example
Text Example
White with #820073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820073; }
p { color: rgb(130,0,115); }
H1.HeaderClassName
{
color: #820073;
}
.AnyTagClassName
{
color: #820073;
}
</style>
background-color css
<style>
a { background-color: #820073; }
a { background-color: rgb(130,0,115); }
div.DivClassName
{
background-color: #820073;
}
.BgClassName
{
background-color: #820073;
}
</style>
border-color css
<style>
span { border-color: #820073; }
span { border-color: rgb(130,0,115); }
td.TdClassName
{
border-color: #820073;
}
.TagClassName
{
border-color: #820073;
}
</style>