Shades of Purple #820B7D
Tints of Purple #820B7D
RGB
CMYK
RGB Variations
Color information
#820B7D (or 0x820B7D) is known color: Purple. HEX triplet: 82, 0B and 7D. RGB value is (130,11,125). Sum of RGB (Red+Green+Blue) = 130+11+125=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #820B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B7D is #7DF482. Grayscale: #3B3B3B. Windows color (decimal): -8254595 or 8194946. OLE color: 8194946.
HSL color Cylindrical-coordinate representation of color #820B7D: hue angle of 302.52º 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 #820B7D is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.49 |
| HSL | 302.52º | 0.84% | 0.28% | - |
| HSV(B) | 302.52º | 0.92% | 0.51% | - |
| XYZ | 13.03 | 6.47 | 19.96 | - |
| YUV | 59.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 125 | 0 | 0.92 | 0.04 | 0.49 | 302.52 | 0.84 | 0.28 |
| Hex | 82 | B | 7D | 0 | 5C | 4 | 31 | 12F | 54 | 1C |
| Octal | 202 | 13 | 175 | 0 | 134 | 4 | 61 | 457 | 124 | 34 |
| Binary | 10000010 | 1011 | 1111101 | 0 | 1011100 | 100 | 110001 | 100101111 | 1010100 | 11100 |
Color Harmonies of #820B7D
Complementary color
Monochromatic Colors of #820B7D
Black with #820B7D
Text Example
Text Example
White with #820B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B7D; }
p { color: rgb(130,11,125); }
H1.HeaderClassName
{
color: #820B7D;
}
.AnyTagClassName
{
color: #820B7D;
}
</style>
background-color css
<style>
a { background-color: #820B7D; }
a { background-color: rgb(130,11,125); }
div.DivClassName
{
background-color: #820B7D;
}
.BgClassName
{
background-color: #820B7D;
}
</style>
border-color css
<style>
span { border-color: #820B7D; }
span { border-color: rgb(130,11,125); }
td.TdClassName
{
border-color: #820B7D;
}
.TagClassName
{
border-color: #820B7D;
}
</style>