Shades of Dark Purple #780E63
Tints of Dark Purple #780E63
RGB
CMYK
RGB Variations
Color information
#780E63 (or 0x780E63) is known color: Dark Purple. HEX triplet: 78, 0E and 63. RGB value is (120,14,99). Sum of RGB (Red+Green+Blue) = 120+14+99=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E63 is #87F19C. Grayscale: #373737. Windows color (decimal): -8909213 or 6491768. OLE color: 6491768.
HSL color Cylindrical-coordinate representation of color #780E63: hue angle of 311.89º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E63 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 99 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.53 |
| HSL | 311.89º | 0.79% | 0.26% | - |
| HSV(B) | 311.89º | 0.88% | 0.47% | - |
| XYZ | 10.15 | 5.21 | 12.27 | - |
| YUV | 55.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 99 | 0 | 0.88 | 0.17 | 0.53 | 311.89 | 0.79 | 0.26 |
| Hex | 78 | E | 63 | 0 | 58 | 11 | 35 | 138 | 4F | 1A |
| Octal | 170 | 16 | 143 | 0 | 130 | 21 | 65 | 470 | 117 | 32 |
| Binary | 1111000 | 1110 | 1100011 | 0 | 1011000 | 10001 | 110101 | 100111000 | 1001111 | 11010 |
Color Harmonies of #780E63
Complementary color
Monochromatic Colors of #780E63
Black with #780E63
Text Example
Text Example
White with #780E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E63; }
p { color: rgb(120,14,99); }
H1.HeaderClassName
{
color: #780E63;
}
.AnyTagClassName
{
color: #780E63;
}
</style>
background-color css
<style>
a { background-color: #780E63; }
a { background-color: rgb(120,14,99); }
div.DivClassName
{
background-color: #780E63;
}
.BgClassName
{
background-color: #780E63;
}
</style>
border-color css
<style>
span { border-color: #780E63; }
span { border-color: rgb(120,14,99); }
td.TdClassName
{
border-color: #780E63;
}
.TagClassName
{
border-color: #780E63;
}
</style>