Shades of Dark Purple #821C6C
Tints of Dark Purple #821C6C
RGB
CMYK
RGB Variations
Color information
#821C6C (or 0x821C6C) is known color: Dark Purple. HEX triplet: 82, 1C and 6C. RGB value is (130,28,108). Sum of RGB (Red+Green+Blue) = 130+28+108=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #821C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C6C is #7DE393. Grayscale: #434343. Windows color (decimal): -8250260 or 7085186. OLE color: 7085186.
HSL color Cylindrical-coordinate representation of color #821C6C: hue angle of 312.94º 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 #821C6C is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 108 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.49 |
| HSL | 312.94º | 0.65% | 0.31% | - |
| HSV(B) | 312.94º | 0.78% | 0.51% | - |
| XYZ | 12.33 | 6.66 | 14.82 | - |
| YUV | 67.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 108 | 0 | 0.78 | 0.17 | 0.49 | 312.94 | 0.65 | 0.31 |
| Hex | 82 | 1C | 6C | 0 | 4E | 11 | 31 | 139 | 41 | 1F |
| Octal | 202 | 34 | 154 | 0 | 116 | 21 | 61 | 471 | 101 | 37 |
| Binary | 10000010 | 11100 | 1101100 | 0 | 1001110 | 10001 | 110001 | 100111001 | 1000001 | 11111 |
Color Harmonies of #821C6C
Complementary color
Monochromatic Colors of #821C6C
Black with #821C6C
Text Example
Text Example
White with #821C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C6C; }
p { color: rgb(130,28,108); }
H1.HeaderClassName
{
color: #821C6C;
}
.AnyTagClassName
{
color: #821C6C;
}
</style>
background-color css
<style>
a { background-color: #821C6C; }
a { background-color: rgb(130,28,108); }
div.DivClassName
{
background-color: #821C6C;
}
.BgClassName
{
background-color: #821C6C;
}
</style>
border-color css
<style>
span { border-color: #821C6C; }
span { border-color: rgb(130,28,108); }
td.TdClassName
{
border-color: #821C6C;
}
.TagClassName
{
border-color: #821C6C;
}
</style>