Shades of Dark Purple #841A7A
Tints of Dark Purple #841A7A
RGB
CMYK
RGB Variations
Color information
#841A7A (or 0x841A7A) is known color: Dark Purple. HEX triplet: 84, 1A and 7A. RGB value is (132,26,122). Sum of RGB (Red+Green+Blue) = 132+26+122=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #841A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841A7A is #7BE585. Grayscale: #444444. Windows color (decimal): -8119686 or 8002180. OLE color: 8002180.
HSL color Cylindrical-coordinate representation of color #841A7A: hue angle of 305.66º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A7A is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 122 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.48 |
| HSL | 305.66º | 0.67% | 0.31% | - |
| HSV(B) | 305.66º | 0.8% | 0.52% | - |
| XYZ | 13.4 | 7.05 | 19.07 | - |
| YUV | 68.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 122 | 0 | 0.80 | 0.08 | 0.48 | 305.66 | 0.67 | 0.31 |
| Hex | 84 | 1A | 7A | 0 | 50 | 8 | 30 | 132 | 43 | 1F |
| Octal | 204 | 32 | 172 | 0 | 120 | 10 | 60 | 462 | 103 | 37 |
| Binary | 10000100 | 11010 | 1111010 | 0 | 1010000 | 1000 | 110000 | 100110010 | 1000011 | 11111 |
Color Harmonies of #841A7A
Complementary color
Monochromatic Colors of #841A7A
Black with #841A7A
Text Example
Text Example
White with #841A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A7A; }
p { color: rgb(132,26,122); }
H1.HeaderClassName
{
color: #841A7A;
}
.AnyTagClassName
{
color: #841A7A;
}
</style>
background-color css
<style>
a { background-color: #841A7A; }
a { background-color: rgb(132,26,122); }
div.DivClassName
{
background-color: #841A7A;
}
.BgClassName
{
background-color: #841A7A;
}
</style>
border-color css
<style>
span { border-color: #841A7A; }
span { border-color: rgb(132,26,122); }
td.TdClassName
{
border-color: #841A7A;
}
.TagClassName
{
border-color: #841A7A;
}
</style>