Shades of Dark Purple #841C69
Tints of Dark Purple #841C69
RGB
CMYK
RGB Variations
Color information
#841C69 (or 0x841C69) is known color: Dark Purple. HEX triplet: 84, 1C and 69. RGB value is (132,28,105). Sum of RGB (Red+Green+Blue) = 132+28+105=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #841C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C69 is #7BE396. Grayscale: #434343. Windows color (decimal): -8119191 or 6888580. OLE color: 6888580.
HSL color Cylindrical-coordinate representation of color #841C69: hue angle of 315.58º 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 #841C69 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 105 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.48 |
| HSL | 315.58º | 0.65% | 0.31% | - |
| HSV(B) | 315.58º | 0.79% | 0.52% | - |
| XYZ | 12.48 | 6.76 | 14.01 | - |
| YUV | 67.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 105 | 0 | 0.79 | 0.20 | 0.48 | 315.58 | 0.65 | 0.31 |
| Hex | 84 | 1C | 69 | 0 | 4F | 14 | 30 | 13C | 41 | 1F |
| Octal | 204 | 34 | 151 | 0 | 117 | 24 | 60 | 474 | 101 | 37 |
| Binary | 10000100 | 11100 | 1101001 | 0 | 1001111 | 10100 | 110000 | 100111100 | 1000001 | 11111 |
Color Harmonies of #841C69
Complementary color
Monochromatic Colors of #841C69
Black with #841C69
Text Example
Text Example
White with #841C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C69; }
p { color: rgb(132,28,105); }
H1.HeaderClassName
{
color: #841C69;
}
.AnyTagClassName
{
color: #841C69;
}
</style>
background-color css
<style>
a { background-color: #841C69; }
a { background-color: rgb(132,28,105); }
div.DivClassName
{
background-color: #841C69;
}
.BgClassName
{
background-color: #841C69;
}
</style>
border-color css
<style>
span { border-color: #841C69; }
span { border-color: rgb(132,28,105); }
td.TdClassName
{
border-color: #841C69;
}
.TagClassName
{
border-color: #841C69;
}
</style>