Shades of Dark Purple #84306C
Tints of Dark Purple #84306C
RGB
CMYK
RGB Variations
Color information
#84306C (or 0x84306C) is known color: Dark Purple. HEX triplet: 84, 30 and 6C. RGB value is (132,48,108). Sum of RGB (Red+Green+Blue) = 132+48+108=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84306C is #7BCF93. Grayscale: #4F4F4F. Windows color (decimal): -8114068 or 7090308. OLE color: 7090308.
HSL color Cylindrical-coordinate representation of color #84306C: hue angle of 317.14º 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 #84306C is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 108 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.48 |
| HSL | 317.14º | 0.47% | 0.35% | - |
| HSV(B) | 317.14º | 0.64% | 0.52% | - |
| XYZ | 13.28 | 8.1 | 15.05 | - |
| YUV | 79.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 108 | 0 | 0.64 | 0.18 | 0.48 | 317.14 | 0.47 | 0.35 |
| Hex | 84 | 30 | 6C | 0 | 40 | 12 | 30 | 13D | 2F | 23 |
| Octal | 204 | 60 | 154 | 0 | 100 | 22 | 60 | 475 | 57 | 43 |
| Binary | 10000100 | 110000 | 1101100 | 0 | 1000000 | 10010 | 110000 | 100111101 | 101111 | 100011 |
Color Harmonies of #84306C
Complementary color
Monochromatic Colors of #84306C
Black with #84306C
Text Example
Text Example
White with #84306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84306C; }
p { color: rgb(132,48,108); }
H1.HeaderClassName
{
color: #84306C;
}
.AnyTagClassName
{
color: #84306C;
}
</style>
background-color css
<style>
a { background-color: #84306C; }
a { background-color: rgb(132,48,108); }
div.DivClassName
{
background-color: #84306C;
}
.BgClassName
{
background-color: #84306C;
}
</style>
border-color css
<style>
span { border-color: #84306C; }
span { border-color: rgb(132,48,108); }
td.TdClassName
{
border-color: #84306C;
}
.TagClassName
{
border-color: #84306C;
}
</style>