Shades of Dark Purple #78206E
Tints of Dark Purple #78206E
RGB
CMYK
RGB Variations
Color information
#78206E (or 0x78206E) is known color: Dark Purple. HEX triplet: 78, 20 and 6E. RGB value is (120,32,110). Sum of RGB (Red+Green+Blue) = 120+32+110=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78206E is #87DF91. Grayscale: #424242. Windows color (decimal): -8904594 or 7217272. OLE color: 7217272.
HSL color Cylindrical-coordinate representation of color #78206E: hue angle of 306.82º 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 #78206E is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 110 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.53 |
| HSL | 306.82º | 0.58% | 0.3% | - |
| HSV(B) | 306.82º | 0.73% | 0.47% | - |
| XYZ | 11.08 | 6.15 | 15.36 | - |
| YUV | 67.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 110 | 0 | 0.73 | 0.08 | 0.53 | 306.82 | 0.58 | 0.3 |
| Hex | 78 | 20 | 6E | 0 | 49 | 8 | 35 | 133 | 3A | 1E |
| Octal | 170 | 40 | 156 | 0 | 111 | 10 | 65 | 463 | 72 | 36 |
| Binary | 1111000 | 100000 | 1101110 | 0 | 1001001 | 1000 | 110101 | 100110011 | 111010 | 11110 |
Color Harmonies of #78206E
Complementary color
Monochromatic Colors of #78206E
Black with #78206E
Text Example
Text Example
White with #78206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78206E; }
p { color: rgb(120,32,110); }
H1.HeaderClassName
{
color: #78206E;
}
.AnyTagClassName
{
color: #78206E;
}
</style>
background-color css
<style>
a { background-color: #78206E; }
a { background-color: rgb(120,32,110); }
div.DivClassName
{
background-color: #78206E;
}
.BgClassName
{
background-color: #78206E;
}
</style>
border-color css
<style>
span { border-color: #78206E; }
span { border-color: rgb(120,32,110); }
td.TdClassName
{
border-color: #78206E;
}
.TagClassName
{
border-color: #78206E;
}
</style>