Shades of Purple #830171
Tints of Purple #830171
RGB
CMYK
RGB Variations
Color information
#830171 (or 0x830171) is known color: Purple. HEX triplet: 83, 01 and 71. RGB value is (131,1,113). Sum of RGB (Red+Green+Blue) = 131+1+113=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #830171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830171 is #7CFE8E. Grayscale: #343434. Windows color (decimal): -8191631 or 7405955. OLE color: 7405955.
HSL color Cylindrical-coordinate representation of color #830171: hue angle of 308.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830171 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.49 |
| HSL | 308.31º | 0.98% | 0.26% | - |
| HSV(B) | 308.31º | 0.99% | 0.51% | - |
| XYZ | 12.35 | 6.04 | 16.14 | - |
| YUV | 52.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 113 | 0 | 0.99 | 0.14 | 0.49 | 308.31 | 0.98 | 0.26 |
| Hex | 83 | 1 | 71 | 0 | 63 | E | 31 | 134 | 62 | 1A |
| Octal | 203 | 1 | 161 | 0 | 143 | 16 | 61 | 464 | 142 | 32 |
| Binary | 10000011 | 1 | 1110001 | 0 | 1100011 | 1110 | 110001 | 100110100 | 1100010 | 11010 |
Color Harmonies of #830171
Complementary color
Monochromatic Colors of #830171
Black with #830171
Text Example
Text Example
White with #830171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830171; }
p { color: rgb(131,1,113); }
H1.HeaderClassName
{
color: #830171;
}
.AnyTagClassName
{
color: #830171;
}
</style>
background-color css
<style>
a { background-color: #830171; }
a { background-color: rgb(131,1,113); }
div.DivClassName
{
background-color: #830171;
}
.BgClassName
{
background-color: #830171;
}
</style>
border-color css
<style>
span { border-color: #830171; }
span { border-color: rgb(131,1,113); }
td.TdClassName
{
border-color: #830171;
}
.TagClassName
{
border-color: #830171;
}
</style>