Shades of Dark Purple #781777
Tints of Dark Purple #781777
RGB
CMYK
RGB Variations
Color information
#781777 (or 0x781777) is known color: Dark Purple. HEX triplet: 78, 17 and 77. RGB value is (120,23,119). Sum of RGB (Red+Green+Blue) = 120+23+119=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #781777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781777 is #87E888. Grayscale: #3E3E3E. Windows color (decimal): -8906889 or 7804792. OLE color: 7804792.
HSL color Cylindrical-coordinate representation of color #781777: hue angle of 300.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781777 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 119 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.53 |
| HSL | 300.62º | 0.68% | 0.28% | - |
| HSV(B) | 300.62º | 0.81% | 0.47% | - |
| XYZ | 11.38 | 5.94 | 18 | - |
| YUV | 62.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 119 | 0 | 0.81 | 0.01 | 0.53 | 300.62 | 0.68 | 0.28 |
| Hex | 78 | 17 | 77 | 0 | 51 | 1 | 35 | 12D | 44 | 1C |
| Octal | 170 | 27 | 167 | 0 | 121 | 1 | 65 | 455 | 104 | 34 |
| Binary | 1111000 | 10111 | 1110111 | 0 | 1010001 | 1 | 110101 | 100101101 | 1000100 | 11100 |
Color Harmonies of #781777
Complementary color
Monochromatic Colors of #781777
Black with #781777
Text Example
Text Example
White with #781777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781777; }
p { color: rgb(120,23,119); }
H1.HeaderClassName
{
color: #781777;
}
.AnyTagClassName
{
color: #781777;
}
</style>
background-color css
<style>
a { background-color: #781777; }
a { background-color: rgb(120,23,119); }
div.DivClassName
{
background-color: #781777;
}
.BgClassName
{
background-color: #781777;
}
</style>
border-color css
<style>
span { border-color: #781777; }
span { border-color: rgb(120,23,119); }
td.TdClassName
{
border-color: #781777;
}
.TagClassName
{
border-color: #781777;
}
</style>