Shades of Dark Purple #841065
Tints of Dark Purple #841065
RGB
CMYK
RGB Variations
Color information
#841065 (or 0x841065) is known color: Dark Purple. HEX triplet: 84, 10 and 65. RGB value is (132,16,101). Sum of RGB (Red+Green+Blue) = 132+16+101=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841065 is #7BEF9A. Grayscale: #3C3C3C. Windows color (decimal): -8122267 or 6623364. OLE color: 6623364.
HSL color Cylindrical-coordinate representation of color #841065: hue angle of 316.03º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841065 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 101 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.48 |
| HSL | 316.03º | 0.78% | 0.29% | - |
| HSV(B) | 316.03º | 0.88% | 0.52% | - |
| XYZ | 12.05 | 6.22 | 12.88 | - |
| YUV | 60.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 101 | 0 | 0.88 | 0.23 | 0.48 | 316.03 | 0.78 | 0.29 |
| Hex | 84 | 10 | 65 | 0 | 58 | 17 | 30 | 13C | 4E | 1D |
| Octal | 204 | 20 | 145 | 0 | 130 | 27 | 60 | 474 | 116 | 35 |
| Binary | 10000100 | 10000 | 1100101 | 0 | 1011000 | 10111 | 110000 | 100111100 | 1001110 | 11101 |
Color Harmonies of #841065
Complementary color
Monochromatic Colors of #841065
Black with #841065
Text Example
Text Example
White with #841065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841065; }
p { color: rgb(132,16,101); }
H1.HeaderClassName
{
color: #841065;
}
.AnyTagClassName
{
color: #841065;
}
</style>
background-color css
<style>
a { background-color: #841065; }
a { background-color: rgb(132,16,101); }
div.DivClassName
{
background-color: #841065;
}
.BgClassName
{
background-color: #841065;
}
</style>
border-color css
<style>
span { border-color: #841065; }
span { border-color: rgb(132,16,101); }
td.TdClassName
{
border-color: #841065;
}
.TagClassName
{
border-color: #841065;
}
</style>