Shades of Dark Purple #820D67
Tints of Dark Purple #820D67
RGB
CMYK
RGB Variations
Color information
#820D67 (or 0x820D67) is known color: Dark Purple. HEX triplet: 82, 0D and 67. RGB value is (130,13,103). Sum of RGB (Red+Green+Blue) = 130+13+103=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D67 is #7DF298. Grayscale: #3A3A3A. Windows color (decimal): -8254105 or 6753666. OLE color: 6753666.
HSL color Cylindrical-coordinate representation of color #820D67: hue angle of 313.85º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D67 is Cyan = 0, Magento = 0.9, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 103 | - |
| CMYK | 0 | 0.9 | 0.21 | 0.49 |
| HSL | 313.85º | 0.82% | 0.28% | - |
| HSV(B) | 313.85º | 0.9% | 0.51% | - |
| XYZ | 11.8 | 6.01 | 13.37 | - |
| YUV | 58.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 103 | 0 | 0.9 | 0.21 | 0.49 | 313.85 | 0.82 | 0.28 |
| Hex | 82 | D | 67 | 0 | 5A | 15 | 31 | 13A | 52 | 1C |
| Octal | 202 | 15 | 147 | 0 | 132 | 25 | 61 | 472 | 122 | 34 |
| Binary | 10000010 | 1101 | 1100111 | 0 | 1011010 | 10101 | 110001 | 100111010 | 1010010 | 11100 |
Color Harmonies of #820D67
Complementary color
Monochromatic Colors of #820D67
Black with #820D67
Text Example
Text Example
White with #820D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D67; }
p { color: rgb(130,13,103); }
H1.HeaderClassName
{
color: #820D67;
}
.AnyTagClassName
{
color: #820D67;
}
</style>
background-color css
<style>
a { background-color: #820D67; }
a { background-color: rgb(130,13,103); }
div.DivClassName
{
background-color: #820D67;
}
.BgClassName
{
background-color: #820D67;
}
</style>
border-color css
<style>
span { border-color: #820D67; }
span { border-color: rgb(130,13,103); }
td.TdClassName
{
border-color: #820D67;
}
.TagClassName
{
border-color: #820D67;
}
</style>