Shades of Dark Purple #782875
Tints of Dark Purple #782875
RGB
CMYK
RGB Variations
Color information
#782875 (or 0x782875) is known color: Dark Purple. HEX triplet: 78, 28 and 75. RGB value is (120,40,117). Sum of RGB (Red+Green+Blue) = 120+40+117=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #782875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782875 is #87D78A. Grayscale: #484848. Windows color (decimal): -8902539 or 7678072. OLE color: 7678072.
HSL color Cylindrical-coordinate representation of color #782875: hue angle of 302.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782875 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 117 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.53 |
| HSL | 302.25º | 0.5% | 0.31% | - |
| HSV(B) | 302.25º | 0.67% | 0.47% | - |
| XYZ | 11.72 | 6.8 | 17.52 | - |
| YUV | 72.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 117 | 0 | 0.67 | 0.02 | 0.53 | 302.25 | 0.5 | 0.31 |
| Hex | 78 | 28 | 75 | 0 | 43 | 2 | 35 | 12E | 32 | 1F |
| Octal | 170 | 50 | 165 | 0 | 103 | 2 | 65 | 456 | 62 | 37 |
| Binary | 1111000 | 101000 | 1110101 | 0 | 1000011 | 10 | 110101 | 100101110 | 110010 | 11111 |
Color Harmonies of #782875
Complementary color
Monochromatic Colors of #782875
Black with #782875
Text Example
Text Example
White with #782875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782875; }
p { color: rgb(120,40,117); }
H1.HeaderClassName
{
color: #782875;
}
.AnyTagClassName
{
color: #782875;
}
</style>
background-color css
<style>
a { background-color: #782875; }
a { background-color: rgb(120,40,117); }
div.DivClassName
{
background-color: #782875;
}
.BgClassName
{
background-color: #782875;
}
</style>
border-color css
<style>
span { border-color: #782875; }
span { border-color: rgb(120,40,117); }
td.TdClassName
{
border-color: #782875;
}
.TagClassName
{
border-color: #782875;
}
</style>