Shades of Dark Purple #780D64
Tints of Dark Purple #780D64
RGB
CMYK
RGB Variations
Color information
#780D64 (or 0x780D64) is known color: Dark Purple. HEX triplet: 78, 0D and 64. RGB value is (120,13,100). Sum of RGB (Red+Green+Blue) = 120+13+100=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D64 is #87F29B. Grayscale: #363636. Windows color (decimal): -8909468 or 6557048. OLE color: 6557048.
HSL color Cylindrical-coordinate representation of color #780D64: hue angle of 311.21º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D64 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 100 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.53 |
| HSL | 311.22º | 0.8% | 0.26% | - |
| HSV(B) | 311.22º | 0.89% | 0.47% | - |
| XYZ | 10.19 | 5.2 | 12.52 | - |
| YUV | 54.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 100 | 0 | 0.89 | 0.17 | 0.53 | 311.22 | 0.8 | 0.26 |
| Hex | 78 | D | 64 | 0 | 59 | 11 | 35 | 137 | 50 | 1A |
| Octal | 170 | 15 | 144 | 0 | 131 | 21 | 65 | 467 | 120 | 32 |
| Binary | 1111000 | 1101 | 1100100 | 0 | 1011001 | 10001 | 110101 | 100110111 | 1010000 | 11010 |
Color Harmonies of #780D64
Complementary color
Monochromatic Colors of #780D64
Black with #780D64
Text Example
Text Example
White with #780D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D64; }
p { color: rgb(120,13,100); }
H1.HeaderClassName
{
color: #780D64;
}
.AnyTagClassName
{
color: #780D64;
}
</style>
background-color css
<style>
a { background-color: #780D64; }
a { background-color: rgb(120,13,100); }
div.DivClassName
{
background-color: #780D64;
}
.BgClassName
{
background-color: #780D64;
}
</style>
border-color css
<style>
span { border-color: #780D64; }
span { border-color: rgb(120,13,100); }
td.TdClassName
{
border-color: #780D64;
}
.TagClassName
{
border-color: #780D64;
}
</style>