Shades of Dark Purple #821468
Tints of Dark Purple #821468
RGB
CMYK
RGB Variations
Color information
#821468 (or 0x821468) is known color: Dark Purple. HEX triplet: 82, 14 and 68. RGB value is (130,20,104). Sum of RGB (Red+Green+Blue) = 130+20+104=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #821468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821468 is #7DEB97. Grayscale: #3E3E3E. Windows color (decimal): -8252312 or 6820994. OLE color: 6820994.
HSL color Cylindrical-coordinate representation of color #821468: hue angle of 314.18º degrees, saturation: 0.73, 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 #821468 is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 104 | - |
| CMYK | 0 | 0.85 | 0.2 | 0.49 |
| HSL | 314.18º | 0.73% | 0.29% | - |
| HSV(B) | 314.18º | 0.85% | 0.51% | - |
| XYZ | 11.95 | 6.25 | 13.67 | - |
| YUV | 62.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 104 | 0 | 0.85 | 0.2 | 0.49 | 314.18 | 0.73 | 0.29 |
| Hex | 82 | 14 | 68 | 0 | 55 | 14 | 31 | 13A | 49 | 1D |
| Octal | 202 | 24 | 150 | 0 | 125 | 24 | 61 | 472 | 111 | 35 |
| Binary | 10000010 | 10100 | 1101000 | 0 | 1010101 | 10100 | 110001 | 100111010 | 1001001 | 11101 |
Color Harmonies of #821468
Complementary color
Monochromatic Colors of #821468
Black with #821468
Text Example
Text Example
White with #821468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821468; }
p { color: rgb(130,20,104); }
H1.HeaderClassName
{
color: #821468;
}
.AnyTagClassName
{
color: #821468;
}
</style>
background-color css
<style>
a { background-color: #821468; }
a { background-color: rgb(130,20,104); }
div.DivClassName
{
background-color: #821468;
}
.BgClassName
{
background-color: #821468;
}
</style>
border-color css
<style>
span { border-color: #821468; }
span { border-color: rgb(130,20,104); }
td.TdClassName
{
border-color: #821468;
}
.TagClassName
{
border-color: #821468;
}
</style>