Shades of Dark Purple #821784
Tints of Dark Purple #821784
RGB
CMYK
RGB Variations
Color information
#821784 (or 0x821784) is known color: Dark Purple. HEX triplet: 82, 17 and 84. RGB value is (130,23,132). Sum of RGB (Red+Green+Blue) = 130+23+132=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #821784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821784 is #7DE87B. Grayscale: #434343. Windows color (decimal): -8251516 or 8656770. OLE color: 8656770.
HSL color Cylindrical-coordinate representation of color #821784: hue angle of 298.9º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821784 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 23 | 132 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.48 |
| HSL | 298.9º | 0.7% | 0.3% | - |
| HSV(B) | 298.9º | 0.83% | 0.52% | - |
| XYZ | 13.68 | 7.02 | 22.46 | - |
| YUV | 67.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 132 | 0.02 | 0.83 | 0 | 0.48 | 298.9 | 0.7 | 0.3 |
| Hex | 82 | 17 | 84 | 2 | 53 | 0 | 30 | 12B | 46 | 1E |
| Octal | 202 | 27 | 204 | 2 | 123 | 0 | 60 | 453 | 106 | 36 |
| Binary | 10000010 | 10111 | 10000100 | 10 | 1010011 | 0 | 110000 | 100101011 | 1000110 | 11110 |
Color Harmonies of #821784
Complementary color
Monochromatic Colors of #821784
Black with #821784
Text Example
Text Example
White with #821784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821784; }
p { color: rgb(130,23,132); }
H1.HeaderClassName
{
color: #821784;
}
.AnyTagClassName
{
color: #821784;
}
</style>
background-color css
<style>
a { background-color: #821784; }
a { background-color: rgb(130,23,132); }
div.DivClassName
{
background-color: #821784;
}
.BgClassName
{
background-color: #821784;
}
</style>
border-color css
<style>
span { border-color: #821784; }
span { border-color: rgb(130,23,132); }
td.TdClassName
{
border-color: #821784;
}
.TagClassName
{
border-color: #821784;
}
</style>