Shades of Purple #820D78
Tints of Purple #820D78
RGB
CMYK
RGB Variations
Color information
#820D78 (or 0x820D78) is known color: Purple. HEX triplet: 82, 0D and 78. RGB value is (130,13,120). Sum of RGB (Red+Green+Blue) = 130+13+120=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #820D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D78 is #7DF287. Grayscale: #3B3B3B. Windows color (decimal): -8254088 or 7867778. OLE color: 7867778.
HSL color Cylindrical-coordinate representation of color #820D78: hue angle of 305.13º 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 #820D78 is Cyan = 0, Magento = 0.9, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 120 | - |
| CMYK | 0 | 0.9 | 0.08 | 0.49 |
| HSL | 305.13º | 0.82% | 0.28% | - |
| HSV(B) | 305.13º | 0.9% | 0.51% | - |
| XYZ | 12.74 | 6.39 | 18.33 | - |
| YUV | 60.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 120 | 0 | 0.9 | 0.08 | 0.49 | 305.13 | 0.82 | 0.28 |
| Hex | 82 | D | 78 | 0 | 5A | 8 | 31 | 131 | 52 | 1C |
| Octal | 202 | 15 | 170 | 0 | 132 | 10 | 61 | 461 | 122 | 34 |
| Binary | 10000010 | 1101 | 1111000 | 0 | 1011010 | 1000 | 110001 | 100110001 | 1010010 | 11100 |
Color Harmonies of #820D78
Complementary color
Monochromatic Colors of #820D78
Black with #820D78
Text Example
Text Example
White with #820D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D78; }
p { color: rgb(130,13,120); }
H1.HeaderClassName
{
color: #820D78;
}
.AnyTagClassName
{
color: #820D78;
}
</style>
background-color css
<style>
a { background-color: #820D78; }
a { background-color: rgb(130,13,120); }
div.DivClassName
{
background-color: #820D78;
}
.BgClassName
{
background-color: #820D78;
}
</style>
border-color css
<style>
span { border-color: #820D78; }
span { border-color: rgb(130,13,120); }
td.TdClassName
{
border-color: #820D78;
}
.TagClassName
{
border-color: #820D78;
}
</style>