Shades of Dark Purple #782975
Tints of Dark Purple #782975
RGB
CMYK
RGB Variations
Color information
#782975 (or 0x782975) is known color: Dark Purple. HEX triplet: 78, 29 and 75. RGB value is (120,41,117). Sum of RGB (Red+Green+Blue) = 120+41+117=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #782975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782975 is #87D68A. Grayscale: #494949. Windows color (decimal): -8902283 or 7678328. OLE color: 7678328.
HSL color Cylindrical-coordinate representation of color #782975: hue angle of 302.28º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782975 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 117 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.53 |
| HSL | 302.28º | 0.49% | 0.32% | - |
| HSV(B) | 302.28º | 0.66% | 0.47% | - |
| XYZ | 11.75 | 6.86 | 17.54 | - |
| YUV | 73.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 117 | 0 | 0.66 | 0.02 | 0.53 | 302.28 | 0.49 | 0.32 |
| Hex | 78 | 29 | 75 | 0 | 42 | 2 | 35 | 12E | 31 | 20 |
| Octal | 170 | 51 | 165 | 0 | 102 | 2 | 65 | 456 | 61 | 40 |
| Binary | 1111000 | 101001 | 1110101 | 0 | 1000010 | 10 | 110101 | 100101110 | 110001 | 100000 |
Color Harmonies of #782975
Complementary color
Monochromatic Colors of #782975
Black with #782975
Text Example
Text Example
White with #782975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782975; }
p { color: rgb(120,41,117); }
H1.HeaderClassName
{
color: #782975;
}
.AnyTagClassName
{
color: #782975;
}
</style>
background-color css
<style>
a { background-color: #782975; }
a { background-color: rgb(120,41,117); }
div.DivClassName
{
background-color: #782975;
}
.BgClassName
{
background-color: #782975;
}
</style>
border-color css
<style>
span { border-color: #782975; }
span { border-color: rgb(120,41,117); }
td.TdClassName
{
border-color: #782975;
}
.TagClassName
{
border-color: #782975;
}
</style>