Shades of Dark Purple #842481
Tints of Dark Purple #842481
RGB
CMYK
RGB Variations
Color information
#842481 (or 0x842481) is known color: Dark Purple. HEX triplet: 84, 24 and 81. RGB value is (132,36,129). Sum of RGB (Red+Green+Blue) = 132+36+129=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #842481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842481 is #7BDB7E. Grayscale: #4B4B4B. Windows color (decimal): -8117119 or 8463492. OLE color: 8463492.
HSL color Cylindrical-coordinate representation of color #842481: hue angle of 301.88º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842481 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 129 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.48 |
| HSL | 301.88º | 0.57% | 0.33% | - |
| HSV(B) | 301.88º | 0.73% | 0.52% | - |
| XYZ | 14.11 | 7.75 | 21.52 | - |
| YUV | 75.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 129 | 0 | 0.73 | 0.02 | 0.48 | 301.88 | 0.57 | 0.33 |
| Hex | 84 | 24 | 81 | 0 | 49 | 2 | 30 | 12E | 39 | 21 |
| Octal | 204 | 44 | 201 | 0 | 111 | 2 | 60 | 456 | 71 | 41 |
| Binary | 10000100 | 100100 | 10000001 | 0 | 1001001 | 10 | 110000 | 100101110 | 111001 | 100001 |
Color Harmonies of #842481
Complementary color
Monochromatic Colors of #842481
Black with #842481
Text Example
Text Example
White with #842481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842481; }
p { color: rgb(132,36,129); }
H1.HeaderClassName
{
color: #842481;
}
.AnyTagClassName
{
color: #842481;
}
</style>
background-color css
<style>
a { background-color: #842481; }
a { background-color: rgb(132,36,129); }
div.DivClassName
{
background-color: #842481;
}
.BgClassName
{
background-color: #842481;
}
</style>
border-color css
<style>
span { border-color: #842481; }
span { border-color: rgb(132,36,129); }
td.TdClassName
{
border-color: #842481;
}
.TagClassName
{
border-color: #842481;
}
</style>