Shades of Dark Purple #841875
Tints of Dark Purple #841875
RGB
CMYK
RGB Variations
Color information
#841875 (or 0x841875) is known color: Dark Purple. HEX triplet: 84, 18 and 75. RGB value is (132,24,117). Sum of RGB (Red+Green+Blue) = 132+24+117=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #841875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841875 is #7BE78A. Grayscale: #424242. Windows color (decimal): -8120203 or 7673988. OLE color: 7673988.
HSL color Cylindrical-coordinate representation of color #841875: hue angle of 308.33º 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 #841875 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 117 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.48 |
| HSL | 308.33º | 0.69% | 0.31% | - |
| HSV(B) | 308.33º | 0.82% | 0.52% | - |
| XYZ | 13.05 | 6.84 | 17.46 | - |
| YUV | 66.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 117 | 0 | 0.82 | 0.11 | 0.48 | 308.33 | 0.69 | 0.31 |
| Hex | 84 | 18 | 75 | 0 | 52 | B | 30 | 134 | 45 | 1F |
| Octal | 204 | 30 | 165 | 0 | 122 | 13 | 60 | 464 | 105 | 37 |
| Binary | 10000100 | 11000 | 1110101 | 0 | 1010010 | 1011 | 110000 | 100110100 | 1000101 | 11111 |
Color Harmonies of #841875
Complementary color
Monochromatic Colors of #841875
Black with #841875
Text Example
Text Example
White with #841875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841875; }
p { color: rgb(132,24,117); }
H1.HeaderClassName
{
color: #841875;
}
.AnyTagClassName
{
color: #841875;
}
</style>
background-color css
<style>
a { background-color: #841875; }
a { background-color: rgb(132,24,117); }
div.DivClassName
{
background-color: #841875;
}
.BgClassName
{
background-color: #841875;
}
</style>
border-color css
<style>
span { border-color: #841875; }
span { border-color: rgb(132,24,117); }
td.TdClassName
{
border-color: #841875;
}
.TagClassName
{
border-color: #841875;
}
</style>