Shades of Dark Purple #821575
Tints of Dark Purple #821575
RGB
CMYK
RGB Variations
Color information
#821575 (or 0x821575) is known color: Dark Purple. HEX triplet: 82, 15 and 75. RGB value is (130,21,117). Sum of RGB (Red+Green+Blue) = 130+21+117=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #821575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821575 is #7DEA8A. Grayscale: #404040. Windows color (decimal): -8252043 or 7673218. OLE color: 7673218.
HSL color Cylindrical-coordinate representation of color #821575: hue angle of 307.16º 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 #821575 is Cyan = 0, Magento = 0.84, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 117 | - |
| CMYK | 0 | 0.84 | 0.1 | 0.49 |
| HSL | 307.16º | 0.72% | 0.3% | - |
| HSV(B) | 307.16º | 0.84% | 0.51% | - |
| XYZ | 12.68 | 6.57 | 17.43 | - |
| YUV | 64.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 117 | 0 | 0.84 | 0.1 | 0.49 | 307.16 | 0.72 | 0.3 |
| Hex | 82 | 15 | 75 | 0 | 54 | A | 31 | 133 | 48 | 1E |
| Octal | 202 | 25 | 165 | 0 | 124 | 12 | 61 | 463 | 110 | 36 |
| Binary | 10000010 | 10101 | 1110101 | 0 | 1010100 | 1010 | 110001 | 100110011 | 1001000 | 11110 |
Color Harmonies of #821575
Complementary color
Monochromatic Colors of #821575
Black with #821575
Text Example
Text Example
White with #821575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821575; }
p { color: rgb(130,21,117); }
H1.HeaderClassName
{
color: #821575;
}
.AnyTagClassName
{
color: #821575;
}
</style>
background-color css
<style>
a { background-color: #821575; }
a { background-color: rgb(130,21,117); }
div.DivClassName
{
background-color: #821575;
}
.BgClassName
{
background-color: #821575;
}
</style>
border-color css
<style>
span { border-color: #821575; }
span { border-color: rgb(130,21,117); }
td.TdClassName
{
border-color: #821575;
}
.TagClassName
{
border-color: #821575;
}
</style>