Shades of Dark Purple #78196C
Tints of Dark Purple #78196C
RGB
CMYK
RGB Variations
Color information
#78196C (or 0x78196C) is known color: Dark Purple. HEX triplet: 78, 19 and 6C. RGB value is (120,25,108). Sum of RGB (Red+Green+Blue) = 120+25+108=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78196C is #87E693. Grayscale: #3E3E3E. Windows color (decimal): -8906388 or 7084408. OLE color: 7084408.
HSL color Cylindrical-coordinate representation of color #78196C: hue angle of 307.58º 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 #78196C is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 108 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.53 |
| HSL | 307.58º | 0.66% | 0.28% | - |
| HSV(B) | 307.58º | 0.79% | 0.47% | - |
| XYZ | 10.8 | 5.77 | 14.73 | - |
| YUV | 62.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 108 | 0 | 0.79 | 0.10 | 0.53 | 307.58 | 0.66 | 0.28 |
| Hex | 78 | 19 | 6C | 0 | 4F | A | 35 | 134 | 42 | 1C |
| Octal | 170 | 31 | 154 | 0 | 117 | 12 | 65 | 464 | 102 | 34 |
| Binary | 1111000 | 11001 | 1101100 | 0 | 1001111 | 1010 | 110101 | 100110100 | 1000010 | 11100 |
Color Harmonies of #78196C
Complementary color
Monochromatic Colors of #78196C
Black with #78196C
Text Example
Text Example
White with #78196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78196C; }
p { color: rgb(120,25,108); }
H1.HeaderClassName
{
color: #78196C;
}
.AnyTagClassName
{
color: #78196C;
}
</style>
background-color css
<style>
a { background-color: #78196C; }
a { background-color: rgb(120,25,108); }
div.DivClassName
{
background-color: #78196C;
}
.BgClassName
{
background-color: #78196C;
}
</style>
border-color css
<style>
span { border-color: #78196C; }
span { border-color: rgb(120,25,108); }
td.TdClassName
{
border-color: #78196C;
}
.TagClassName
{
border-color: #78196C;
}
</style>