Shades of Purple #820573
Tints of Purple #820573
RGB
CMYK
RGB Variations
Color information
#820573 (or 0x820573) is known color: Purple. HEX triplet: 82, 05 and 73. RGB value is (130,5,115). Sum of RGB (Red+Green+Blue) = 130+5+115=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #820573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820573 is #7DFA8C. Grayscale: #363636. Windows color (decimal): -8256141 or 7538050. OLE color: 7538050.
HSL color Cylindrical-coordinate representation of color #820573: hue angle of 307.2º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820573 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 115 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.49 |
| HSL | 307.2º | 0.93% | 0.26% | - |
| HSV(B) | 307.2º | 0.96% | 0.51% | - |
| XYZ | 12.35 | 6.09 | 16.74 | - |
| YUV | 54.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 115 | 0 | 0.96 | 0.12 | 0.49 | 307.2 | 0.93 | 0.26 |
| Hex | 82 | 5 | 73 | 0 | 60 | C | 31 | 133 | 5D | 1A |
| Octal | 202 | 5 | 163 | 0 | 140 | 14 | 61 | 463 | 135 | 32 |
| Binary | 10000010 | 101 | 1110011 | 0 | 1100000 | 1100 | 110001 | 100110011 | 1011101 | 11010 |
Color Harmonies of #820573
Complementary color
Monochromatic Colors of #820573
Black with #820573
Text Example
Text Example
White with #820573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820573; }
p { color: rgb(130,5,115); }
H1.HeaderClassName
{
color: #820573;
}
.AnyTagClassName
{
color: #820573;
}
</style>
background-color css
<style>
a { background-color: #820573; }
a { background-color: rgb(130,5,115); }
div.DivClassName
{
background-color: #820573;
}
.BgClassName
{
background-color: #820573;
}
</style>
border-color css
<style>
span { border-color: #820573; }
span { border-color: rgb(130,5,115); }
td.TdClassName
{
border-color: #820573;
}
.TagClassName
{
border-color: #820573;
}
</style>