Shades of Dark Purple #780F68
Tints of Dark Purple #780F68
RGB
CMYK
RGB Variations
Color information
#780F68 (or 0x780F68) is known color: Dark Purple. HEX triplet: 78, 0F and 68. RGB value is (120,15,104). Sum of RGB (Red+Green+Blue) = 120+15+104=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F68 is #87F097. Grayscale: #383838. Windows color (decimal): -8908952 or 6819704. OLE color: 6819704.
HSL color Cylindrical-coordinate representation of color #780F68: hue angle of 309.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F68 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 104 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.53 |
| HSL | 309.14º | 0.78% | 0.26% | - |
| HSV(B) | 309.14º | 0.88% | 0.47% | - |
| XYZ | 10.42 | 5.33 | 13.58 | - |
| YUV | 56.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 104 | 0 | 0.87 | 0.13 | 0.53 | 309.14 | 0.78 | 0.26 |
| Hex | 78 | F | 68 | 0 | 57 | D | 35 | 135 | 4E | 1A |
| Octal | 170 | 17 | 150 | 0 | 127 | 15 | 65 | 465 | 116 | 32 |
| Binary | 1111000 | 1111 | 1101000 | 0 | 1010111 | 1101 | 110101 | 100110101 | 1001110 | 11010 |
Color Harmonies of #780F68
Complementary color
Monochromatic Colors of #780F68
Black with #780F68
Text Example
Text Example
White with #780F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F68; }
p { color: rgb(120,15,104); }
H1.HeaderClassName
{
color: #780F68;
}
.AnyTagClassName
{
color: #780F68;
}
</style>
background-color css
<style>
a { background-color: #780F68; }
a { background-color: rgb(120,15,104); }
div.DivClassName
{
background-color: #780F68;
}
.BgClassName
{
background-color: #780F68;
}
</style>
border-color css
<style>
span { border-color: #780F68; }
span { border-color: rgb(120,15,104); }
td.TdClassName
{
border-color: #780F68;
}
.TagClassName
{
border-color: #780F68;
}
</style>