Shades of Purple #820271
Tints of Purple #820271
RGB
CMYK
RGB Variations
Color information
#820271 (or 0x820271) is known color: Purple. HEX triplet: 82, 02 and 71. RGB value is (130,2,113). Sum of RGB (Red+Green+Blue) = 130+2+113=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820271 is #7DFD8E. Grayscale: #343434. Windows color (decimal): -8256911 or 7406210. OLE color: 7406210.
HSL color Cylindrical-coordinate representation of color #820271: hue angle of 307.97º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820271 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 113 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.49 |
| HSL | 307.97º | 0.97% | 0.26% | - |
| HSV(B) | 307.97º | 0.98% | 0.51% | - |
| XYZ | 12.21 | 5.98 | 16.13 | - |
| YUV | 52.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 113 | 0 | 0.98 | 0.13 | 0.49 | 307.97 | 0.97 | 0.26 |
| Hex | 82 | 2 | 71 | 0 | 62 | D | 31 | 134 | 61 | 1A |
| Octal | 202 | 2 | 161 | 0 | 142 | 15 | 61 | 464 | 141 | 32 |
| Binary | 10000010 | 10 | 1110001 | 0 | 1100010 | 1101 | 110001 | 100110100 | 1100001 | 11010 |
Color Harmonies of #820271
Complementary color
Monochromatic Colors of #820271
Black with #820271
Text Example
Text Example
White with #820271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820271; }
p { color: rgb(130,2,113); }
H1.HeaderClassName
{
color: #820271;
}
.AnyTagClassName
{
color: #820271;
}
</style>
background-color css
<style>
a { background-color: #820271; }
a { background-color: rgb(130,2,113); }
div.DivClassName
{
background-color: #820271;
}
.BgClassName
{
background-color: #820271;
}
</style>
border-color css
<style>
span { border-color: #820271; }
span { border-color: rgb(130,2,113); }
td.TdClassName
{
border-color: #820271;
}
.TagClassName
{
border-color: #820271;
}
</style>