Shades of Dark Purple #843271
Tints of Dark Purple #843271
RGB
CMYK
RGB Variations
Color information
#843271 (or 0x843271) is known color: Dark Purple. HEX triplet: 84, 32 and 71. RGB value is (132,50,113). Sum of RGB (Red+Green+Blue) = 132+50+113=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #843271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843271 is #7BCD8E. Grayscale: #515151. Windows color (decimal): -8113551 or 7418500. OLE color: 7418500.
HSL color Cylindrical-coordinate representation of color #843271: hue angle of 313.9º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843271 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 113 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.48 |
| HSL | 313.9º | 0.45% | 0.36% | - |
| HSV(B) | 313.9º | 0.62% | 0.52% | - |
| XYZ | 13.64 | 8.38 | 16.52 | - |
| YUV | 81.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 113 | 0 | 0.62 | 0.14 | 0.48 | 313.9 | 0.45 | 0.36 |
| Hex | 84 | 32 | 71 | 0 | 3E | E | 30 | 13A | 2D | 24 |
| Octal | 204 | 62 | 161 | 0 | 76 | 16 | 60 | 472 | 55 | 44 |
| Binary | 10000100 | 110010 | 1110001 | 0 | 111110 | 1110 | 110000 | 100111010 | 101101 | 100100 |
Color Harmonies of #843271
Complementary color
Monochromatic Colors of #843271
Black with #843271
Text Example
Text Example
White with #843271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843271; }
p { color: rgb(132,50,113); }
H1.HeaderClassName
{
color: #843271;
}
.AnyTagClassName
{
color: #843271;
}
</style>
background-color css
<style>
a { background-color: #843271; }
a { background-color: rgb(132,50,113); }
div.DivClassName
{
background-color: #843271;
}
.BgClassName
{
background-color: #843271;
}
</style>
border-color css
<style>
span { border-color: #843271; }
span { border-color: rgb(132,50,113); }
td.TdClassName
{
border-color: #843271;
}
.TagClassName
{
border-color: #843271;
}
</style>