Shades of Dark Purple #842269
Tints of Dark Purple #842269
RGB
CMYK
RGB Variations
Color information
#842269 (or 0x842269) is known color: Dark Purple. HEX triplet: 84, 22 and 69. RGB value is (132,34,105). Sum of RGB (Red+Green+Blue) = 132+34+105=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842269 is #7BDD96. Grayscale: #474747. Windows color (decimal): -8117655 or 6890116. OLE color: 6890116.
HSL color Cylindrical-coordinate representation of color #842269: hue angle of 316.53º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842269 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 105 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.48 |
| HSL | 316.53º | 0.59% | 0.33% | - |
| HSV(B) | 316.53º | 0.74% | 0.52% | - |
| XYZ | 12.64 | 7.07 | 14.06 | - |
| YUV | 71.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 105 | 0 | 0.74 | 0.20 | 0.48 | 316.53 | 0.59 | 0.33 |
| Hex | 84 | 22 | 69 | 0 | 4A | 14 | 30 | 13D | 3B | 21 |
| Octal | 204 | 42 | 151 | 0 | 112 | 24 | 60 | 475 | 73 | 41 |
| Binary | 10000100 | 100010 | 1101001 | 0 | 1001010 | 10100 | 110000 | 100111101 | 111011 | 100001 |
Color Harmonies of #842269
Complementary color
Monochromatic Colors of #842269
Black with #842269
Text Example
Text Example
White with #842269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842269; }
p { color: rgb(132,34,105); }
H1.HeaderClassName
{
color: #842269;
}
.AnyTagClassName
{
color: #842269;
}
</style>
background-color css
<style>
a { background-color: #842269; }
a { background-color: rgb(132,34,105); }
div.DivClassName
{
background-color: #842269;
}
.BgClassName
{
background-color: #842269;
}
</style>
border-color css
<style>
span { border-color: #842269; }
span { border-color: rgb(132,34,105); }
td.TdClassName
{
border-color: #842269;
}
.TagClassName
{
border-color: #842269;
}
</style>