Shades of Purple #821382
Tints of Purple #821382
RGB
CMYK
RGB Variations
Color information
#821382 (or 0x821382) is known color: Purple. HEX triplet: 82, 13 and 82. RGB value is (130,19,130). Sum of RGB (Red+Green+Blue) = 130+19+130=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #821382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821382 is #7DEC7D. Grayscale: #404040. Windows color (decimal): -8252542 or 8524674. OLE color: 8524674.
HSL color Cylindrical-coordinate representation of color #821382: hue angle of 300º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821382 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 130 | - |
| CMYK | 0 | 0.85 | 0 | 0.49 |
| HSL | 300º | 0.74% | 0.29% | - |
| HSV(B) | 300º | 0.85% | 0.51% | - |
| XYZ | 13.47 | 6.82 | 21.73 | - |
| YUV | 64.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 130 | 0 | 0.85 | 0 | 0.49 | 300 | 0.74 | 0.29 |
| Hex | 82 | 13 | 82 | 0 | 55 | 0 | 31 | 12C | 4A | 1D |
| Octal | 202 | 23 | 202 | 0 | 125 | 0 | 61 | 454 | 112 | 35 |
| Binary | 10000010 | 10011 | 10000010 | 0 | 1010101 | 0 | 110001 | 100101100 | 1001010 | 11101 |
Color Harmonies of #821382
Complementary color
Monochromatic Colors of #821382
Black with #821382
Text Example
Text Example
White with #821382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821382; }
p { color: rgb(130,19,130); }
H1.HeaderClassName
{
color: #821382;
}
.AnyTagClassName
{
color: #821382;
}
</style>
background-color css
<style>
a { background-color: #821382; }
a { background-color: rgb(130,19,130); }
div.DivClassName
{
background-color: #821382;
}
.BgClassName
{
background-color: #821382;
}
</style>
border-color css
<style>
span { border-color: #821382; }
span { border-color: rgb(130,19,130); }
td.TdClassName
{
border-color: #821382;
}
.TagClassName
{
border-color: #821382;
}
</style>