Shades of Purple #820583
Tints of Purple #820583
RGB
CMYK
RGB Variations
Color information
#820583 (or 0x820583) is known color: Purple. HEX triplet: 82, 05 and 83. RGB value is (130,5,131). Sum of RGB (Red+Green+Blue) = 130+5+131=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #820583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820583 is #7DFA7C. Grayscale: #383838. Windows color (decimal): -8256125 or 8586626. OLE color: 8586626.
HSL color Cylindrical-coordinate representation of color #820583: hue angle of 299.52º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820583 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 131 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.49 |
| HSL | 299.52º | 0.93% | 0.27% | - |
| HSV(B) | 299.52º | 0.96% | 0.51% | - |
| XYZ | 13.36 | 6.49 | 22.02 | - |
| YUV | 56.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 131 | 0.01 | 0.96 | 0 | 0.49 | 299.52 | 0.93 | 0.27 |
| Hex | 82 | 5 | 83 | 1 | 60 | 0 | 31 | 12C | 5D | 1B |
| Octal | 202 | 5 | 203 | 1 | 140 | 0 | 61 | 454 | 135 | 33 |
| Binary | 10000010 | 101 | 10000011 | 1 | 1100000 | 0 | 110001 | 100101100 | 1011101 | 11011 |
Color Harmonies of #820583
Complementary color
Monochromatic Colors of #820583
Black with #820583
Text Example
Text Example
White with #820583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820583; }
p { color: rgb(130,5,131); }
H1.HeaderClassName
{
color: #820583;
}
.AnyTagClassName
{
color: #820583;
}
</style>
background-color css
<style>
a { background-color: #820583; }
a { background-color: rgb(130,5,131); }
div.DivClassName
{
background-color: #820583;
}
.BgClassName
{
background-color: #820583;
}
</style>
border-color css
<style>
span { border-color: #820583; }
span { border-color: rgb(130,5,131); }
td.TdClassName
{
border-color: #820583;
}
.TagClassName
{
border-color: #820583;
}
</style>