Shades of Dark Purple #78206D
Tints of Dark Purple #78206D
RGB
CMYK
RGB Variations
Color information
#78206D (or 0x78206D) is known color: Dark Purple. HEX triplet: 78, 20 and 6D. RGB value is (120,32,109). Sum of RGB (Red+Green+Blue) = 120+32+109=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78206D is #87DF92. Grayscale: #424242. Windows color (decimal): -8904595 or 7151736. OLE color: 7151736.
HSL color Cylindrical-coordinate representation of color #78206D: hue angle of 307.5º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78206D is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 109 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.53 |
| HSL | 307.5º | 0.58% | 0.3% | - |
| HSV(B) | 307.5º | 0.73% | 0.47% | - |
| XYZ | 11.02 | 6.13 | 15.07 | - |
| YUV | 67.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 109 | 0 | 0.73 | 0.09 | 0.53 | 307.5 | 0.58 | 0.3 |
| Hex | 78 | 20 | 6D | 0 | 49 | 9 | 35 | 134 | 3A | 1E |
| Octal | 170 | 40 | 155 | 0 | 111 | 11 | 65 | 464 | 72 | 36 |
| Binary | 1111000 | 100000 | 1101101 | 0 | 1001001 | 1001 | 110101 | 100110100 | 111010 | 11110 |
Color Harmonies of #78206D
Complementary color
Monochromatic Colors of #78206D
Black with #78206D
Text Example
Text Example
White with #78206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78206D; }
p { color: rgb(120,32,109); }
H1.HeaderClassName
{
color: #78206D;
}
.AnyTagClassName
{
color: #78206D;
}
</style>
background-color css
<style>
a { background-color: #78206D; }
a { background-color: rgb(120,32,109); }
div.DivClassName
{
background-color: #78206D;
}
.BgClassName
{
background-color: #78206D;
}
</style>
border-color css
<style>
span { border-color: #78206D; }
span { border-color: rgb(120,32,109); }
td.TdClassName
{
border-color: #78206D;
}
.TagClassName
{
border-color: #78206D;
}
</style>