Shades of Purple #830080
Tints of Purple #830080
RGB
CMYK
RGB Variations
Color information
#830080 (or 0x830080) is known color: Purple. HEX triplet: 83, 00 and 80. RGB value is (131,0,128). Sum of RGB (Red+Green+Blue) = 131+0+128=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #830080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830080 is #7CFF7F. Grayscale: #353535. Windows color (decimal): -8191872 or 8388739. OLE color: 8388739.
HSL color Cylindrical-coordinate representation of color #830080: hue angle of 301.37º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830080 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.02 | 0.49 |
| HSL | 301.37º | 1% | 0.26% | - |
| HSV(B) | 301.37º | 1% | 0.51% | - |
| XYZ | 13.26 | 6.38 | 20.96 | - |
| YUV | 53.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 128 | 0 | 1 | 0.02 | 0.49 | 301.37 | 1 | 0.26 |
| Hex | 83 | 0 | 80 | 0 | 64 | 2 | 31 | 12D | 64 | 1A |
| Octal | 203 | 0 | 200 | 0 | 144 | 2 | 61 | 455 | 144 | 32 |
| Binary | 10000011 | 0 | 10000000 | 0 | 1100100 | 10 | 110001 | 100101101 | 1100100 | 11010 |
Color Harmonies of #830080
Complementary color
Monochromatic Colors of #830080
Black with #830080
Text Example
Text Example
White with #830080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830080; }
p { color: rgb(131,0,128); }
H1.HeaderClassName
{
color: #830080;
}
.AnyTagClassName
{
color: #830080;
}
</style>
background-color css
<style>
a { background-color: #830080; }
a { background-color: rgb(131,0,128); }
div.DivClassName
{
background-color: #830080;
}
.BgClassName
{
background-color: #830080;
}
</style>
border-color css
<style>
span { border-color: #830080; }
span { border-color: rgb(131,0,128); }
td.TdClassName
{
border-color: #830080;
}
.TagClassName
{
border-color: #830080;
}
</style>