Shades of Purple #820971
Tints of Purple #820971
RGB
CMYK
RGB Variations
Color information
#820971 (or 0x820971) is known color: Purple. HEX triplet: 82, 09 and 71. RGB value is (130,9,113). Sum of RGB (Red+Green+Blue) = 130+9+113=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #820971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820971 is #7DF68E. Grayscale: #383838. Windows color (decimal): -8255119 or 7408002. OLE color: 7408002.
HSL color Cylindrical-coordinate representation of color #820971: hue angle of 308.43º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820971 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 113 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.49 |
| HSL | 308.43º | 0.87% | 0.27% | - |
| HSV(B) | 308.43º | 0.93% | 0.51% | - |
| XYZ | 12.28 | 6.13 | 16.16 | - |
| YUV | 57.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 113 | 0 | 0.93 | 0.13 | 0.49 | 308.43 | 0.87 | 0.27 |
| Hex | 82 | 9 | 71 | 0 | 5D | D | 31 | 134 | 57 | 1B |
| Octal | 202 | 11 | 161 | 0 | 135 | 15 | 61 | 464 | 127 | 33 |
| Binary | 10000010 | 1001 | 1110001 | 0 | 1011101 | 1101 | 110001 | 100110100 | 1010111 | 11011 |
Color Harmonies of #820971
Complementary color
Monochromatic Colors of #820971
Black with #820971
Text Example
Text Example
White with #820971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820971; }
p { color: rgb(130,9,113); }
H1.HeaderClassName
{
color: #820971;
}
.AnyTagClassName
{
color: #820971;
}
</style>
background-color css
<style>
a { background-color: #820971; }
a { background-color: rgb(130,9,113); }
div.DivClassName
{
background-color: #820971;
}
.BgClassName
{
background-color: #820971;
}
</style>
border-color css
<style>
span { border-color: #820971; }
span { border-color: rgb(130,9,113); }
td.TdClassName
{
border-color: #820971;
}
.TagClassName
{
border-color: #820971;
}
</style>