Shades of Purple #821081
Tints of Purple #821081
RGB
CMYK
RGB Variations
Color information
#821081 (or 0x821081) is known color: Purple. HEX triplet: 82, 10 and 81. RGB value is (130,16,129). Sum of RGB (Red+Green+Blue) = 130+16+129=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #821081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821081 is #7DEF7E. Grayscale: #3E3E3E. Windows color (decimal): -8253311 or 8458370. OLE color: 8458370.
HSL color Cylindrical-coordinate representation of color #821081: hue angle of 300.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821081 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 129 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.49 |
| HSL | 300.53º | 0.78% | 0.29% | - |
| HSV(B) | 300.53º | 0.88% | 0.51% | - |
| XYZ | 13.35 | 6.7 | 21.36 | - |
| YUV | 62.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 129 | 0 | 0.88 | 0.01 | 0.49 | 300.53 | 0.78 | 0.29 |
| Hex | 82 | 10 | 81 | 0 | 58 | 1 | 31 | 12D | 4E | 1D |
| Octal | 202 | 20 | 201 | 0 | 130 | 1 | 61 | 455 | 116 | 35 |
| Binary | 10000010 | 10000 | 10000001 | 0 | 1011000 | 1 | 110001 | 100101101 | 1001110 | 11101 |
Color Harmonies of #821081
Complementary color
Monochromatic Colors of #821081
Black with #821081
Text Example
Text Example
White with #821081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821081; }
p { color: rgb(130,16,129); }
H1.HeaderClassName
{
color: #821081;
}
.AnyTagClassName
{
color: #821081;
}
</style>
background-color css
<style>
a { background-color: #821081; }
a { background-color: rgb(130,16,129); }
div.DivClassName
{
background-color: #821081;
}
.BgClassName
{
background-color: #821081;
}
</style>
border-color css
<style>
span { border-color: #821081; }
span { border-color: rgb(130,16,129); }
td.TdClassName
{
border-color: #821081;
}
.TagClassName
{
border-color: #821081;
}
</style>