Shades of Dark Purple #821364
Tints of Dark Purple #821364
RGB
CMYK
RGB Variations
Color information
#821364 (or 0x821364) is known color: Dark Purple. HEX triplet: 82, 13 and 64. RGB value is (130,19,100). Sum of RGB (Red+Green+Blue) = 130+19+100=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821364 is #7DEC9B. Grayscale: #3D3D3D. Windows color (decimal): -8252572 or 6558594. OLE color: 6558594.
HSL color Cylindrical-coordinate representation of color #821364: hue angle of 316.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821364 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 100 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.49 |
| HSL | 316.22º | 0.74% | 0.29% | - |
| HSV(B) | 316.22º | 0.85% | 0.51% | - |
| XYZ | 11.74 | 6.13 | 12.62 | - |
| YUV | 61.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 100 | 0 | 0.85 | 0.23 | 0.49 | 316.22 | 0.74 | 0.29 |
| Hex | 82 | 13 | 64 | 0 | 55 | 17 | 31 | 13C | 4A | 1D |
| Octal | 202 | 23 | 144 | 0 | 125 | 27 | 61 | 474 | 112 | 35 |
| Binary | 10000010 | 10011 | 1100100 | 0 | 1010101 | 10111 | 110001 | 100111100 | 1001010 | 11101 |
Color Harmonies of #821364
Complementary color
Monochromatic Colors of #821364
Black with #821364
Text Example
Text Example
White with #821364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821364; }
p { color: rgb(130,19,100); }
H1.HeaderClassName
{
color: #821364;
}
.AnyTagClassName
{
color: #821364;
}
</style>
background-color css
<style>
a { background-color: #821364; }
a { background-color: rgb(130,19,100); }
div.DivClassName
{
background-color: #821364;
}
.BgClassName
{
background-color: #821364;
}
</style>
border-color css
<style>
span { border-color: #821364; }
span { border-color: rgb(130,19,100); }
td.TdClassName
{
border-color: #821364;
}
.TagClassName
{
border-color: #821364;
}
</style>