Shades of Dark Purple #841867
Tints of Dark Purple #841867
RGB
CMYK
RGB Variations
Color information
#841867 (or 0x841867) is known color: Dark Purple. HEX triplet: 84, 18 and 67. RGB value is (132,24,103). Sum of RGB (Red+Green+Blue) = 132+24+103=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #841867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841867 is #7BE798. Grayscale: #414141. Windows color (decimal): -8120217 or 6756484. OLE color: 6756484.
HSL color Cylindrical-coordinate representation of color #841867: hue angle of 316.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841867 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 103 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.48 |
| HSL | 316.11º | 0.69% | 0.31% | - |
| HSV(B) | 316.11º | 0.82% | 0.52% | - |
| XYZ | 12.29 | 6.54 | 13.45 | - |
| YUV | 65.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 103 | 0 | 0.82 | 0.22 | 0.48 | 316.11 | 0.69 | 0.31 |
| Hex | 84 | 18 | 67 | 0 | 52 | 16 | 30 | 13C | 45 | 1F |
| Octal | 204 | 30 | 147 | 0 | 122 | 26 | 60 | 474 | 105 | 37 |
| Binary | 10000100 | 11000 | 1100111 | 0 | 1010010 | 10110 | 110000 | 100111100 | 1000101 | 11111 |
Color Harmonies of #841867
Complementary color
Monochromatic Colors of #841867
Black with #841867
Text Example
Text Example
White with #841867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841867; }
p { color: rgb(132,24,103); }
H1.HeaderClassName
{
color: #841867;
}
.AnyTagClassName
{
color: #841867;
}
</style>
background-color css
<style>
a { background-color: #841867; }
a { background-color: rgb(132,24,103); }
div.DivClassName
{
background-color: #841867;
}
.BgClassName
{
background-color: #841867;
}
</style>
border-color css
<style>
span { border-color: #841867; }
span { border-color: rgb(132,24,103); }
td.TdClassName
{
border-color: #841867;
}
.TagClassName
{
border-color: #841867;
}
</style>