Shades of Dark Purple #78196A
Tints of Dark Purple #78196A
RGB
CMYK
RGB Variations
Color information
#78196A (or 0x78196A) is known color: Dark Purple. HEX triplet: 78, 19 and 6A. RGB value is (120,25,106). Sum of RGB (Red+Green+Blue) = 120+25+106=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78196A is #87E695. Grayscale: #3E3E3E. Windows color (decimal): -8906390 or 6953336. OLE color: 6953336.
HSL color Cylindrical-coordinate representation of color #78196A: hue angle of 308.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78196A is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 106 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.53 |
| HSL | 308.84º | 0.66% | 0.28% | - |
| HSV(B) | 308.84º | 0.79% | 0.47% | - |
| XYZ | 10.69 | 5.73 | 14.18 | - |
| YUV | 62.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 106 | 0 | 0.79 | 0.12 | 0.53 | 308.84 | 0.66 | 0.28 |
| Hex | 78 | 19 | 6A | 0 | 4F | C | 35 | 135 | 42 | 1C |
| Octal | 170 | 31 | 152 | 0 | 117 | 14 | 65 | 465 | 102 | 34 |
| Binary | 1111000 | 11001 | 1101010 | 0 | 1001111 | 1100 | 110101 | 100110101 | 1000010 | 11100 |
Color Harmonies of #78196A
Complementary color
Monochromatic Colors of #78196A
Black with #78196A
Text Example
Text Example
White with #78196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78196A; }
p { color: rgb(120,25,106); }
H1.HeaderClassName
{
color: #78196A;
}
.AnyTagClassName
{
color: #78196A;
}
</style>
background-color css
<style>
a { background-color: #78196A; }
a { background-color: rgb(120,25,106); }
div.DivClassName
{
background-color: #78196A;
}
.BgClassName
{
background-color: #78196A;
}
</style>
border-color css
<style>
span { border-color: #78196A; }
span { border-color: rgb(120,25,106); }
td.TdClassName
{
border-color: #78196A;
}
.TagClassName
{
border-color: #78196A;
}
</style>