Shades of Purple #840379
Tints of Purple #840379
RGB
CMYK
RGB Variations
Color information
#840379 (or 0x840379) is known color: Purple. HEX triplet: 84, 03 and 79. RGB value is (132,3,121). Sum of RGB (Red+Green+Blue) = 132+3+121=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #840379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840379 is #7BFC86. Grayscale: #363636. Windows color (decimal): -8125575 or 7930756. OLE color: 7930756.
HSL color Cylindrical-coordinate representation of color #840379: hue angle of 305.12º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840379 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.48 |
| HSL | 305.12º | 0.96% | 0.26% | - |
| HSV(B) | 305.12º | 0.98% | 0.52% | - |
| XYZ | 13 | 6.35 | 18.63 | - |
| YUV | 55.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 121 | 0 | 0.98 | 0.08 | 0.48 | 305.12 | 0.96 | 0.26 |
| Hex | 84 | 3 | 79 | 0 | 62 | 8 | 30 | 131 | 60 | 1A |
| Octal | 204 | 3 | 171 | 0 | 142 | 10 | 60 | 461 | 140 | 32 |
| Binary | 10000100 | 11 | 1111001 | 0 | 1100010 | 1000 | 110000 | 100110001 | 1100000 | 11010 |
Color Harmonies of #840379
Complementary color
Monochromatic Colors of #840379
Black with #840379
Text Example
Text Example
White with #840379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840379; }
p { color: rgb(132,3,121); }
H1.HeaderClassName
{
color: #840379;
}
.AnyTagClassName
{
color: #840379;
}
</style>
background-color css
<style>
a { background-color: #840379; }
a { background-color: rgb(132,3,121); }
div.DivClassName
{
background-color: #840379;
}
.BgClassName
{
background-color: #840379;
}
</style>
border-color css
<style>
span { border-color: #840379; }
span { border-color: rgb(132,3,121); }
td.TdClassName
{
border-color: #840379;
}
.TagClassName
{
border-color: #840379;
}
</style>