Shades of Dark Purple #781C78
Tints of Dark Purple #781C78
RGB
CMYK
RGB Variations
Color information
#781C78 (or 0x781C78) is known color: Dark Purple. HEX triplet: 78, 1C and 78. RGB value is (120,28,120). Sum of RGB (Red+Green+Blue) = 120+28+120=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C78 is #87E387. Grayscale: #414141. Windows color (decimal): -8905608 or 7871608. OLE color: 7871608.
HSL color Cylindrical-coordinate representation of color #781C78: hue angle of 300º 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 #781C78 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 120 | - |
| CMYK | 0 | 0.77 | 0 | 0.53 |
| HSL | 300º | 0.62% | 0.29% | - |
| HSV(B) | 300º | 0.77% | 0.47% | - |
| XYZ | 11.55 | 6.18 | 18.35 | - |
| YUV | 66 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 120 | 0 | 0.77 | 0 | 0.53 | 300 | 0.62 | 0.29 |
| Hex | 78 | 1C | 78 | 0 | 4D | 0 | 35 | 12C | 3E | 1D |
| Octal | 170 | 34 | 170 | 0 | 115 | 0 | 65 | 454 | 76 | 35 |
| Binary | 1111000 | 11100 | 1111000 | 0 | 1001101 | 0 | 110101 | 100101100 | 111110 | 11101 |
Color Harmonies of #781C78
Complementary color
Monochromatic Colors of #781C78
Black with #781C78
Text Example
Text Example
White with #781C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C78; }
p { color: rgb(120,28,120); }
H1.HeaderClassName
{
color: #781C78;
}
.AnyTagClassName
{
color: #781C78;
}
</style>
background-color css
<style>
a { background-color: #781C78; }
a { background-color: rgb(120,28,120); }
div.DivClassName
{
background-color: #781C78;
}
.BgClassName
{
background-color: #781C78;
}
</style>
border-color css
<style>
span { border-color: #781C78; }
span { border-color: rgb(120,28,120); }
td.TdClassName
{
border-color: #781C78;
}
.TagClassName
{
border-color: #781C78;
}
</style>