Shades of Dark Purple #821583
Tints of Dark Purple #821583
RGB
CMYK
RGB Variations
Color information
#821583 (or 0x821583) is known color: Dark Purple. HEX triplet: 82, 15 and 83. RGB value is (130,21,131). Sum of RGB (Red+Green+Blue) = 130+21+131=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #821583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821583 is #7DEA7C. Grayscale: #414141. Windows color (decimal): -8252029 or 8590722. OLE color: 8590722.
HSL color Cylindrical-coordinate representation of color #821583: hue angle of 299.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821583 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 131 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.49 |
| HSL | 299.45º | 0.72% | 0.3% | - |
| HSV(B) | 299.45º | 0.84% | 0.51% | - |
| XYZ | 13.57 | 6.92 | 22.09 | - |
| YUV | 66.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 131 | 0.01 | 0.84 | 0 | 0.49 | 299.45 | 0.72 | 0.3 |
| Hex | 82 | 15 | 83 | 1 | 54 | 0 | 31 | 12B | 48 | 1E |
| Octal | 202 | 25 | 203 | 1 | 124 | 0 | 61 | 453 | 110 | 36 |
| Binary | 10000010 | 10101 | 10000011 | 1 | 1010100 | 0 | 110001 | 100101011 | 1001000 | 11110 |
Color Harmonies of #821583
Complementary color
Monochromatic Colors of #821583
Black with #821583
Text Example
Text Example
White with #821583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821583; }
p { color: rgb(130,21,131); }
H1.HeaderClassName
{
color: #821583;
}
.AnyTagClassName
{
color: #821583;
}
</style>
background-color css
<style>
a { background-color: #821583; }
a { background-color: rgb(130,21,131); }
div.DivClassName
{
background-color: #821583;
}
.BgClassName
{
background-color: #821583;
}
</style>
border-color css
<style>
span { border-color: #821583; }
span { border-color: rgb(130,21,131); }
td.TdClassName
{
border-color: #821583;
}
.TagClassName
{
border-color: #821583;
}
</style>