Shades of Dark Purple #781C79
Tints of Dark Purple #781C79
RGB
CMYK
RGB Variations
Color information
#781C79 (or 0x781C79) is known color: Dark Purple. HEX triplet: 78, 1C and 79. RGB value is (120,28,121). Sum of RGB (Red+Green+Blue) = 120+28+121=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #781C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C79 is #87E386. Grayscale: #414141. Windows color (decimal): -8905607 or 7937144. OLE color: 7937144.
HSL color Cylindrical-coordinate representation of color #781C79: hue angle of 299.35º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C79 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 121 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.53 |
| HSL | 299.35º | 0.62% | 0.29% | - |
| HSV(B) | 299.35º | 0.77% | 0.47% | - |
| XYZ | 11.61 | 6.2 | 18.67 | - |
| YUV | 66.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 121 | 0.01 | 0.77 | 0 | 0.53 | 299.35 | 0.62 | 0.29 |
| Hex | 78 | 1C | 79 | 1 | 4D | 0 | 35 | 12B | 3E | 1D |
| Octal | 170 | 34 | 171 | 1 | 115 | 0 | 65 | 453 | 76 | 35 |
| Binary | 1111000 | 11100 | 1111001 | 1 | 1001101 | 0 | 110101 | 100101011 | 111110 | 11101 |
Color Harmonies of #781C79
Complementary color
Monochromatic Colors of #781C79
Black with #781C79
Text Example
Text Example
White with #781C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C79; }
p { color: rgb(120,28,121); }
H1.HeaderClassName
{
color: #781C79;
}
.AnyTagClassName
{
color: #781C79;
}
</style>
background-color css
<style>
a { background-color: #781C79; }
a { background-color: rgb(120,28,121); }
div.DivClassName
{
background-color: #781C79;
}
.BgClassName
{
background-color: #781C79;
}
</style>
border-color css
<style>
span { border-color: #781C79; }
span { border-color: rgb(120,28,121); }
td.TdClassName
{
border-color: #781C79;
}
.TagClassName
{
border-color: #781C79;
}
</style>