Shades of Dark Purple #820C73
Tints of Dark Purple #820C73
RGB
CMYK
RGB Variations
Color information
#820C73 (or 0x820C73) is known color: Dark Purple. HEX triplet: 82, 0C and 73. RGB value is (130,12,115). Sum of RGB (Red+Green+Blue) = 130+12+115=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #820C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C73 is #7DF38C. Grayscale: #3A3A3A. Windows color (decimal): -8254349 or 7539842. OLE color: 7539842.
HSL color Cylindrical-coordinate representation of color #820C73: hue angle of 307.63º 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 #820C73 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 115 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.49 |
| HSL | 307.63º | 0.83% | 0.28% | - |
| HSV(B) | 307.63º | 0.91% | 0.51% | - |
| XYZ | 12.43 | 6.25 | 16.77 | - |
| YUV | 59.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 115 | 0 | 0.91 | 0.12 | 0.49 | 307.63 | 0.83 | 0.28 |
| Hex | 82 | C | 73 | 0 | 5B | C | 31 | 134 | 53 | 1C |
| Octal | 202 | 14 | 163 | 0 | 133 | 14 | 61 | 464 | 123 | 34 |
| Binary | 10000010 | 1100 | 1110011 | 0 | 1011011 | 1100 | 110001 | 100110100 | 1010011 | 11100 |
Color Harmonies of #820C73
Complementary color
Monochromatic Colors of #820C73
Black with #820C73
Text Example
Text Example
White with #820C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C73; }
p { color: rgb(130,12,115); }
H1.HeaderClassName
{
color: #820C73;
}
.AnyTagClassName
{
color: #820C73;
}
</style>
background-color css
<style>
a { background-color: #820C73; }
a { background-color: rgb(130,12,115); }
div.DivClassName
{
background-color: #820C73;
}
.BgClassName
{
background-color: #820C73;
}
</style>
border-color css
<style>
span { border-color: #820C73; }
span { border-color: rgb(130,12,115); }
td.TdClassName
{
border-color: #820C73;
}
.TagClassName
{
border-color: #820C73;
}
</style>