Shades of Dark Purple #78187C
Tints of Dark Purple #78187C
RGB
CMYK
RGB Variations
Color information
#78187C (or 0x78187C) is known color: Dark Purple. HEX triplet: 78, 18 and 7C. RGB value is (120,24,124). Sum of RGB (Red+Green+Blue) = 120+24+124=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #78187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78187C is #87E783. Grayscale: #3F3F3F. Windows color (decimal): -8906628 or 8132728. OLE color: 8132728.
HSL color Cylindrical-coordinate representation of color #78187C: hue angle of 297.6º degrees, saturation: 0.68, 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 #78187C is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 24 | 124 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.51 |
| HSL | 297.6º | 0.68% | 0.29% | - |
| HSV(B) | 297.6º | 0.81% | 0.49% | - |
| XYZ | 11.71 | 6.1 | 19.63 | - |
| YUV | 64.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 124 | 0.03 | 0.81 | 0 | 0.51 | 297.6 | 0.68 | 0.29 |
| Hex | 78 | 18 | 7C | 3 | 51 | 0 | 33 | 12A | 44 | 1D |
| Octal | 170 | 30 | 174 | 3 | 121 | 0 | 63 | 452 | 104 | 35 |
| Binary | 1111000 | 11000 | 1111100 | 11 | 1010001 | 0 | 110011 | 100101010 | 1000100 | 11101 |
Color Harmonies of #78187C
Complementary color
Monochromatic Colors of #78187C
Black with #78187C
Text Example
Text Example
White with #78187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78187C; }
p { color: rgb(120,24,124); }
H1.HeaderClassName
{
color: #78187C;
}
.AnyTagClassName
{
color: #78187C;
}
</style>
background-color css
<style>
a { background-color: #78187C; }
a { background-color: rgb(120,24,124); }
div.DivClassName
{
background-color: #78187C;
}
.BgClassName
{
background-color: #78187C;
}
</style>
border-color css
<style>
span { border-color: #78187C; }
span { border-color: rgb(120,24,124); }
td.TdClassName
{
border-color: #78187C;
}
.TagClassName
{
border-color: #78187C;
}
</style>