Shades of Purple #820081
Tints of Purple #820081
RGB
CMYK
RGB Variations
Color information
#820081 (or 0x820081) is known color: Purple. HEX triplet: 82, 00 and 81. RGB value is (130,0,129). Sum of RGB (Red+Green+Blue) = 130+0+129=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #820081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820081 is #7DFF7E. Grayscale: #353535. Windows color (decimal): -8257407 or 8454274. OLE color: 8454274.
HSL color Cylindrical-coordinate representation of color #820081: hue angle of 300.46º 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 #820081 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.01 | 0.49 |
| HSL | 300.46º | 1% | 0.25% | - |
| HSV(B) | 300.46º | 1% | 0.51% | - |
| XYZ | 13.17 | 6.33 | 21.3 | - |
| YUV | 53.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 129 | 0 | 1 | 0.01 | 0.49 | 300.46 | 1 | 0.25 |
| Hex | 82 | 0 | 81 | 0 | 64 | 1 | 31 | 12C | 64 | 19 |
| Octal | 202 | 0 | 201 | 0 | 144 | 1 | 61 | 454 | 144 | 31 |
| Binary | 10000010 | 0 | 10000001 | 0 | 1100100 | 1 | 110001 | 100101100 | 1100100 | 11001 |
Color Harmonies of #820081
Complementary color
Monochromatic Colors of #820081
Black with #820081
Text Example
Text Example
White with #820081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820081; }
p { color: rgb(130,0,129); }
H1.HeaderClassName
{
color: #820081;
}
.AnyTagClassName
{
color: #820081;
}
</style>
background-color css
<style>
a { background-color: #820081; }
a { background-color: rgb(130,0,129); }
div.DivClassName
{
background-color: #820081;
}
.BgClassName
{
background-color: #820081;
}
</style>
border-color css
<style>
span { border-color: #820081; }
span { border-color: rgb(130,0,129); }
td.TdClassName
{
border-color: #820081;
}
.TagClassName
{
border-color: #820081;
}
</style>