Shades of Dark Purple #782575
Tints of Dark Purple #782575
RGB
CMYK
RGB Variations
Color information
#782575 (or 0x782575) is known color: Dark Purple. HEX triplet: 78, 25 and 75. RGB value is (120,37,117). Sum of RGB (Red+Green+Blue) = 120+37+117=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #782575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782575 is #87DA8A. Grayscale: #464646. Windows color (decimal): -8903307 or 7677304. OLE color: 7677304.
HSL color Cylindrical-coordinate representation of color #782575: hue angle of 302.17º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782575 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 117 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.53 |
| HSL | 302.17º | 0.53% | 0.31% | - |
| HSV(B) | 302.17º | 0.69% | 0.47% | - |
| XYZ | 11.62 | 6.6 | 17.49 | - |
| YUV | 70.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 117 | 0 | 0.69 | 0.02 | 0.53 | 302.17 | 0.53 | 0.31 |
| Hex | 78 | 25 | 75 | 0 | 45 | 2 | 35 | 12E | 35 | 1F |
| Octal | 170 | 45 | 165 | 0 | 105 | 2 | 65 | 456 | 65 | 37 |
| Binary | 1111000 | 100101 | 1110101 | 0 | 1000101 | 10 | 110101 | 100101110 | 110101 | 11111 |
Color Harmonies of #782575
Complementary color
Monochromatic Colors of #782575
Black with #782575
Text Example
Text Example
White with #782575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782575; }
p { color: rgb(120,37,117); }
H1.HeaderClassName
{
color: #782575;
}
.AnyTagClassName
{
color: #782575;
}
</style>
background-color css
<style>
a { background-color: #782575; }
a { background-color: rgb(120,37,117); }
div.DivClassName
{
background-color: #782575;
}
.BgClassName
{
background-color: #782575;
}
</style>
border-color css
<style>
span { border-color: #782575; }
span { border-color: rgb(120,37,117); }
td.TdClassName
{
border-color: #782575;
}
.TagClassName
{
border-color: #782575;
}
</style>