Shades of Dark Purple #84306B
Tints of Dark Purple #84306B
RGB
CMYK
RGB Variations
Color information
#84306B (or 0x84306B) is known color: Dark Purple. HEX triplet: 84, 30 and 6B. RGB value is (132,48,107). Sum of RGB (Red+Green+Blue) = 132+48+107=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84306B is #7BCF94. Grayscale: #4F4F4F. Windows color (decimal): -8114069 or 7024772. OLE color: 7024772.
HSL color Cylindrical-coordinate representation of color #84306B: hue angle of 317.86º 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 #84306B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 107 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.48 |
| HSL | 317.86º | 0.47% | 0.35% | - |
| HSV(B) | 317.86º | 0.64% | 0.52% | - |
| XYZ | 13.23 | 8.08 | 14.77 | - |
| YUV | 79.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 107 | 0 | 0.64 | 0.19 | 0.48 | 317.86 | 0.47 | 0.35 |
| Hex | 84 | 30 | 6B | 0 | 40 | 13 | 30 | 13E | 2F | 23 |
| Octal | 204 | 60 | 153 | 0 | 100 | 23 | 60 | 476 | 57 | 43 |
| Binary | 10000100 | 110000 | 1101011 | 0 | 1000000 | 10011 | 110000 | 100111110 | 101111 | 100011 |
Color Harmonies of #84306B
Complementary color
Monochromatic Colors of #84306B
Black with #84306B
Text Example
Text Example
White with #84306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84306B; }
p { color: rgb(132,48,107); }
H1.HeaderClassName
{
color: #84306B;
}
.AnyTagClassName
{
color: #84306B;
}
</style>
background-color css
<style>
a { background-color: #84306B; }
a { background-color: rgb(132,48,107); }
div.DivClassName
{
background-color: #84306B;
}
.BgClassName
{
background-color: #84306B;
}
</style>
border-color css
<style>
span { border-color: #84306B; }
span { border-color: rgb(132,48,107); }
td.TdClassName
{
border-color: #84306B;
}
.TagClassName
{
border-color: #84306B;
}
</style>