Shades of Purple #820F7F
Tints of Purple #820F7F
RGB
CMYK
RGB Variations
Color information
#820F7F (or 0x820F7F) is known color: Purple. HEX triplet: 82, 0F and 7F. RGB value is (130,15,127). Sum of RGB (Red+Green+Blue) = 130+15+127=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #820F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F7F is #7DF080. Grayscale: #3D3D3D. Windows color (decimal): -8253569 or 8327042. OLE color: 8327042.
HSL color Cylindrical-coordinate representation of color #820F7F: hue angle of 301.57º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F7F is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 127 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.49 |
| HSL | 301.57º | 0.79% | 0.28% | - |
| HSV(B) | 301.57º | 0.88% | 0.51% | - |
| XYZ | 13.21 | 6.62 | 20.66 | - |
| YUV | 62.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 127 | 0 | 0.88 | 0.02 | 0.49 | 301.57 | 0.79 | 0.28 |
| Hex | 82 | F | 7F | 0 | 58 | 2 | 31 | 12E | 4F | 1C |
| Octal | 202 | 17 | 177 | 0 | 130 | 2 | 61 | 456 | 117 | 34 |
| Binary | 10000010 | 1111 | 1111111 | 0 | 1011000 | 10 | 110001 | 100101110 | 1001111 | 11100 |
Color Harmonies of #820F7F
Complementary color
Monochromatic Colors of #820F7F
Black with #820F7F
Text Example
Text Example
White with #820F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F7F; }
p { color: rgb(130,15,127); }
H1.HeaderClassName
{
color: #820F7F;
}
.AnyTagClassName
{
color: #820F7F;
}
</style>
background-color css
<style>
a { background-color: #820F7F; }
a { background-color: rgb(130,15,127); }
div.DivClassName
{
background-color: #820F7F;
}
.BgClassName
{
background-color: #820F7F;
}
</style>
border-color css
<style>
span { border-color: #820F7F; }
span { border-color: rgb(130,15,127); }
td.TdClassName
{
border-color: #820F7F;
}
.TagClassName
{
border-color: #820F7F;
}
</style>