Shades of Dark Purple #841277
Tints of Dark Purple #841277
RGB
CMYK
RGB Variations
Color information
#841277 (or 0x841277) is known color: Dark Purple. HEX triplet: 84, 12 and 77. RGB value is (132,18,119). Sum of RGB (Red+Green+Blue) = 132+18+119=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #841277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841277 is #7BED88. Grayscale: #3F3F3F. Windows color (decimal): -8121737 or 7803524. OLE color: 7803524.
HSL color Cylindrical-coordinate representation of color #841277: hue angle of 306.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841277 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 119 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.48 |
| HSL | 306.84º | 0.76% | 0.29% | - |
| HSV(B) | 306.84º | 0.86% | 0.52% | - |
| XYZ | 13.06 | 6.67 | 18.05 | - |
| YUV | 63.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 119 | 0 | 0.86 | 0.10 | 0.48 | 306.84 | 0.76 | 0.29 |
| Hex | 84 | 12 | 77 | 0 | 56 | A | 30 | 133 | 4C | 1D |
| Octal | 204 | 22 | 167 | 0 | 126 | 12 | 60 | 463 | 114 | 35 |
| Binary | 10000100 | 10010 | 1110111 | 0 | 1010110 | 1010 | 110000 | 100110011 | 1001100 | 11101 |
Color Harmonies of #841277
Complementary color
Monochromatic Colors of #841277
Black with #841277
Text Example
Text Example
White with #841277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841277; }
p { color: rgb(132,18,119); }
H1.HeaderClassName
{
color: #841277;
}
.AnyTagClassName
{
color: #841277;
}
</style>
background-color css
<style>
a { background-color: #841277; }
a { background-color: rgb(132,18,119); }
div.DivClassName
{
background-color: #841277;
}
.BgClassName
{
background-color: #841277;
}
</style>
border-color css
<style>
span { border-color: #841277; }
span { border-color: rgb(132,18,119); }
td.TdClassName
{
border-color: #841277;
}
.TagClassName
{
border-color: #841277;
}
</style>