Shades of Dark Purple #821561
Tints of Dark Purple #821561
RGB
CMYK
RGB Variations
Color information
#821561 (or 0x821561) is known color: Dark Purple. HEX triplet: 82, 15 and 61. RGB value is (130,21,97). Sum of RGB (Red+Green+Blue) = 130+21+97=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #821561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821561 is #7DEA9E. Grayscale: #3E3E3E. Windows color (decimal): -8252063 or 6362498. OLE color: 6362498.
HSL color Cylindrical-coordinate representation of color #821561: hue angle of 318.17º 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 #821561 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 97 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.49 |
| HSL | 318.17º | 0.72% | 0.3% | - |
| HSV(B) | 318.17º | 0.84% | 0.51% | - |
| XYZ | 11.63 | 6.15 | 11.88 | - |
| YUV | 62.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 97 | 0 | 0.84 | 0.25 | 0.49 | 318.17 | 0.72 | 0.3 |
| Hex | 82 | 15 | 61 | 0 | 54 | 19 | 31 | 13E | 48 | 1E |
| Octal | 202 | 25 | 141 | 0 | 124 | 31 | 61 | 476 | 110 | 36 |
| Binary | 10000010 | 10101 | 1100001 | 0 | 1010100 | 11001 | 110001 | 100111110 | 1001000 | 11110 |
Color Harmonies of #821561
Complementary color
Monochromatic Colors of #821561
Black with #821561
Text Example
Text Example
White with #821561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821561; }
p { color: rgb(130,21,97); }
H1.HeaderClassName
{
color: #821561;
}
.AnyTagClassName
{
color: #821561;
}
</style>
background-color css
<style>
a { background-color: #821561; }
a { background-color: rgb(130,21,97); }
div.DivClassName
{
background-color: #821561;
}
.BgClassName
{
background-color: #821561;
}
</style>
border-color css
<style>
span { border-color: #821561; }
span { border-color: rgb(130,21,97); }
td.TdClassName
{
border-color: #821561;
}
.TagClassName
{
border-color: #821561;
}
</style>