Shades of Purple #830871
Tints of Purple #830871
RGB
CMYK
RGB Variations
Color information
#830871 (or 0x830871) is known color: Purple. HEX triplet: 83, 08 and 71. RGB value is (131,8,113). Sum of RGB (Red+Green+Blue) = 131+8+113=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #830871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830871 is #7CF78E. Grayscale: #383838. Windows color (decimal): -8189839 or 7407747. OLE color: 7407747.
HSL color Cylindrical-coordinate representation of color #830871: hue angle of 308.78º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830871 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 113 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.49 |
| HSL | 308.78º | 0.88% | 0.27% | - |
| HSV(B) | 308.78º | 0.94% | 0.51% | - |
| XYZ | 12.43 | 6.19 | 16.16 | - |
| YUV | 56.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 113 | 0 | 0.94 | 0.14 | 0.49 | 308.78 | 0.88 | 0.27 |
| Hex | 83 | 8 | 71 | 0 | 5E | E | 31 | 135 | 58 | 1B |
| Octal | 203 | 10 | 161 | 0 | 136 | 16 | 61 | 465 | 130 | 33 |
| Binary | 10000011 | 1000 | 1110001 | 0 | 1011110 | 1110 | 110001 | 100110101 | 1011000 | 11011 |
Color Harmonies of #830871
Complementary color
Monochromatic Colors of #830871
Black with #830871
Text Example
Text Example
White with #830871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830871; }
p { color: rgb(131,8,113); }
H1.HeaderClassName
{
color: #830871;
}
.AnyTagClassName
{
color: #830871;
}
</style>
background-color css
<style>
a { background-color: #830871; }
a { background-color: rgb(131,8,113); }
div.DivClassName
{
background-color: #830871;
}
.BgClassName
{
background-color: #830871;
}
</style>
border-color css
<style>
span { border-color: #830871; }
span { border-color: rgb(131,8,113); }
td.TdClassName
{
border-color: #830871;
}
.TagClassName
{
border-color: #830871;
}
</style>