Shades of Dark Purple #843468
Tints of Dark Purple #843468
RGB
CMYK
RGB Variations
Color information
#843468 (or 0x843468) is known color: Dark Purple. HEX triplet: 84, 34 and 68. RGB value is (132,52,104). Sum of RGB (Red+Green+Blue) = 132+52+104=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #843468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843468 is #7BCB97. Grayscale: #515151. Windows color (decimal): -8113048 or 6829188. OLE color: 6829188.
HSL color Cylindrical-coordinate representation of color #843468: hue angle of 321º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843468 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 104 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.48 |
| HSL | 321º | 0.43% | 0.36% | - |
| HSV(B) | 321º | 0.61% | 0.52% | - |
| XYZ | 13.24 | 8.36 | 14.01 | - |
| YUV | 81.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 104 | 0 | 0.61 | 0.21 | 0.48 | 321 | 0.43 | 0.36 |
| Hex | 84 | 34 | 68 | 0 | 3D | 15 | 30 | 141 | 2B | 24 |
| Octal | 204 | 64 | 150 | 0 | 75 | 25 | 60 | 501 | 53 | 44 |
| Binary | 10000100 | 110100 | 1101000 | 0 | 111101 | 10101 | 110000 | 101000001 | 101011 | 100100 |
Color Harmonies of #843468
Complementary color
Monochromatic Colors of #843468
Black with #843468
Text Example
Text Example
White with #843468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843468; }
p { color: rgb(132,52,104); }
H1.HeaderClassName
{
color: #843468;
}
.AnyTagClassName
{
color: #843468;
}
</style>
background-color css
<style>
a { background-color: #843468; }
a { background-color: rgb(132,52,104); }
div.DivClassName
{
background-color: #843468;
}
.BgClassName
{
background-color: #843468;
}
</style>
border-color css
<style>
span { border-color: #843468; }
span { border-color: rgb(132,52,104); }
td.TdClassName
{
border-color: #843468;
}
.TagClassName
{
border-color: #843468;
}
</style>