Shades of Dark Purple #820C72
Tints of Dark Purple #820C72
RGB
CMYK
RGB Variations
Color information
#820C72 (or 0x820C72) is known color: Dark Purple. HEX triplet: 82, 0C and 72. RGB value is (130,12,114). Sum of RGB (Red+Green+Blue) = 130+12+114=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C72 is #7DF38D. Grayscale: #3A3A3A. Windows color (decimal): -8254350 or 7474306. OLE color: 7474306.
HSL color Cylindrical-coordinate representation of color #820C72: hue angle of 308.14º 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 #820C72 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 114 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.49 |
| HSL | 308.14º | 0.83% | 0.28% | - |
| HSV(B) | 308.14º | 0.91% | 0.51% | - |
| XYZ | 12.37 | 6.22 | 16.47 | - |
| YUV | 58.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 114 | 0 | 0.91 | 0.12 | 0.49 | 308.14 | 0.83 | 0.28 |
| Hex | 82 | C | 72 | 0 | 5B | C | 31 | 134 | 53 | 1C |
| Octal | 202 | 14 | 162 | 0 | 133 | 14 | 61 | 464 | 123 | 34 |
| Binary | 10000010 | 1100 | 1110010 | 0 | 1011011 | 1100 | 110001 | 100110100 | 1010011 | 11100 |
Color Harmonies of #820C72
Complementary color
Monochromatic Colors of #820C72
Black with #820C72
Text Example
Text Example
White with #820C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C72; }
p { color: rgb(130,12,114); }
H1.HeaderClassName
{
color: #820C72;
}
.AnyTagClassName
{
color: #820C72;
}
</style>
background-color css
<style>
a { background-color: #820C72; }
a { background-color: rgb(130,12,114); }
div.DivClassName
{
background-color: #820C72;
}
.BgClassName
{
background-color: #820C72;
}
</style>
border-color css
<style>
span { border-color: #820C72; }
span { border-color: rgb(130,12,114); }
td.TdClassName
{
border-color: #820C72;
}
.TagClassName
{
border-color: #820C72;
}
</style>