Shades of Dark Purple #843B7D
Tints of Dark Purple #843B7D
RGB
CMYK
RGB Variations
Color information
#843B7D (or 0x843B7D) is known color: Dark Purple. HEX triplet: 84, 3B and 7D. RGB value is (132,59,125). Sum of RGB (Red+Green+Blue) = 132+59+125=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #843B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843B7D is #7BC482. Grayscale: #585858. Windows color (decimal): -8111235 or 8207236. OLE color: 8207236.
HSL color Cylindrical-coordinate representation of color #843B7D: hue angle of 305.75º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843B7D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 59 | 125 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.48 |
| HSL | 305.75º | 0.38% | 0.37% | - |
| HSV(B) | 305.75º | 0.55% | 0.52% | - |
| XYZ | 14.78 | 9.51 | 20.46 | - |
| YUV | 88.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 125 | 0 | 0.55 | 0.05 | 0.48 | 305.75 | 0.38 | 0.37 |
| Hex | 84 | 3B | 7D | 0 | 37 | 5 | 30 | 132 | 26 | 25 |
| Octal | 204 | 73 | 175 | 0 | 67 | 5 | 60 | 462 | 46 | 45 |
| Binary | 10000100 | 111011 | 1111101 | 0 | 110111 | 101 | 110000 | 100110010 | 100110 | 100101 |
Color Harmonies of #843B7D
Complementary color
Monochromatic Colors of #843B7D
Black with #843B7D
Text Example
Text Example
White with #843B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B7D; }
p { color: rgb(132,59,125); }
H1.HeaderClassName
{
color: #843B7D;
}
.AnyTagClassName
{
color: #843B7D;
}
</style>
background-color css
<style>
a { background-color: #843B7D; }
a { background-color: rgb(132,59,125); }
div.DivClassName
{
background-color: #843B7D;
}
.BgClassName
{
background-color: #843B7D;
}
</style>
border-color css
<style>
span { border-color: #843B7D; }
span { border-color: rgb(132,59,125); }
td.TdClassName
{
border-color: #843B7D;
}
.TagClassName
{
border-color: #843B7D;
}
</style>