Shades of Dark Purple #821C70
Tints of Dark Purple #821C70
RGB
CMYK
RGB Variations
Color information
#821C70 (or 0x821C70) is known color: Dark Purple. HEX triplet: 82, 1C and 70. RGB value is (130,28,112). Sum of RGB (Red+Green+Blue) = 130+28+112=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #821C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C70 is #7DE38F. Grayscale: #434343. Windows color (decimal): -8250256 or 7347330. OLE color: 7347330.
HSL color Cylindrical-coordinate representation of color #821C70: hue angle of 310.59º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C70 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 112 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.49 |
| HSL | 310.59º | 0.65% | 0.31% | - |
| HSV(B) | 310.59º | 0.78% | 0.51% | - |
| XYZ | 12.55 | 6.75 | 15.97 | - |
| YUV | 68.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 112 | 0 | 0.78 | 0.14 | 0.49 | 310.59 | 0.65 | 0.31 |
| Hex | 82 | 1C | 70 | 0 | 4E | E | 31 | 137 | 41 | 1F |
| Octal | 202 | 34 | 160 | 0 | 116 | 16 | 61 | 467 | 101 | 37 |
| Binary | 10000010 | 11100 | 1110000 | 0 | 1001110 | 1110 | 110001 | 100110111 | 1000001 | 11111 |
Color Harmonies of #821C70
Complementary color
Monochromatic Colors of #821C70
Black with #821C70
Text Example
Text Example
White with #821C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C70; }
p { color: rgb(130,28,112); }
H1.HeaderClassName
{
color: #821C70;
}
.AnyTagClassName
{
color: #821C70;
}
</style>
background-color css
<style>
a { background-color: #821C70; }
a { background-color: rgb(130,28,112); }
div.DivClassName
{
background-color: #821C70;
}
.BgClassName
{
background-color: #821C70;
}
</style>
border-color css
<style>
span { border-color: #821C70; }
span { border-color: rgb(130,28,112); }
td.TdClassName
{
border-color: #821C70;
}
.TagClassName
{
border-color: #821C70;
}
</style>