Shades of Dark Purple #781678
Tints of Dark Purple #781678
RGB
CMYK
RGB Variations
Color information
#781678 (or 0x781678) is known color: Dark Purple. HEX triplet: 78, 16 and 78. RGB value is (120,22,120). Sum of RGB (Red+Green+Blue) = 120+22+120=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781678 is #87E987. Grayscale: #3E3E3E. Windows color (decimal): -8907144 or 7870072. OLE color: 7870072.
HSL color Cylindrical-coordinate representation of color #781678: hue angle of 300º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781678 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 120 | - |
| CMYK | 0 | 0.82 | 0 | 0.53 |
| HSL | 300º | 0.69% | 0.28% | - |
| HSV(B) | 300º | 0.82% | 0.47% | - |
| XYZ | 11.42 | 5.92 | 18.31 | - |
| YUV | 62.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 120 | 0 | 0.82 | 0 | 0.53 | 300 | 0.69 | 0.28 |
| Hex | 78 | 16 | 78 | 0 | 52 | 0 | 35 | 12C | 45 | 1C |
| Octal | 170 | 26 | 170 | 0 | 122 | 0 | 65 | 454 | 105 | 34 |
| Binary | 1111000 | 10110 | 1111000 | 0 | 1010010 | 0 | 110101 | 100101100 | 1000101 | 11100 |
Color Harmonies of #781678
Complementary color
Monochromatic Colors of #781678
Black with #781678
Text Example
Text Example
White with #781678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781678; }
p { color: rgb(120,22,120); }
H1.HeaderClassName
{
color: #781678;
}
.AnyTagClassName
{
color: #781678;
}
</style>
background-color css
<style>
a { background-color: #781678; }
a { background-color: rgb(120,22,120); }
div.DivClassName
{
background-color: #781678;
}
.BgClassName
{
background-color: #781678;
}
</style>
border-color css
<style>
span { border-color: #781678; }
span { border-color: rgb(120,22,120); }
td.TdClassName
{
border-color: #781678;
}
.TagClassName
{
border-color: #781678;
}
</style>