Shades of Purple #820B72
Tints of Purple #820B72
RGB
CMYK
RGB Variations
Color information
#820B72 (or 0x820B72) is known color: Purple. HEX triplet: 82, 0B and 72. RGB value is (130,11,114). Sum of RGB (Red+Green+Blue) = 130+11+114=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #820B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B72 is #7DF48D. Grayscale: #3A3A3A. Windows color (decimal): -8254606 or 7474050. OLE color: 7474050.
HSL color Cylindrical-coordinate representation of color #820B72: hue angle of 308.07º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B72 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 114 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.49 |
| HSL | 308.07º | 0.84% | 0.28% | - |
| HSV(B) | 308.07º | 0.92% | 0.51% | - |
| XYZ | 12.36 | 6.2 | 16.46 | - |
| YUV | 58.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 114 | 0 | 0.92 | 0.12 | 0.49 | 308.07 | 0.84 | 0.28 |
| Hex | 82 | B | 72 | 0 | 5C | C | 31 | 134 | 54 | 1C |
| Octal | 202 | 13 | 162 | 0 | 134 | 14 | 61 | 464 | 124 | 34 |
| Binary | 10000010 | 1011 | 1110010 | 0 | 1011100 | 1100 | 110001 | 100110100 | 1010100 | 11100 |
Color Harmonies of #820B72
Complementary color
Monochromatic Colors of #820B72
Black with #820B72
Text Example
Text Example
White with #820B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B72; }
p { color: rgb(130,11,114); }
H1.HeaderClassName
{
color: #820B72;
}
.AnyTagClassName
{
color: #820B72;
}
</style>
background-color css
<style>
a { background-color: #820B72; }
a { background-color: rgb(130,11,114); }
div.DivClassName
{
background-color: #820B72;
}
.BgClassName
{
background-color: #820B72;
}
</style>
border-color css
<style>
span { border-color: #820B72; }
span { border-color: rgb(130,11,114); }
td.TdClassName
{
border-color: #820B72;
}
.TagClassName
{
border-color: #820B72;
}
</style>