Shades of Dark Purple #821268
Tints of Dark Purple #821268
RGB
CMYK
RGB Variations
Color information
#821268 (or 0x821268) is known color: Dark Purple. HEX triplet: 82, 12 and 68. RGB value is (130,18,104). Sum of RGB (Red+Green+Blue) = 130+18+104=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #821268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821268 is #7DED97. Grayscale: #3D3D3D. Windows color (decimal): -8252824 or 6820482. OLE color: 6820482.
HSL color Cylindrical-coordinate representation of color #821268: hue angle of 313.93º 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 #821268 is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 104 | - |
| CMYK | 0 | 0.86 | 0.2 | 0.49 |
| HSL | 313.93º | 0.76% | 0.29% | - |
| HSV(B) | 313.93º | 0.86% | 0.51% | - |
| XYZ | 11.92 | 6.18 | 13.66 | - |
| YUV | 61.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 104 | 0 | 0.86 | 0.2 | 0.49 | 313.93 | 0.76 | 0.29 |
| Hex | 82 | 12 | 68 | 0 | 56 | 14 | 31 | 13A | 4C | 1D |
| Octal | 202 | 22 | 150 | 0 | 126 | 24 | 61 | 472 | 114 | 35 |
| Binary | 10000010 | 10010 | 1101000 | 0 | 1010110 | 10100 | 110001 | 100111010 | 1001100 | 11101 |
Color Harmonies of #821268
Complementary color
Monochromatic Colors of #821268
Black with #821268
Text Example
Text Example
White with #821268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821268; }
p { color: rgb(130,18,104); }
H1.HeaderClassName
{
color: #821268;
}
.AnyTagClassName
{
color: #821268;
}
</style>
background-color css
<style>
a { background-color: #821268; }
a { background-color: rgb(130,18,104); }
div.DivClassName
{
background-color: #821268;
}
.BgClassName
{
background-color: #821268;
}
</style>
border-color css
<style>
span { border-color: #821268; }
span { border-color: rgb(130,18,104); }
td.TdClassName
{
border-color: #821268;
}
.TagClassName
{
border-color: #821268;
}
</style>