Shades of Dark Purple #84367F
Tints of Dark Purple #84367F
RGB
CMYK
RGB Variations
Color information
#84367F (or 0x84367F) is known color: Dark Purple. HEX triplet: 84, 36 and 7F. RGB value is (132,54,127). Sum of RGB (Red+Green+Blue) = 132+54+127=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84367F is #7BC980. Grayscale: #555555. Windows color (decimal): -8112513 or 8337028. OLE color: 8337028.
HSL color Cylindrical-coordinate representation of color #84367F: hue angle of 303.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84367F is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 127 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.48 |
| HSL | 303.85º | 0.42% | 0.36% | - |
| HSV(B) | 303.85º | 0.59% | 0.52% | - |
| XYZ | 14.67 | 9.08 | 21.06 | - |
| YUV | 85.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 127 | 0 | 0.59 | 0.04 | 0.48 | 303.85 | 0.42 | 0.36 |
| Hex | 84 | 36 | 7F | 0 | 3B | 4 | 30 | 130 | 2A | 24 |
| Octal | 204 | 66 | 177 | 0 | 73 | 4 | 60 | 460 | 52 | 44 |
| Binary | 10000100 | 110110 | 1111111 | 0 | 111011 | 100 | 110000 | 100110000 | 101010 | 100100 |
Color Harmonies of #84367F
Complementary color
Monochromatic Colors of #84367F
Black with #84367F
Text Example
Text Example
White with #84367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84367F; }
p { color: rgb(132,54,127); }
H1.HeaderClassName
{
color: #84367F;
}
.AnyTagClassName
{
color: #84367F;
}
</style>
background-color css
<style>
a { background-color: #84367F; }
a { background-color: rgb(132,54,127); }
div.DivClassName
{
background-color: #84367F;
}
.BgClassName
{
background-color: #84367F;
}
</style>
border-color css
<style>
span { border-color: #84367F; }
span { border-color: rgb(132,54,127); }
td.TdClassName
{
border-color: #84367F;
}
.TagClassName
{
border-color: #84367F;
}
</style>