Shades of Purple #830170
Tints of Purple #830170
RGB
CMYK
RGB Variations
Color information
#830170 (or 0x830170) is known color: Purple. HEX triplet: 83, 01 and 70. RGB value is (131,1,112). Sum of RGB (Red+Green+Blue) = 131+1+112=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #830170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830170 is #7CFE8F. Grayscale: #343434. Windows color (decimal): -8191632 or 7340419. OLE color: 7340419.
HSL color Cylindrical-coordinate representation of color #830170: hue angle of 308.77º 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 #830170 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.49 |
| HSL | 308.77º | 0.98% | 0.26% | - |
| HSV(B) | 308.77º | 0.99% | 0.51% | - |
| XYZ | 12.3 | 6.02 | 15.84 | - |
| YUV | 52.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 112 | 0 | 0.99 | 0.15 | 0.49 | 308.77 | 0.98 | 0.26 |
| Hex | 83 | 1 | 70 | 0 | 63 | F | 31 | 135 | 62 | 1A |
| Octal | 203 | 1 | 160 | 0 | 143 | 17 | 61 | 465 | 142 | 32 |
| Binary | 10000011 | 1 | 1110000 | 0 | 1100011 | 1111 | 110001 | 100110101 | 1100010 | 11010 |
Color Harmonies of #830170
Complementary color
Monochromatic Colors of #830170
Black with #830170
Text Example
Text Example
White with #830170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830170; }
p { color: rgb(131,1,112); }
H1.HeaderClassName
{
color: #830170;
}
.AnyTagClassName
{
color: #830170;
}
</style>
background-color css
<style>
a { background-color: #830170; }
a { background-color: rgb(131,1,112); }
div.DivClassName
{
background-color: #830170;
}
.BgClassName
{
background-color: #830170;
}
</style>
border-color css
<style>
span { border-color: #830170; }
span { border-color: rgb(131,1,112); }
td.TdClassName
{
border-color: #830170;
}
.TagClassName
{
border-color: #830170;
}
</style>