Shades of Dark Purple #84306F
Tints of Dark Purple #84306F
RGB
CMYK
RGB Variations
Color information
#84306F (or 0x84306F) is known color: Dark Purple. HEX triplet: 84, 30 and 6F. RGB value is (132,48,111). Sum of RGB (Red+Green+Blue) = 132+48+111=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84306F is #7BCF90. Grayscale: #505050. Windows color (decimal): -8114065 or 7286916. OLE color: 7286916.
HSL color Cylindrical-coordinate representation of color #84306F: hue angle of 315º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84306F is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 111 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.48 |
| HSL | 315º | 0.47% | 0.35% | - |
| HSV(B) | 315º | 0.64% | 0.52% | - |
| XYZ | 13.44 | 8.17 | 15.91 | - |
| YUV | 80.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 111 | 0 | 0.64 | 0.16 | 0.48 | 315 | 0.47 | 0.35 |
| Hex | 84 | 30 | 6F | 0 | 40 | 10 | 30 | 13B | 2F | 23 |
| Octal | 204 | 60 | 157 | 0 | 100 | 20 | 60 | 473 | 57 | 43 |
| Binary | 10000100 | 110000 | 1101111 | 0 | 1000000 | 10000 | 110000 | 100111011 | 101111 | 100011 |
Color Harmonies of #84306F
Complementary color
Monochromatic Colors of #84306F
Black with #84306F
Text Example
Text Example
White with #84306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84306F; }
p { color: rgb(132,48,111); }
H1.HeaderClassName
{
color: #84306F;
}
.AnyTagClassName
{
color: #84306F;
}
</style>
background-color css
<style>
a { background-color: #84306F; }
a { background-color: rgb(132,48,111); }
div.DivClassName
{
background-color: #84306F;
}
.BgClassName
{
background-color: #84306F;
}
</style>
border-color css
<style>
span { border-color: #84306F; }
span { border-color: rgb(132,48,111); }
td.TdClassName
{
border-color: #84306F;
}
.TagClassName
{
border-color: #84306F;
}
</style>