Shades of Purple #830178
Tints of Purple #830178
RGB
CMYK
RGB Variations
Color information
#830178 (or 0x830178) is known color: Purple. HEX triplet: 83, 01 and 78. RGB value is (131,1,120). Sum of RGB (Red+Green+Blue) = 131+1+120=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #830178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830178 is #7CFE87. Grayscale: #353535. Windows color (decimal): -8191624 or 7864707. OLE color: 7864707.
HSL color Cylindrical-coordinate representation of color #830178: hue angle of 305.08º 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 #830178 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.49 |
| HSL | 305.08º | 0.98% | 0.26% | - |
| HSV(B) | 305.08º | 0.99% | 0.51% | - |
| XYZ | 12.76 | 6.2 | 18.29 | - |
| YUV | 53.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 120 | 0 | 0.99 | 0.08 | 0.49 | 305.08 | 0.98 | 0.26 |
| Hex | 83 | 1 | 78 | 0 | 63 | 8 | 31 | 131 | 62 | 1A |
| Octal | 203 | 1 | 170 | 0 | 143 | 10 | 61 | 461 | 142 | 32 |
| Binary | 10000011 | 1 | 1111000 | 0 | 1100011 | 1000 | 110001 | 100110001 | 1100010 | 11010 |
Color Harmonies of #830178
Complementary color
Monochromatic Colors of #830178
Black with #830178
Text Example
Text Example
White with #830178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830178; }
p { color: rgb(131,1,120); }
H1.HeaderClassName
{
color: #830178;
}
.AnyTagClassName
{
color: #830178;
}
</style>
background-color css
<style>
a { background-color: #830178; }
a { background-color: rgb(131,1,120); }
div.DivClassName
{
background-color: #830178;
}
.BgClassName
{
background-color: #830178;
}
</style>
border-color css
<style>
span { border-color: #830178; }
span { border-color: rgb(131,1,120); }
td.TdClassName
{
border-color: #830178;
}
.TagClassName
{
border-color: #830178;
}
</style>