Shades of Dark Purple #842469
Tints of Dark Purple #842469
RGB
CMYK
RGB Variations
Color information
#842469 (or 0x842469) is known color: Dark Purple. HEX triplet: 84, 24 and 69. RGB value is (132,36,105). Sum of RGB (Red+Green+Blue) = 132+36+105=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #842469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842469 is #7BDB96. Grayscale: #484848. Windows color (decimal): -8117143 or 6890628. OLE color: 6890628.
HSL color Cylindrical-coordinate representation of color #842469: hue angle of 316.88º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842469 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 105 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.48 |
| HSL | 316.88º | 0.57% | 0.33% | - |
| HSV(B) | 316.88º | 0.73% | 0.52% | - |
| XYZ | 12.7 | 7.19 | 14.08 | - |
| YUV | 72.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 105 | 0 | 0.73 | 0.20 | 0.48 | 316.88 | 0.57 | 0.33 |
| Hex | 84 | 24 | 69 | 0 | 49 | 14 | 30 | 13D | 39 | 21 |
| Octal | 204 | 44 | 151 | 0 | 111 | 24 | 60 | 475 | 71 | 41 |
| Binary | 10000100 | 100100 | 1101001 | 0 | 1001001 | 10100 | 110000 | 100111101 | 111001 | 100001 |
Color Harmonies of #842469
Complementary color
Monochromatic Colors of #842469
Black with #842469
Text Example
Text Example
White with #842469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842469; }
p { color: rgb(132,36,105); }
H1.HeaderClassName
{
color: #842469;
}
.AnyTagClassName
{
color: #842469;
}
</style>
background-color css
<style>
a { background-color: #842469; }
a { background-color: rgb(132,36,105); }
div.DivClassName
{
background-color: #842469;
}
.BgClassName
{
background-color: #842469;
}
</style>
border-color css
<style>
span { border-color: #842469; }
span { border-color: rgb(132,36,105); }
td.TdClassName
{
border-color: #842469;
}
.TagClassName
{
border-color: #842469;
}
</style>