Shades of Dark Purple #84357B
Tints of Dark Purple #84357B
RGB
CMYK
RGB Variations
Color information
#84357B (or 0x84357B) is known color: Dark Purple. HEX triplet: 84, 35 and 7B. RGB value is (132,53,123). Sum of RGB (Red+Green+Blue) = 132+53+123=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84357B is #7BCA84. Grayscale: #545454. Windows color (decimal): -8112773 or 8074628. OLE color: 8074628.
HSL color Cylindrical-coordinate representation of color #84357B: hue angle of 306.84º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84357B is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 123 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.48 |
| HSL | 306.84º | 0.43% | 0.36% | - |
| HSV(B) | 306.84º | 0.6% | 0.52% | - |
| XYZ | 14.36 | 8.88 | 19.7 | - |
| YUV | 84.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 123 | 0 | 0.60 | 0.07 | 0.48 | 306.84 | 0.43 | 0.36 |
| Hex | 84 | 35 | 7B | 0 | 3C | 7 | 30 | 133 | 2B | 24 |
| Octal | 204 | 65 | 173 | 0 | 74 | 7 | 60 | 463 | 53 | 44 |
| Binary | 10000100 | 110101 | 1111011 | 0 | 111100 | 111 | 110000 | 100110011 | 101011 | 100100 |
Color Harmonies of #84357B
Complementary color
Monochromatic Colors of #84357B
Black with #84357B
Text Example
Text Example
White with #84357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84357B; }
p { color: rgb(132,53,123); }
H1.HeaderClassName
{
color: #84357B;
}
.AnyTagClassName
{
color: #84357B;
}
</style>
background-color css
<style>
a { background-color: #84357B; }
a { background-color: rgb(132,53,123); }
div.DivClassName
{
background-color: #84357B;
}
.BgClassName
{
background-color: #84357B;
}
</style>
border-color css
<style>
span { border-color: #84357B; }
span { border-color: rgb(132,53,123); }
td.TdClassName
{
border-color: #84357B;
}
.TagClassName
{
border-color: #84357B;
}
</style>