Shades of Purple #820678
Tints of Purple #820678
RGB
CMYK
RGB Variations
Color information
#820678 (or 0x820678) is known color: Purple. HEX triplet: 82, 06 and 78. RGB value is (130,6,120). Sum of RGB (Red+Green+Blue) = 130+6+120=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820678 is #7DF987. Grayscale: #373737. Windows color (decimal): -8255880 or 7865986. OLE color: 7865986.
HSL color Cylindrical-coordinate representation of color #820678: hue angle of 304.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820678 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 120 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.49 |
| HSL | 304.84º | 0.91% | 0.27% | - |
| HSV(B) | 304.84º | 0.95% | 0.51% | - |
| XYZ | 12.66 | 6.23 | 18.3 | - |
| YUV | 56.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 120 | 0 | 0.95 | 0.08 | 0.49 | 304.84 | 0.91 | 0.27 |
| Hex | 82 | 6 | 78 | 0 | 5F | 8 | 31 | 131 | 5B | 1B |
| Octal | 202 | 6 | 170 | 0 | 137 | 10 | 61 | 461 | 133 | 33 |
| Binary | 10000010 | 110 | 1111000 | 0 | 1011111 | 1000 | 110001 | 100110001 | 1011011 | 11011 |
Color Harmonies of #820678
Complementary color
Monochromatic Colors of #820678
Black with #820678
Text Example
Text Example
White with #820678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820678; }
p { color: rgb(130,6,120); }
H1.HeaderClassName
{
color: #820678;
}
.AnyTagClassName
{
color: #820678;
}
</style>
background-color css
<style>
a { background-color: #820678; }
a { background-color: rgb(130,6,120); }
div.DivClassName
{
background-color: #820678;
}
.BgClassName
{
background-color: #820678;
}
</style>
border-color css
<style>
span { border-color: #820678; }
span { border-color: rgb(130,6,120); }
td.TdClassName
{
border-color: #820678;
}
.TagClassName
{
border-color: #820678;
}
</style>