Shades of Dark Purple #780A63
Tints of Dark Purple #780A63
RGB
CMYK
RGB Variations
Color information
#780A63 (or 0x780A63) is known color: Dark Purple. HEX triplet: 78, 0A and 63. RGB value is (120,10,99). Sum of RGB (Red+Green+Blue) = 120+10+99=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #780A63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A63 is #87F59C. Grayscale: #343434. Windows color (decimal): -8910237 or 6490744. OLE color: 6490744.
HSL color Cylindrical-coordinate representation of color #780A63: hue angle of 311.45º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A63 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 99 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.53 |
| HSL | 311.45º | 0.85% | 0.25% | - |
| HSV(B) | 311.45º | 0.92% | 0.47% | - |
| XYZ | 10.11 | 5.11 | 12.26 | - |
| YUV | 53.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 99 | 0 | 0.92 | 0.17 | 0.53 | 311.45 | 0.85 | 0.25 |
| Hex | 78 | A | 63 | 0 | 5C | 11 | 35 | 137 | 55 | 19 |
| Octal | 170 | 12 | 143 | 0 | 134 | 21 | 65 | 467 | 125 | 31 |
| Binary | 1111000 | 1010 | 1100011 | 0 | 1011100 | 10001 | 110101 | 100110111 | 1010101 | 11001 |
Color Harmonies of #780A63
Complementary color
Monochromatic Colors of #780A63
Black with #780A63
Text Example
Text Example
White with #780A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A63; }
p { color: rgb(120,10,99); }
H1.HeaderClassName
{
color: #780A63;
}
.AnyTagClassName
{
color: #780A63;
}
</style>
background-color css
<style>
a { background-color: #780A63; }
a { background-color: rgb(120,10,99); }
div.DivClassName
{
background-color: #780A63;
}
.BgClassName
{
background-color: #780A63;
}
</style>
border-color css
<style>
span { border-color: #780A63; }
span { border-color: rgb(120,10,99); }
td.TdClassName
{
border-color: #780A63;
}
.TagClassName
{
border-color: #780A63;
}
</style>