Shades of Dark Purple #821A5F
Tints of Dark Purple #821A5F
RGB
CMYK
RGB Variations
Color information
#821A5F (or 0x821A5F) is known color: Dark Purple. HEX triplet: 82, 1A and 5F. RGB value is (130,26,95). Sum of RGB (Red+Green+Blue) = 130+26+95=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #821A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A5F is #7DE5A0. Grayscale: #404040. Windows color (decimal): -8250785 or 6232706. OLE color: 6232706.
HSL color Cylindrical-coordinate representation of color #821A5F: hue angle of 320.19º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A5F is Cyan = 0, Magento = 0.8, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 95 | - |
| CMYK | 0 | 0.8 | 0.27 | 0.49 |
| HSL | 320.19º | 0.67% | 0.31% | - |
| HSV(B) | 320.19º | 0.8% | 0.51% | - |
| XYZ | 11.64 | 6.31 | 11.43 | - |
| YUV | 64.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 95 | 0 | 0.8 | 0.27 | 0.49 | 320.19 | 0.67 | 0.31 |
| Hex | 82 | 1A | 5F | 0 | 50 | 1B | 31 | 140 | 43 | 1F |
| Octal | 202 | 32 | 137 | 0 | 120 | 33 | 61 | 500 | 103 | 37 |
| Binary | 10000010 | 11010 | 1011111 | 0 | 1010000 | 11011 | 110001 | 101000000 | 1000011 | 11111 |
Color Harmonies of #821A5F
Complementary color
Monochromatic Colors of #821A5F
Black with #821A5F
Text Example
Text Example
White with #821A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A5F; }
p { color: rgb(130,26,95); }
H1.HeaderClassName
{
color: #821A5F;
}
.AnyTagClassName
{
color: #821A5F;
}
</style>
background-color css
<style>
a { background-color: #821A5F; }
a { background-color: rgb(130,26,95); }
div.DivClassName
{
background-color: #821A5F;
}
.BgClassName
{
background-color: #821A5F;
}
</style>
border-color css
<style>
span { border-color: #821A5F; }
span { border-color: rgb(130,26,95); }
td.TdClassName
{
border-color: #821A5F;
}
.TagClassName
{
border-color: #821A5F;
}
</style>