Shades of Dark Purple #780C66
Tints of Dark Purple #780C66
RGB
CMYK
RGB Variations
Color information
#780C66 (or 0x780C66) is known color: Dark Purple. HEX triplet: 78, 0C and 66. RGB value is (120,12,102). Sum of RGB (Red+Green+Blue) = 120+12+102=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #780C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C66 is #87F399. Grayscale: #363636. Windows color (decimal): -8909722 or 6687864. OLE color: 6687864.
HSL color Cylindrical-coordinate representation of color #780C66: hue angle of 310º 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 #780C66 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 102 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.53 |
| HSL | 310º | 0.82% | 0.26% | - |
| HSV(B) | 310º | 0.9% | 0.47% | - |
| XYZ | 10.28 | 5.22 | 13.04 | - |
| YUV | 54.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 102 | 0 | 0.90 | 0.15 | 0.53 | 310 | 0.82 | 0.26 |
| Hex | 78 | C | 66 | 0 | 5A | F | 35 | 136 | 52 | 1A |
| Octal | 170 | 14 | 146 | 0 | 132 | 17 | 65 | 466 | 122 | 32 |
| Binary | 1111000 | 1100 | 1100110 | 0 | 1011010 | 1111 | 110101 | 100110110 | 1010010 | 11010 |
Color Harmonies of #780C66
Complementary color
Monochromatic Colors of #780C66
Black with #780C66
Text Example
Text Example
White with #780C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C66; }
p { color: rgb(120,12,102); }
H1.HeaderClassName
{
color: #780C66;
}
.AnyTagClassName
{
color: #780C66;
}
</style>
background-color css
<style>
a { background-color: #780C66; }
a { background-color: rgb(120,12,102); }
div.DivClassName
{
background-color: #780C66;
}
.BgClassName
{
background-color: #780C66;
}
</style>
border-color css
<style>
span { border-color: #780C66; }
span { border-color: rgb(120,12,102); }
td.TdClassName
{
border-color: #780C66;
}
.TagClassName
{
border-color: #780C66;
}
</style>