Shades of Dark Purple #841380
Tints of Dark Purple #841380
RGB
CMYK
RGB Variations
Color information
#841380 (or 0x841380) is known color: Dark Purple. HEX triplet: 84, 13 and 80. RGB value is (132,19,128). Sum of RGB (Red+Green+Blue) = 132+19+128=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #841380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841380 is #7BEC7F. Grayscale: #404040. Windows color (decimal): -8121472 or 8393604. OLE color: 8393604.
HSL color Cylindrical-coordinate representation of color #841380: hue angle of 302.12º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841380 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 128 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.48 |
| HSL | 302.12º | 0.75% | 0.3% | - |
| HSV(B) | 302.12º | 0.86% | 0.52% | - |
| XYZ | 13.64 | 6.93 | 21.04 | - |
| YUV | 65.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 128 | 0 | 0.86 | 0.03 | 0.48 | 302.12 | 0.75 | 0.3 |
| Hex | 84 | 13 | 80 | 0 | 56 | 3 | 30 | 12E | 4B | 1E |
| Octal | 204 | 23 | 200 | 0 | 126 | 3 | 60 | 456 | 113 | 36 |
| Binary | 10000100 | 10011 | 10000000 | 0 | 1010110 | 11 | 110000 | 100101110 | 1001011 | 11110 |
Color Harmonies of #841380
Complementary color
Monochromatic Colors of #841380
Black with #841380
Text Example
Text Example
White with #841380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841380; }
p { color: rgb(132,19,128); }
H1.HeaderClassName
{
color: #841380;
}
.AnyTagClassName
{
color: #841380;
}
</style>
background-color css
<style>
a { background-color: #841380; }
a { background-color: rgb(132,19,128); }
div.DivClassName
{
background-color: #841380;
}
.BgClassName
{
background-color: #841380;
}
</style>
border-color css
<style>
span { border-color: #841380; }
span { border-color: rgb(132,19,128); }
td.TdClassName
{
border-color: #841380;
}
.TagClassName
{
border-color: #841380;
}
</style>