Shades of Purple #820F7C
Tints of Purple #820F7C
RGB
CMYK
RGB Variations
Color information
#820F7C (or 0x820F7C) is known color: Purple. HEX triplet: 82, 0F and 7C. RGB value is (130,15,124). Sum of RGB (Red+Green+Blue) = 130+15+124=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #820F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F7C is #7DF083. Grayscale: #3D3D3D. Windows color (decimal): -8253572 or 8130434. OLE color: 8130434.
HSL color Cylindrical-coordinate representation of color #820F7C: hue angle of 303.13º 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 #820F7C is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 124 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.49 |
| HSL | 303.13º | 0.79% | 0.28% | - |
| HSV(B) | 303.13º | 0.88% | 0.51% | - |
| XYZ | 13.01 | 6.54 | 19.65 | - |
| YUV | 61.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 124 | 0 | 0.88 | 0.05 | 0.49 | 303.13 | 0.79 | 0.28 |
| Hex | 82 | F | 7C | 0 | 58 | 5 | 31 | 12F | 4F | 1C |
| Octal | 202 | 17 | 174 | 0 | 130 | 5 | 61 | 457 | 117 | 34 |
| Binary | 10000010 | 1111 | 1111100 | 0 | 1011000 | 101 | 110001 | 100101111 | 1001111 | 11100 |
Color Harmonies of #820F7C
Complementary color
Monochromatic Colors of #820F7C
Black with #820F7C
Text Example
Text Example
White with #820F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F7C; }
p { color: rgb(130,15,124); }
H1.HeaderClassName
{
color: #820F7C;
}
.AnyTagClassName
{
color: #820F7C;
}
</style>
background-color css
<style>
a { background-color: #820F7C; }
a { background-color: rgb(130,15,124); }
div.DivClassName
{
background-color: #820F7C;
}
.BgClassName
{
background-color: #820F7C;
}
</style>
border-color css
<style>
span { border-color: #820F7C; }
span { border-color: rgb(130,15,124); }
td.TdClassName
{
border-color: #820F7C;
}
.TagClassName
{
border-color: #820F7C;
}
</style>