Shades of Dark Purple #780C64
Tints of Dark Purple #780C64
RGB
CMYK
RGB Variations
Color information
#780C64 (or 0x780C64) is known color: Dark Purple. HEX triplet: 78, 0C and 64. RGB value is (120,12,100). Sum of RGB (Red+Green+Blue) = 120+12+100=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #780C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C64 is #87F39B. Grayscale: #363636. Windows color (decimal): -8909724 or 6556792. OLE color: 6556792.
HSL color Cylindrical-coordinate representation of color #780C64: hue angle of 311.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C64 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 100 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.53 |
| HSL | 311.11º | 0.82% | 0.26% | - |
| HSV(B) | 311.11º | 0.9% | 0.47% | - |
| XYZ | 10.18 | 5.18 | 12.52 | - |
| YUV | 54.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 100 | 0 | 0.90 | 0.17 | 0.53 | 311.11 | 0.82 | 0.26 |
| Hex | 78 | C | 64 | 0 | 5A | 11 | 35 | 137 | 52 | 1A |
| Octal | 170 | 14 | 144 | 0 | 132 | 21 | 65 | 467 | 122 | 32 |
| Binary | 1111000 | 1100 | 1100100 | 0 | 1011010 | 10001 | 110101 | 100110111 | 1010010 | 11010 |
Color Harmonies of #780C64
Complementary color
Monochromatic Colors of #780C64
Black with #780C64
Text Example
Text Example
White with #780C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C64; }
p { color: rgb(120,12,100); }
H1.HeaderClassName
{
color: #780C64;
}
.AnyTagClassName
{
color: #780C64;
}
</style>
background-color css
<style>
a { background-color: #780C64; }
a { background-color: rgb(120,12,100); }
div.DivClassName
{
background-color: #780C64;
}
.BgClassName
{
background-color: #780C64;
}
</style>
border-color css
<style>
span { border-color: #780C64; }
span { border-color: rgb(120,12,100); }
td.TdClassName
{
border-color: #780C64;
}
.TagClassName
{
border-color: #780C64;
}
</style>