Shades of Purple #830371
Tints of Purple #830371
RGB
CMYK
RGB Variations
Color information
#830371 (or 0x830371) is known color: Purple. HEX triplet: 83, 03 and 71. RGB value is (131,3,113). Sum of RGB (Red+Green+Blue) = 131+3+113=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #830371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830371 is #7CFC8E. Grayscale: #353535. Windows color (decimal): -8191119 or 7406467. OLE color: 7406467.
HSL color Cylindrical-coordinate representation of color #830371: hue angle of 308.44º degrees, saturation: 0.96, 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 #830371 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.49 |
| HSL | 308.44º | 0.96% | 0.26% | - |
| HSV(B) | 308.44º | 0.98% | 0.51% | - |
| XYZ | 12.37 | 6.08 | 16.14 | - |
| YUV | 53.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 113 | 0 | 0.98 | 0.14 | 0.49 | 308.44 | 0.96 | 0.26 |
| Hex | 83 | 3 | 71 | 0 | 62 | E | 31 | 134 | 60 | 1A |
| Octal | 203 | 3 | 161 | 0 | 142 | 16 | 61 | 464 | 140 | 32 |
| Binary | 10000011 | 11 | 1110001 | 0 | 1100010 | 1110 | 110001 | 100110100 | 1100000 | 11010 |
Color Harmonies of #830371
Complementary color
Monochromatic Colors of #830371
Black with #830371
Text Example
Text Example
White with #830371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830371; }
p { color: rgb(131,3,113); }
H1.HeaderClassName
{
color: #830371;
}
.AnyTagClassName
{
color: #830371;
}
</style>
background-color css
<style>
a { background-color: #830371; }
a { background-color: rgb(131,3,113); }
div.DivClassName
{
background-color: #830371;
}
.BgClassName
{
background-color: #830371;
}
</style>
border-color css
<style>
span { border-color: #830371; }
span { border-color: rgb(131,3,113); }
td.TdClassName
{
border-color: #830371;
}
.TagClassName
{
border-color: #830371;
}
</style>