Shades of Dark Purple #841C77
Tints of Dark Purple #841C77
RGB
CMYK
RGB Variations
Color information
#841C77 (or 0x841C77) is known color: Dark Purple. HEX triplet: 84, 1C and 77. RGB value is (132,28,119). Sum of RGB (Red+Green+Blue) = 132+28+119=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #841C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C77 is #7BE388. Grayscale: #454545. Windows color (decimal): -8119177 or 7806084. OLE color: 7806084.
HSL color Cylindrical-coordinate representation of color #841C77: hue angle of 307.5º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C77 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 119 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.48 |
| HSL | 307.5º | 0.65% | 0.31% | - |
| HSV(B) | 307.5º | 0.79% | 0.52% | - |
| XYZ | 13.26 | 7.07 | 18.12 | - |
| YUV | 69.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 119 | 0 | 0.79 | 0.10 | 0.48 | 307.5 | 0.65 | 0.31 |
| Hex | 84 | 1C | 77 | 0 | 4F | A | 30 | 134 | 41 | 1F |
| Octal | 204 | 34 | 167 | 0 | 117 | 12 | 60 | 464 | 101 | 37 |
| Binary | 10000100 | 11100 | 1110111 | 0 | 1001111 | 1010 | 110000 | 100110100 | 1000001 | 11111 |
Color Harmonies of #841C77
Complementary color
Monochromatic Colors of #841C77
Black with #841C77
Text Example
Text Example
White with #841C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C77; }
p { color: rgb(132,28,119); }
H1.HeaderClassName
{
color: #841C77;
}
.AnyTagClassName
{
color: #841C77;
}
</style>
background-color css
<style>
a { background-color: #841C77; }
a { background-color: rgb(132,28,119); }
div.DivClassName
{
background-color: #841C77;
}
.BgClassName
{
background-color: #841C77;
}
</style>
border-color css
<style>
span { border-color: #841C77; }
span { border-color: rgb(132,28,119); }
td.TdClassName
{
border-color: #841C77;
}
.TagClassName
{
border-color: #841C77;
}
</style>