Shades of Purple #830175
Tints of Purple #830175
RGB
CMYK
RGB Variations
Color information
#830175 (or 0x830175) is known color: Purple. HEX triplet: 83, 01 and 75. RGB value is (131,1,117). Sum of RGB (Red+Green+Blue) = 131+1+117=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #830175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830175 is #7CFE8A. Grayscale: #343434. Windows color (decimal): -8191627 or 7668099. OLE color: 7668099.
HSL color Cylindrical-coordinate representation of color #830175: hue angle of 306.46º 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 #830175 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.49 |
| HSL | 306.46º | 0.98% | 0.26% | - |
| HSV(B) | 306.46º | 0.99% | 0.51% | - |
| XYZ | 12.58 | 6.13 | 17.35 | - |
| YUV | 53.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 117 | 0 | 0.99 | 0.11 | 0.49 | 306.46 | 0.98 | 0.26 |
| Hex | 83 | 1 | 75 | 0 | 63 | B | 31 | 132 | 62 | 1A |
| Octal | 203 | 1 | 165 | 0 | 143 | 13 | 61 | 462 | 142 | 32 |
| Binary | 10000011 | 1 | 1110101 | 0 | 1100011 | 1011 | 110001 | 100110010 | 1100010 | 11010 |
Color Harmonies of #830175
Complementary color
Monochromatic Colors of #830175
Black with #830175
Text Example
Text Example
White with #830175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830175; }
p { color: rgb(131,1,117); }
H1.HeaderClassName
{
color: #830175;
}
.AnyTagClassName
{
color: #830175;
}
</style>
background-color css
<style>
a { background-color: #830175; }
a { background-color: rgb(131,1,117); }
div.DivClassName
{
background-color: #830175;
}
.BgClassName
{
background-color: #830175;
}
</style>
border-color css
<style>
span { border-color: #830175; }
span { border-color: rgb(131,1,117); }
td.TdClassName
{
border-color: #830175;
}
.TagClassName
{
border-color: #830175;
}
</style>