Shades of Dark Purple #78177C
Tints of Dark Purple #78177C
RGB
CMYK
RGB Variations
Color information
#78177C (or 0x78177C) is known color: Dark Purple. HEX triplet: 78, 17 and 7C. RGB value is (120,23,124). Sum of RGB (Red+Green+Blue) = 120+23+124=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #78177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78177C is #87E883. Grayscale: #3F3F3F. Windows color (decimal): -8906884 or 8132472. OLE color: 8132472.
HSL color Cylindrical-coordinate representation of color #78177C: hue angle of 297.62º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78177C is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 23 | 124 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.51 |
| HSL | 297.62º | 0.69% | 0.29% | - |
| HSV(B) | 297.62º | 0.81% | 0.49% | - |
| XYZ | 11.69 | 6.06 | 19.62 | - |
| YUV | 63.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 124 | 0.03 | 0.81 | 0 | 0.51 | 297.62 | 0.69 | 0.29 |
| Hex | 78 | 17 | 7C | 3 | 51 | 0 | 33 | 12A | 45 | 1D |
| Octal | 170 | 27 | 174 | 3 | 121 | 0 | 63 | 452 | 105 | 35 |
| Binary | 1111000 | 10111 | 1111100 | 11 | 1010001 | 0 | 110011 | 100101010 | 1000101 | 11101 |
Color Harmonies of #78177C
Complementary color
Monochromatic Colors of #78177C
Black with #78177C
Text Example
Text Example
White with #78177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78177C; }
p { color: rgb(120,23,124); }
H1.HeaderClassName
{
color: #78177C;
}
.AnyTagClassName
{
color: #78177C;
}
</style>
background-color css
<style>
a { background-color: #78177C; }
a { background-color: rgb(120,23,124); }
div.DivClassName
{
background-color: #78177C;
}
.BgClassName
{
background-color: #78177C;
}
</style>
border-color css
<style>
span { border-color: #78177C; }
span { border-color: rgb(120,23,124); }
td.TdClassName
{
border-color: #78177C;
}
.TagClassName
{
border-color: #78177C;
}
</style>