Shades of Purple #830479
Tints of Purple #830479
RGB
CMYK
RGB Variations
Color information
#830479 (or 0x830479) is known color: Purple. HEX triplet: 83, 04 and 79. RGB value is (131,4,121). Sum of RGB (Red+Green+Blue) = 131+4+121=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #830479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830479 is #7CFB86. Grayscale: #363636. Windows color (decimal): -8190855 or 7931011. OLE color: 7931011.
HSL color Cylindrical-coordinate representation of color #830479: hue angle of 304.72º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830479 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 121 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.49 |
| HSL | 304.72º | 0.94% | 0.26% | - |
| HSV(B) | 304.72º | 0.97% | 0.51% | - |
| XYZ | 12.85 | 6.29 | 18.63 | - |
| YUV | 55.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 121 | 0 | 0.97 | 0.08 | 0.49 | 304.72 | 0.94 | 0.26 |
| Hex | 83 | 4 | 79 | 0 | 61 | 8 | 31 | 131 | 5E | 1A |
| Octal | 203 | 4 | 171 | 0 | 141 | 10 | 61 | 461 | 136 | 32 |
| Binary | 10000011 | 100 | 1111001 | 0 | 1100001 | 1000 | 110001 | 100110001 | 1011110 | 11010 |
Color Harmonies of #830479
Complementary color
Monochromatic Colors of #830479
Black with #830479
Text Example
Text Example
White with #830479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830479; }
p { color: rgb(131,4,121); }
H1.HeaderClassName
{
color: #830479;
}
.AnyTagClassName
{
color: #830479;
}
</style>
background-color css
<style>
a { background-color: #830479; }
a { background-color: rgb(131,4,121); }
div.DivClassName
{
background-color: #830479;
}
.BgClassName
{
background-color: #830479;
}
</style>
border-color css
<style>
span { border-color: #830479; }
span { border-color: rgb(131,4,121); }
td.TdClassName
{
border-color: #830479;
}
.TagClassName
{
border-color: #830479;
}
</style>