Shades of Dark Purple #841761
Tints of Dark Purple #841761
RGB
CMYK
RGB Variations
Color information
#841761 (or 0x841761) is known color: Dark Purple. HEX triplet: 84, 17 and 61. RGB value is (132,23,97). Sum of RGB (Red+Green+Blue) = 132+23+97=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #841761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841761 is #7BE89E. Grayscale: #3F3F3F. Windows color (decimal): -8120479 or 6363012. OLE color: 6363012.
HSL color Cylindrical-coordinate representation of color #841761: hue angle of 319.27º 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 #841761 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 97 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.48 |
| HSL | 319.27º | 0.7% | 0.3% | - |
| HSV(B) | 319.27º | 0.83% | 0.52% | - |
| XYZ | 11.98 | 6.38 | 11.91 | - |
| YUV | 64.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 97 | 0 | 0.83 | 0.27 | 0.48 | 319.27 | 0.7 | 0.3 |
| Hex | 84 | 17 | 61 | 0 | 53 | 1B | 30 | 13F | 46 | 1E |
| Octal | 204 | 27 | 141 | 0 | 123 | 33 | 60 | 477 | 106 | 36 |
| Binary | 10000100 | 10111 | 1100001 | 0 | 1010011 | 11011 | 110000 | 100111111 | 1000110 | 11110 |
Color Harmonies of #841761
Complementary color
Monochromatic Colors of #841761
Black with #841761
Text Example
Text Example
White with #841761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841761; }
p { color: rgb(132,23,97); }
H1.HeaderClassName
{
color: #841761;
}
.AnyTagClassName
{
color: #841761;
}
</style>
background-color css
<style>
a { background-color: #841761; }
a { background-color: rgb(132,23,97); }
div.DivClassName
{
background-color: #841761;
}
.BgClassName
{
background-color: #841761;
}
</style>
border-color css
<style>
span { border-color: #841761; }
span { border-color: rgb(132,23,97); }
td.TdClassName
{
border-color: #841761;
}
.TagClassName
{
border-color: #841761;
}
</style>