Shades of Dark Purple #780D66
Tints of Dark Purple #780D66
RGB
CMYK
RGB Variations
Color information
#780D66 (or 0x780D66) is known color: Dark Purple. HEX triplet: 78, 0D and 66. RGB value is (120,13,102). Sum of RGB (Red+Green+Blue) = 120+13+102=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #780D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D66 is #87F299. Grayscale: #363636. Windows color (decimal): -8909466 or 6688120. OLE color: 6688120.
HSL color Cylindrical-coordinate representation of color #780D66: hue angle of 310.09º 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 #780D66 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 102 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.53 |
| HSL | 310.09º | 0.8% | 0.26% | - |
| HSV(B) | 310.09º | 0.89% | 0.47% | - |
| XYZ | 10.29 | 5.24 | 13.04 | - |
| YUV | 55.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 102 | 0 | 0.89 | 0.15 | 0.53 | 310.09 | 0.8 | 0.26 |
| Hex | 78 | D | 66 | 0 | 59 | F | 35 | 136 | 50 | 1A |
| Octal | 170 | 15 | 146 | 0 | 131 | 17 | 65 | 466 | 120 | 32 |
| Binary | 1111000 | 1101 | 1100110 | 0 | 1011001 | 1111 | 110101 | 100110110 | 1010000 | 11010 |
Color Harmonies of #780D66
Complementary color
Monochromatic Colors of #780D66
Black with #780D66
Text Example
Text Example
White with #780D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D66; }
p { color: rgb(120,13,102); }
H1.HeaderClassName
{
color: #780D66;
}
.AnyTagClassName
{
color: #780D66;
}
</style>
background-color css
<style>
a { background-color: #780D66; }
a { background-color: rgb(120,13,102); }
div.DivClassName
{
background-color: #780D66;
}
.BgClassName
{
background-color: #780D66;
}
</style>
border-color css
<style>
span { border-color: #780D66; }
span { border-color: rgb(120,13,102); }
td.TdClassName
{
border-color: #780D66;
}
.TagClassName
{
border-color: #780D66;
}
</style>