Shades of Dark Purple #780F64
Tints of Dark Purple #780F64
RGB
CMYK
RGB Variations
Color information
#780F64 (or 0x780F64) is known color: Dark Purple. HEX triplet: 78, 0F and 64. RGB value is (120,15,100). Sum of RGB (Red+Green+Blue) = 120+15+100=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #780F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F64 is #87F09B. Grayscale: #373737. Windows color (decimal): -8908956 or 6557560. OLE color: 6557560.
HSL color Cylindrical-coordinate representation of color #780F64: hue angle of 311.43º 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 #780F64 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 100 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.53 |
| HSL | 311.43º | 0.78% | 0.26% | - |
| HSV(B) | 311.43º | 0.88% | 0.47% | - |
| XYZ | 10.22 | 5.25 | 12.53 | - |
| YUV | 56.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 100 | 0 | 0.87 | 0.17 | 0.53 | 311.43 | 0.78 | 0.26 |
| Hex | 78 | F | 64 | 0 | 57 | 11 | 35 | 137 | 4E | 1A |
| Octal | 170 | 17 | 144 | 0 | 127 | 21 | 65 | 467 | 116 | 32 |
| Binary | 1111000 | 1111 | 1100100 | 0 | 1010111 | 10001 | 110101 | 100110111 | 1001110 | 11010 |
Color Harmonies of #780F64
Complementary color
Monochromatic Colors of #780F64
Black with #780F64
Text Example
Text Example
White with #780F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F64; }
p { color: rgb(120,15,100); }
H1.HeaderClassName
{
color: #780F64;
}
.AnyTagClassName
{
color: #780F64;
}
</style>
background-color css
<style>
a { background-color: #780F64; }
a { background-color: rgb(120,15,100); }
div.DivClassName
{
background-color: #780F64;
}
.BgClassName
{
background-color: #780F64;
}
</style>
border-color css
<style>
span { border-color: #780F64; }
span { border-color: rgb(120,15,100); }
td.TdClassName
{
border-color: #780F64;
}
.TagClassName
{
border-color: #780F64;
}
</style>