Shades of Dark Purple #841775
Tints of Dark Purple #841775
RGB
CMYK
RGB Variations
Color information
#841775 (or 0x841775) is known color: Dark Purple. HEX triplet: 84, 17 and 75. RGB value is (132,23,117). Sum of RGB (Red+Green+Blue) = 132+23+117=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #841775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841775 is #7BE88A. Grayscale: #424242. Windows color (decimal): -8120459 or 7673732. OLE color: 7673732.
HSL color Cylindrical-coordinate representation of color #841775: hue angle of 308.26º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841775 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 117 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.48 |
| HSL | 308.26º | 0.7% | 0.3% | - |
| HSV(B) | 308.26º | 0.83% | 0.52% | - |
| XYZ | 13.03 | 6.8 | 17.46 | - |
| YUV | 66.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 117 | 0 | 0.83 | 0.11 | 0.48 | 308.26 | 0.7 | 0.3 |
| Hex | 84 | 17 | 75 | 0 | 53 | B | 30 | 134 | 46 | 1E |
| Octal | 204 | 27 | 165 | 0 | 123 | 13 | 60 | 464 | 106 | 36 |
| Binary | 10000100 | 10111 | 1110101 | 0 | 1010011 | 1011 | 110000 | 100110100 | 1000110 | 11110 |
Color Harmonies of #841775
Complementary color
Monochromatic Colors of #841775
Black with #841775
Text Example
Text Example
White with #841775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841775; }
p { color: rgb(132,23,117); }
H1.HeaderClassName
{
color: #841775;
}
.AnyTagClassName
{
color: #841775;
}
</style>
background-color css
<style>
a { background-color: #841775; }
a { background-color: rgb(132,23,117); }
div.DivClassName
{
background-color: #841775;
}
.BgClassName
{
background-color: #841775;
}
</style>
border-color css
<style>
span { border-color: #841775; }
span { border-color: rgb(132,23,117); }
td.TdClassName
{
border-color: #841775;
}
.TagClassName
{
border-color: #841775;
}
</style>