Shades of Dark Purple #84336B
Tints of Dark Purple #84336B
RGB
CMYK
RGB Variations
Color information
#84336B (or 0x84336B) is known color: Dark Purple. HEX triplet: 84, 33 and 6B. RGB value is (132,51,107). Sum of RGB (Red+Green+Blue) = 132+51+107=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84336B is #7BCC94. Grayscale: #515151. Windows color (decimal): -8113301 or 7025540. OLE color: 7025540.
HSL color Cylindrical-coordinate representation of color #84336B: hue angle of 318.52º degrees, saturation: 0.44, 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 #84336B is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 107 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.48 |
| HSL | 318.52º | 0.44% | 0.36% | - |
| HSV(B) | 318.52º | 0.61% | 0.52% | - |
| XYZ | 13.35 | 8.33 | 14.81 | - |
| YUV | 81.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 107 | 0 | 0.61 | 0.19 | 0.48 | 318.52 | 0.44 | 0.36 |
| Hex | 84 | 33 | 6B | 0 | 3D | 13 | 30 | 13F | 2C | 24 |
| Octal | 204 | 63 | 153 | 0 | 75 | 23 | 60 | 477 | 54 | 44 |
| Binary | 10000100 | 110011 | 1101011 | 0 | 111101 | 10011 | 110000 | 100111111 | 101100 | 100100 |
Color Harmonies of #84336B
Complementary color
Monochromatic Colors of #84336B
Black with #84336B
Text Example
Text Example
White with #84336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84336B; }
p { color: rgb(132,51,107); }
H1.HeaderClassName
{
color: #84336B;
}
.AnyTagClassName
{
color: #84336B;
}
</style>
background-color css
<style>
a { background-color: #84336B; }
a { background-color: rgb(132,51,107); }
div.DivClassName
{
background-color: #84336B;
}
.BgClassName
{
background-color: #84336B;
}
</style>
border-color css
<style>
span { border-color: #84336B; }
span { border-color: rgb(132,51,107); }
td.TdClassName
{
border-color: #84336B;
}
.TagClassName
{
border-color: #84336B;
}
</style>