Shades of Dark Purple #780C69
Tints of Dark Purple #780C69
RGB
CMYK
RGB Variations
Color information
#780C69 (or 0x780C69) is known color: Dark Purple. HEX triplet: 78, 0C and 69. RGB value is (120,12,105). Sum of RGB (Red+Green+Blue) = 120+12+105=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C69 is #87F396. Grayscale: #363636. Windows color (decimal): -8909719 or 6884472. OLE color: 6884472.
HSL color Cylindrical-coordinate representation of color #780C69: hue angle of 308.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C69 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 105 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.53 |
| HSL | 308.33º | 0.82% | 0.26% | - |
| HSV(B) | 308.33º | 0.9% | 0.47% | - |
| XYZ | 10.43 | 5.28 | 13.83 | - |
| YUV | 54.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 105 | 0 | 0.90 | 0.13 | 0.53 | 308.33 | 0.82 | 0.26 |
| Hex | 78 | C | 69 | 0 | 5A | D | 35 | 134 | 52 | 1A |
| Octal | 170 | 14 | 151 | 0 | 132 | 15 | 65 | 464 | 122 | 32 |
| Binary | 1111000 | 1100 | 1101001 | 0 | 1011010 | 1101 | 110101 | 100110100 | 1010010 | 11010 |
Color Harmonies of #780C69
Complementary color
Monochromatic Colors of #780C69
Black with #780C69
Text Example
Text Example
White with #780C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C69; }
p { color: rgb(120,12,105); }
H1.HeaderClassName
{
color: #780C69;
}
.AnyTagClassName
{
color: #780C69;
}
</style>
background-color css
<style>
a { background-color: #780C69; }
a { background-color: rgb(120,12,105); }
div.DivClassName
{
background-color: #780C69;
}
.BgClassName
{
background-color: #780C69;
}
</style>
border-color css
<style>
span { border-color: #780C69; }
span { border-color: rgb(120,12,105); }
td.TdClassName
{
border-color: #780C69;
}
.TagClassName
{
border-color: #780C69;
}
</style>