Shades of Dark Purple #780F67
Tints of Dark Purple #780F67
RGB
CMYK
RGB Variations
Color information
#780F67 (or 0x780F67) is known color: Dark Purple. HEX triplet: 78, 0F and 67. RGB value is (120,15,103). Sum of RGB (Red+Green+Blue) = 120+15+103=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F67 is #87F098. Grayscale: #383838. Windows color (decimal): -8908953 or 6754168. OLE color: 6754168.
HSL color Cylindrical-coordinate representation of color #780F67: hue angle of 309.71º 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 #780F67 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 103 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.53 |
| HSL | 309.71º | 0.78% | 0.26% | - |
| HSV(B) | 309.71º | 0.88% | 0.47% | - |
| XYZ | 10.36 | 5.31 | 13.31 | - |
| YUV | 56.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 103 | 0 | 0.87 | 0.14 | 0.53 | 309.71 | 0.78 | 0.26 |
| Hex | 78 | F | 67 | 0 | 57 | E | 35 | 136 | 4E | 1A |
| Octal | 170 | 17 | 147 | 0 | 127 | 16 | 65 | 466 | 116 | 32 |
| Binary | 1111000 | 1111 | 1100111 | 0 | 1010111 | 1110 | 110101 | 100110110 | 1001110 | 11010 |
Color Harmonies of #780F67
Complementary color
Monochromatic Colors of #780F67
Black with #780F67
Text Example
Text Example
White with #780F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F67; }
p { color: rgb(120,15,103); }
H1.HeaderClassName
{
color: #780F67;
}
.AnyTagClassName
{
color: #780F67;
}
</style>
background-color css
<style>
a { background-color: #780F67; }
a { background-color: rgb(120,15,103); }
div.DivClassName
{
background-color: #780F67;
}
.BgClassName
{
background-color: #780F67;
}
</style>
border-color css
<style>
span { border-color: #780F67; }
span { border-color: rgb(120,15,103); }
td.TdClassName
{
border-color: #780F67;
}
.TagClassName
{
border-color: #780F67;
}
</style>