Shades of Purple #820578
Tints of Purple #820578
RGB
CMYK
RGB Variations
Color information
#820578 (or 0x820578) is known color: Purple. HEX triplet: 82, 05 and 78. RGB value is (130,5,120). Sum of RGB (Red+Green+Blue) = 130+5+120=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #820578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820578 is #7DFA87. Grayscale: #373737. Windows color (decimal): -8256136 or 7865730. OLE color: 7865730.
HSL color Cylindrical-coordinate representation of color #820578: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820578 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 120 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.49 |
| HSL | 304.8º | 0.93% | 0.26% | - |
| HSV(B) | 304.8º | 0.96% | 0.51% | - |
| XYZ | 12.65 | 6.21 | 18.3 | - |
| YUV | 55.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 120 | 0 | 0.96 | 0.08 | 0.49 | 304.8 | 0.93 | 0.26 |
| Hex | 82 | 5 | 78 | 0 | 60 | 8 | 31 | 131 | 5D | 1A |
| Octal | 202 | 5 | 170 | 0 | 140 | 10 | 61 | 461 | 135 | 32 |
| Binary | 10000010 | 101 | 1111000 | 0 | 1100000 | 1000 | 110001 | 100110001 | 1011101 | 11010 |
Color Harmonies of #820578
Complementary color
Monochromatic Colors of #820578
Black with #820578
Text Example
Text Example
White with #820578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820578; }
p { color: rgb(130,5,120); }
H1.HeaderClassName
{
color: #820578;
}
.AnyTagClassName
{
color: #820578;
}
</style>
background-color css
<style>
a { background-color: #820578; }
a { background-color: rgb(130,5,120); }
div.DivClassName
{
background-color: #820578;
}
.BgClassName
{
background-color: #820578;
}
</style>
border-color css
<style>
span { border-color: #820578; }
span { border-color: rgb(130,5,120); }
td.TdClassName
{
border-color: #820578;
}
.TagClassName
{
border-color: #820578;
}
</style>