Shades of Purple #830173
Tints of Purple #830173
RGB
CMYK
RGB Variations
Color information
#830173 (or 0x830173) is known color: Purple. HEX triplet: 83, 01 and 73. RGB value is (131,1,115). Sum of RGB (Red+Green+Blue) = 131+1+115=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #830173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830173 is #7CFE8C. Grayscale: #343434. Windows color (decimal): -8191629 or 7537027. OLE color: 7537027.
HSL color Cylindrical-coordinate representation of color #830173: hue angle of 307.38º 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 #830173 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.49 |
| HSL | 307.38º | 0.98% | 0.26% | - |
| HSV(B) | 307.38º | 0.99% | 0.51% | - |
| XYZ | 12.47 | 6.08 | 16.74 | - |
| YUV | 52.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 115 | 0 | 0.99 | 0.12 | 0.49 | 307.38 | 0.98 | 0.26 |
| Hex | 83 | 1 | 73 | 0 | 63 | C | 31 | 133 | 62 | 1A |
| Octal | 203 | 1 | 163 | 0 | 143 | 14 | 61 | 463 | 142 | 32 |
| Binary | 10000011 | 1 | 1110011 | 0 | 1100011 | 1100 | 110001 | 100110011 | 1100010 | 11010 |
Color Harmonies of #830173
Complementary color
Monochromatic Colors of #830173
Black with #830173
Text Example
Text Example
White with #830173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830173; }
p { color: rgb(131,1,115); }
H1.HeaderClassName
{
color: #830173;
}
.AnyTagClassName
{
color: #830173;
}
</style>
background-color css
<style>
a { background-color: #830173; }
a { background-color: rgb(131,1,115); }
div.DivClassName
{
background-color: #830173;
}
.BgClassName
{
background-color: #830173;
}
</style>
border-color css
<style>
span { border-color: #830173; }
span { border-color: rgb(131,1,115); }
td.TdClassName
{
border-color: #830173;
}
.TagClassName
{
border-color: #830173;
}
</style>