Shades of Dark Purple #843C7B
Tints of Dark Purple #843C7B
RGB
CMYK
RGB Variations
Color information
#843C7B (or 0x843C7B) is known color: Dark Purple. HEX triplet: 84, 3C and 7B. RGB value is (132,60,123). Sum of RGB (Red+Green+Blue) = 132+60+123=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #843C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C7B is #7BC384. Grayscale: #585858. Windows color (decimal): -8110981 or 8076420. OLE color: 8076420.
HSL color Cylindrical-coordinate representation of color #843C7B: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C7B is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 123 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.48 |
| HSL | 307.5º | 0.38% | 0.38% | - |
| HSV(B) | 307.5º | 0.55% | 0.52% | - |
| XYZ | 14.71 | 9.57 | 19.81 | - |
| YUV | 88.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 123 | 0 | 0.55 | 0.07 | 0.48 | 307.5 | 0.38 | 0.38 |
| Hex | 84 | 3C | 7B | 0 | 37 | 7 | 30 | 134 | 26 | 26 |
| Octal | 204 | 74 | 173 | 0 | 67 | 7 | 60 | 464 | 46 | 46 |
| Binary | 10000100 | 111100 | 1111011 | 0 | 110111 | 111 | 110000 | 100110100 | 100110 | 100110 |
Color Harmonies of #843C7B
Complementary color
Monochromatic Colors of #843C7B
Black with #843C7B
Text Example
Text Example
White with #843C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C7B; }
p { color: rgb(132,60,123); }
H1.HeaderClassName
{
color: #843C7B;
}
.AnyTagClassName
{
color: #843C7B;
}
</style>
background-color css
<style>
a { background-color: #843C7B; }
a { background-color: rgb(132,60,123); }
div.DivClassName
{
background-color: #843C7B;
}
.BgClassName
{
background-color: #843C7B;
}
</style>
border-color css
<style>
span { border-color: #843C7B; }
span { border-color: rgb(132,60,123); }
td.TdClassName
{
border-color: #843C7B;
}
.TagClassName
{
border-color: #843C7B;
}
</style>