Shades of Dark Purple #780B66
Tints of Dark Purple #780B66
RGB
CMYK
RGB Variations
Color information
#780B66 (or 0x780B66) is known color: Dark Purple. HEX triplet: 78, 0B and 66. RGB value is (120,11,102). Sum of RGB (Red+Green+Blue) = 120+11+102=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B66 is #87F499. Grayscale: #353535. Windows color (decimal): -8909978 or 6687608. OLE color: 6687608.
HSL color Cylindrical-coordinate representation of color #780B66: hue angle of 309.91º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B66 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 102 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.53 |
| HSL | 309.91º | 0.83% | 0.26% | - |
| HSV(B) | 309.91º | 0.91% | 0.47% | - |
| XYZ | 10.26 | 5.19 | 13.03 | - |
| YUV | 53.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 102 | 0 | 0.91 | 0.15 | 0.53 | 309.91 | 0.83 | 0.26 |
| Hex | 78 | B | 66 | 0 | 5B | F | 35 | 136 | 53 | 1A |
| Octal | 170 | 13 | 146 | 0 | 133 | 17 | 65 | 466 | 123 | 32 |
| Binary | 1111000 | 1011 | 1100110 | 0 | 1011011 | 1111 | 110101 | 100110110 | 1010011 | 11010 |
Color Harmonies of #780B66
Complementary color
Monochromatic Colors of #780B66
Black with #780B66
Text Example
Text Example
White with #780B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B66; }
p { color: rgb(120,11,102); }
H1.HeaderClassName
{
color: #780B66;
}
.AnyTagClassName
{
color: #780B66;
}
</style>
background-color css
<style>
a { background-color: #780B66; }
a { background-color: rgb(120,11,102); }
div.DivClassName
{
background-color: #780B66;
}
.BgClassName
{
background-color: #780B66;
}
</style>
border-color css
<style>
span { border-color: #780B66; }
span { border-color: rgb(120,11,102); }
td.TdClassName
{
border-color: #780B66;
}
.TagClassName
{
border-color: #780B66;
}
</style>