Shades of Dark Purple #821269
Tints of Dark Purple #821269
RGB
CMYK
RGB Variations
Color information
#821269 (or 0x821269) is known color: Dark Purple. HEX triplet: 82, 12 and 69. RGB value is (130,18,105). Sum of RGB (Red+Green+Blue) = 130+18+105=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #821269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821269 is #7DED96. Grayscale: #3D3D3D. Windows color (decimal): -8252823 or 6886018. OLE color: 6886018.
HSL color Cylindrical-coordinate representation of color #821269: hue angle of 313.39º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821269 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 105 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.49 |
| HSL | 313.39º | 0.76% | 0.29% | - |
| HSV(B) | 313.39º | 0.86% | 0.51% | - |
| XYZ | 11.97 | 6.2 | 13.93 | - |
| YUV | 61.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 105 | 0 | 0.86 | 0.19 | 0.49 | 313.39 | 0.76 | 0.29 |
| Hex | 82 | 12 | 69 | 0 | 56 | 13 | 31 | 139 | 4C | 1D |
| Octal | 202 | 22 | 151 | 0 | 126 | 23 | 61 | 471 | 114 | 35 |
| Binary | 10000010 | 10010 | 1101001 | 0 | 1010110 | 10011 | 110001 | 100111001 | 1001100 | 11101 |
Color Harmonies of #821269
Complementary color
Monochromatic Colors of #821269
Black with #821269
Text Example
Text Example
White with #821269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821269; }
p { color: rgb(130,18,105); }
H1.HeaderClassName
{
color: #821269;
}
.AnyTagClassName
{
color: #821269;
}
</style>
background-color css
<style>
a { background-color: #821269; }
a { background-color: rgb(130,18,105); }
div.DivClassName
{
background-color: #821269;
}
.BgClassName
{
background-color: #821269;
}
</style>
border-color css
<style>
span { border-color: #821269; }
span { border-color: rgb(130,18,105); }
td.TdClassName
{
border-color: #821269;
}
.TagClassName
{
border-color: #821269;
}
</style>