Shades of Purple #820078
Tints of Purple #820078
RGB
CMYK
RGB Variations
Color information
#820078 (or 0x820078) is known color: Purple. HEX triplet: 82, 00 and 78. RGB value is (130,0,120). Sum of RGB (Red+Green+Blue) = 130+0+120=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #820078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820078 is #7DFF87. Grayscale: #343434. Windows color (decimal): -8257416 or 7864450. OLE color: 7864450.
HSL color Cylindrical-coordinate representation of color #820078: hue angle of 304.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820078 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.08 | 0.49 |
| HSL | 304.62º | 1% | 0.25% | - |
| HSV(B) | 304.62º | 1% | 0.51% | - |
| XYZ | 12.6 | 6.1 | 18.28 | - |
| YUV | 52.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 120 | 0 | 1 | 0.08 | 0.49 | 304.62 | 1 | 0.25 |
| Hex | 82 | 0 | 78 | 0 | 64 | 8 | 31 | 131 | 64 | 19 |
| Octal | 202 | 0 | 170 | 0 | 144 | 10 | 61 | 461 | 144 | 31 |
| Binary | 10000010 | 0 | 1111000 | 0 | 1100100 | 1000 | 110001 | 100110001 | 1100100 | 11001 |
Color Harmonies of #820078
Complementary color
Monochromatic Colors of #820078
Black with #820078
Text Example
Text Example
White with #820078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820078; }
p { color: rgb(130,0,120); }
H1.HeaderClassName
{
color: #820078;
}
.AnyTagClassName
{
color: #820078;
}
</style>
background-color css
<style>
a { background-color: #820078; }
a { background-color: rgb(130,0,120); }
div.DivClassName
{
background-color: #820078;
}
.BgClassName
{
background-color: #820078;
}
</style>
border-color css
<style>
span { border-color: #820078; }
span { border-color: rgb(130,0,120); }
td.TdClassName
{
border-color: #820078;
}
.TagClassName
{
border-color: #820078;
}
</style>