Shades of Purple #820277
Tints of Purple #820277
RGB
CMYK
RGB Variations
Color information
#820277 (or 0x820277) is known color: Purple. HEX triplet: 82, 02 and 77. RGB value is (130,2,119). Sum of RGB (Red+Green+Blue) = 130+2+119=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #820277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820277 is #7DFD88. Grayscale: #353535. Windows color (decimal): -8256905 or 7799426. OLE color: 7799426.
HSL color Cylindrical-coordinate representation of color #820277: hue angle of 305.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820277 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 119 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.49 |
| HSL | 305.16º | 0.97% | 0.26% | - |
| HSV(B) | 305.16º | 0.98% | 0.51% | - |
| XYZ | 12.56 | 6.12 | 17.97 | - |
| YUV | 53.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 119 | 0 | 0.98 | 0.08 | 0.49 | 305.16 | 0.97 | 0.26 |
| Hex | 82 | 2 | 77 | 0 | 62 | 8 | 31 | 131 | 61 | 1A |
| Octal | 202 | 2 | 167 | 0 | 142 | 10 | 61 | 461 | 141 | 32 |
| Binary | 10000010 | 10 | 1110111 | 0 | 1100010 | 1000 | 110001 | 100110001 | 1100001 | 11010 |
Color Harmonies of #820277
Complementary color
Monochromatic Colors of #820277
Black with #820277
Text Example
Text Example
White with #820277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820277; }
p { color: rgb(130,2,119); }
H1.HeaderClassName
{
color: #820277;
}
.AnyTagClassName
{
color: #820277;
}
</style>
background-color css
<style>
a { background-color: #820277; }
a { background-color: rgb(130,2,119); }
div.DivClassName
{
background-color: #820277;
}
.BgClassName
{
background-color: #820277;
}
</style>
border-color css
<style>
span { border-color: #820277; }
span { border-color: rgb(130,2,119); }
td.TdClassName
{
border-color: #820277;
}
.TagClassName
{
border-color: #820277;
}
</style>