Shades of Dark Purple #841365
Tints of Dark Purple #841365
RGB
CMYK
RGB Variations
Color information
#841365 (or 0x841365) is known color: Dark Purple. HEX triplet: 84, 13 and 65. RGB value is (132,19,101). Sum of RGB (Red+Green+Blue) = 132+19+101=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #841365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841365 is #7BEC9A. Grayscale: #3D3D3D. Windows color (decimal): -8121499 or 6624132. OLE color: 6624132.
HSL color Cylindrical-coordinate representation of color #841365: hue angle of 316.46º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841365 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 101 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.48 |
| HSL | 316.46º | 0.75% | 0.3% | - |
| HSV(B) | 316.46º | 0.86% | 0.52% | - |
| XYZ | 12.1 | 6.31 | 12.89 | - |
| YUV | 62.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 101 | 0 | 0.86 | 0.23 | 0.48 | 316.46 | 0.75 | 0.3 |
| Hex | 84 | 13 | 65 | 0 | 56 | 17 | 30 | 13C | 4B | 1E |
| Octal | 204 | 23 | 145 | 0 | 126 | 27 | 60 | 474 | 113 | 36 |
| Binary | 10000100 | 10011 | 1100101 | 0 | 1010110 | 10111 | 110000 | 100111100 | 1001011 | 11110 |
Color Harmonies of #841365
Complementary color
Monochromatic Colors of #841365
Black with #841365
Text Example
Text Example
White with #841365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841365; }
p { color: rgb(132,19,101); }
H1.HeaderClassName
{
color: #841365;
}
.AnyTagClassName
{
color: #841365;
}
</style>
background-color css
<style>
a { background-color: #841365; }
a { background-color: rgb(132,19,101); }
div.DivClassName
{
background-color: #841365;
}
.BgClassName
{
background-color: #841365;
}
</style>
border-color css
<style>
span { border-color: #841365; }
span { border-color: rgb(132,19,101); }
td.TdClassName
{
border-color: #841365;
}
.TagClassName
{
border-color: #841365;
}
</style>