Shades of Dark Purple #78197C
Tints of Dark Purple #78197C
RGB
CMYK
RGB Variations
Color information
#78197C (or 0x78197C) is known color: Dark Purple. HEX triplet: 78, 19 and 7C. RGB value is (120,25,124). Sum of RGB (Red+Green+Blue) = 120+25+124=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #78197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78197C is #87E683. Grayscale: #404040. Windows color (decimal): -8906372 or 8132984. OLE color: 8132984.
HSL color Cylindrical-coordinate representation of color #78197C: hue angle of 297.58º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78197C is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 25 | 124 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.51 |
| HSL | 297.58º | 0.66% | 0.29% | - |
| HSV(B) | 297.58º | 0.8% | 0.49% | - |
| XYZ | 11.73 | 6.14 | 19.64 | - |
| YUV | 64.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 124 | 0.03 | 0.80 | 0 | 0.51 | 297.58 | 0.66 | 0.29 |
| Hex | 78 | 19 | 7C | 3 | 50 | 0 | 33 | 12A | 42 | 1D |
| Octal | 170 | 31 | 174 | 3 | 120 | 0 | 63 | 452 | 102 | 35 |
| Binary | 1111000 | 11001 | 1111100 | 11 | 1010000 | 0 | 110011 | 100101010 | 1000010 | 11101 |
Color Harmonies of #78197C
Complementary color
Monochromatic Colors of #78197C
Black with #78197C
Text Example
Text Example
White with #78197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78197C; }
p { color: rgb(120,25,124); }
H1.HeaderClassName
{
color: #78197C;
}
.AnyTagClassName
{
color: #78197C;
}
</style>
background-color css
<style>
a { background-color: #78197C; }
a { background-color: rgb(120,25,124); }
div.DivClassName
{
background-color: #78197C;
}
.BgClassName
{
background-color: #78197C;
}
</style>
border-color css
<style>
span { border-color: #78197C; }
span { border-color: rgb(120,25,124); }
td.TdClassName
{
border-color: #78197C;
}
.TagClassName
{
border-color: #78197C;
}
</style>