Shades of Dark Purple #821469
Tints of Dark Purple #821469
RGB
CMYK
RGB Variations
Color information
#821469 (or 0x821469) is known color: Dark Purple. HEX triplet: 82, 14 and 69. RGB value is (130,20,105). Sum of RGB (Red+Green+Blue) = 130+20+105=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #821469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821469 is #7DEB96. Grayscale: #3E3E3E. Windows color (decimal): -8252311 or 6886530. OLE color: 6886530.
HSL color Cylindrical-coordinate representation of color #821469: hue angle of 313.64º 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 #821469 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 105 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.49 |
| HSL | 313.64º | 0.73% | 0.29% | - |
| HSV(B) | 313.64º | 0.85% | 0.51% | - |
| XYZ | 12.01 | 6.27 | 13.94 | - |
| YUV | 62.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 105 | 0 | 0.85 | 0.19 | 0.49 | 313.64 | 0.73 | 0.29 |
| Hex | 82 | 14 | 69 | 0 | 55 | 13 | 31 | 13A | 49 | 1D |
| Octal | 202 | 24 | 151 | 0 | 125 | 23 | 61 | 472 | 111 | 35 |
| Binary | 10000010 | 10100 | 1101001 | 0 | 1010101 | 10011 | 110001 | 100111010 | 1001001 | 11101 |
Color Harmonies of #821469
Complementary color
Monochromatic Colors of #821469
Black with #821469
Text Example
Text Example
White with #821469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821469; }
p { color: rgb(130,20,105); }
H1.HeaderClassName
{
color: #821469;
}
.AnyTagClassName
{
color: #821469;
}
</style>
background-color css
<style>
a { background-color: #821469; }
a { background-color: rgb(130,20,105); }
div.DivClassName
{
background-color: #821469;
}
.BgClassName
{
background-color: #821469;
}
</style>
border-color css
<style>
span { border-color: #821469; }
span { border-color: rgb(130,20,105); }
td.TdClassName
{
border-color: #821469;
}
.TagClassName
{
border-color: #821469;
}
</style>