Shades of Dark Purple #841975
Tints of Dark Purple #841975
RGB
CMYK
RGB Variations
Color information
#841975 (or 0x841975) is known color: Dark Purple. HEX triplet: 84, 19 and 75. RGB value is (132,25,117). Sum of RGB (Red+Green+Blue) = 132+25+117=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #841975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841975 is #7BE68A. Grayscale: #434343. Windows color (decimal): -8119947 or 7674244. OLE color: 7674244.
HSL color Cylindrical-coordinate representation of color #841975: hue angle of 308.41º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841975 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 117 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.48 |
| HSL | 308.41º | 0.68% | 0.31% | - |
| HSV(B) | 308.41º | 0.81% | 0.52% | - |
| XYZ | 13.07 | 6.89 | 17.47 | - |
| YUV | 67.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 117 | 0 | 0.81 | 0.11 | 0.48 | 308.41 | 0.68 | 0.31 |
| Hex | 84 | 19 | 75 | 0 | 51 | B | 30 | 134 | 44 | 1F |
| Octal | 204 | 31 | 165 | 0 | 121 | 13 | 60 | 464 | 104 | 37 |
| Binary | 10000100 | 11001 | 1110101 | 0 | 1010001 | 1011 | 110000 | 100110100 | 1000100 | 11111 |
Color Harmonies of #841975
Complementary color
Monochromatic Colors of #841975
Black with #841975
Text Example
Text Example
White with #841975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841975; }
p { color: rgb(132,25,117); }
H1.HeaderClassName
{
color: #841975;
}
.AnyTagClassName
{
color: #841975;
}
</style>
background-color css
<style>
a { background-color: #841975; }
a { background-color: rgb(132,25,117); }
div.DivClassName
{
background-color: #841975;
}
.BgClassName
{
background-color: #841975;
}
</style>
border-color css
<style>
span { border-color: #841975; }
span { border-color: rgb(132,25,117); }
td.TdClassName
{
border-color: #841975;
}
.TagClassName
{
border-color: #841975;
}
</style>