Shades of Dark Purple #843173
Tints of Dark Purple #843173
RGB
CMYK
RGB Variations
Color information
#843173 (or 0x843173) is known color: Dark Purple. HEX triplet: 84, 31 and 73. RGB value is (132,49,115). Sum of RGB (Red+Green+Blue) = 132+49+115=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #843173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843173 is #7BCE8C. Grayscale: #515151. Windows color (decimal): -8113805 or 7549316. OLE color: 7549316.
HSL color Cylindrical-coordinate representation of color #843173: hue angle of 312.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843173 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 49 | 115 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.48 |
| HSL | 312.29º | 0.46% | 0.35% | - |
| HSV(B) | 312.29º | 0.63% | 0.52% | - |
| XYZ | 13.71 | 8.34 | 17.11 | - |
| YUV | 81.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 115 | 0 | 0.63 | 0.13 | 0.48 | 312.29 | 0.46 | 0.35 |
| Hex | 84 | 31 | 73 | 0 | 3F | D | 30 | 138 | 2E | 23 |
| Octal | 204 | 61 | 163 | 0 | 77 | 15 | 60 | 470 | 56 | 43 |
| Binary | 10000100 | 110001 | 1110011 | 0 | 111111 | 1101 | 110000 | 100111000 | 101110 | 100011 |
Color Harmonies of #843173
Complementary color
Monochromatic Colors of #843173
Black with #843173
Text Example
Text Example
White with #843173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843173; }
p { color: rgb(132,49,115); }
H1.HeaderClassName
{
color: #843173;
}
.AnyTagClassName
{
color: #843173;
}
</style>
background-color css
<style>
a { background-color: #843173; }
a { background-color: rgb(132,49,115); }
div.DivClassName
{
background-color: #843173;
}
.BgClassName
{
background-color: #843173;
}
</style>
border-color css
<style>
span { border-color: #843173; }
span { border-color: rgb(132,49,115); }
td.TdClassName
{
border-color: #843173;
}
.TagClassName
{
border-color: #843173;
}
</style>