Shades of Dark Purple #820C68
Tints of Dark Purple #820C68
RGB
CMYK
RGB Variations
Color information
#820C68 (or 0x820C68) is known color: Dark Purple. HEX triplet: 82, 0C and 68. RGB value is (130,12,104). Sum of RGB (Red+Green+Blue) = 130+12+104=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C68 is #7DF397. Grayscale: #393939. Windows color (decimal): -8254360 or 6818946. OLE color: 6818946.
HSL color Cylindrical-coordinate representation of color #820C68: hue angle of 313.22º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C68 is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 104 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.49 |
| HSL | 313.22º | 0.83% | 0.28% | - |
| HSV(B) | 313.22º | 0.91% | 0.51% | - |
| XYZ | 11.84 | 6.01 | 13.63 | - |
| YUV | 57.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 104 | 0 | 0.91 | 0.2 | 0.49 | 313.22 | 0.83 | 0.28 |
| Hex | 82 | C | 68 | 0 | 5B | 14 | 31 | 139 | 53 | 1C |
| Octal | 202 | 14 | 150 | 0 | 133 | 24 | 61 | 471 | 123 | 34 |
| Binary | 10000010 | 1100 | 1101000 | 0 | 1011011 | 10100 | 110001 | 100111001 | 1010011 | 11100 |
Color Harmonies of #820C68
Complementary color
Monochromatic Colors of #820C68
Black with #820C68
Text Example
Text Example
White with #820C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C68; }
p { color: rgb(130,12,104); }
H1.HeaderClassName
{
color: #820C68;
}
.AnyTagClassName
{
color: #820C68;
}
</style>
background-color css
<style>
a { background-color: #820C68; }
a { background-color: rgb(130,12,104); }
div.DivClassName
{
background-color: #820C68;
}
.BgClassName
{
background-color: #820C68;
}
</style>
border-color css
<style>
span { border-color: #820C68; }
span { border-color: rgb(130,12,104); }
td.TdClassName
{
border-color: #820C68;
}
.TagClassName
{
border-color: #820C68;
}
</style>