Shades of Dark Purple #782779
Tints of Dark Purple #782779
RGB
CMYK
RGB Variations
Color information
#782779 (or 0x782779) is known color: Dark Purple. HEX triplet: 78, 27 and 79. RGB value is (120,39,121). Sum of RGB (Red+Green+Blue) = 120+39+121=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #782779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782779 is #87D886. Grayscale: #484848. Windows color (decimal): -8902791 or 7939960. OLE color: 7939960.
HSL color Cylindrical-coordinate representation of color #782779: hue angle of 299.27º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782779 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 121 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.53 |
| HSL | 299.27º | 0.51% | 0.31% | - |
| HSV(B) | 299.27º | 0.68% | 0.47% | - |
| XYZ | 11.92 | 6.82 | 18.78 | - |
| YUV | 72.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 121 | 0.01 | 0.68 | 0 | 0.53 | 299.27 | 0.51 | 0.31 |
| Hex | 78 | 27 | 79 | 1 | 44 | 0 | 35 | 12B | 33 | 1F |
| Octal | 170 | 47 | 171 | 1 | 104 | 0 | 65 | 453 | 63 | 37 |
| Binary | 1111000 | 100111 | 1111001 | 1 | 1000100 | 0 | 110101 | 100101011 | 110011 | 11111 |
Color Harmonies of #782779
Complementary color
Monochromatic Colors of #782779
Black with #782779
Text Example
Text Example
White with #782779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782779; }
p { color: rgb(120,39,121); }
H1.HeaderClassName
{
color: #782779;
}
.AnyTagClassName
{
color: #782779;
}
</style>
background-color css
<style>
a { background-color: #782779; }
a { background-color: rgb(120,39,121); }
div.DivClassName
{
background-color: #782779;
}
.BgClassName
{
background-color: #782779;
}
</style>
border-color css
<style>
span { border-color: #782779; }
span { border-color: rgb(120,39,121); }
td.TdClassName
{
border-color: #782779;
}
.TagClassName
{
border-color: #782779;
}
</style>