Shades of Dark Purple #782374
Tints of Dark Purple #782374
RGB
CMYK
RGB Variations
Color information
#782374 (or 0x782374) is known color: Dark Purple. HEX triplet: 78, 23 and 74. RGB value is (120,35,116). Sum of RGB (Red+Green+Blue) = 120+35+116=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #782374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782374 is #87DC8B. Grayscale: #454545. Windows color (decimal): -8903820 or 7611256. OLE color: 7611256.
HSL color Cylindrical-coordinate representation of color #782374: hue angle of 302.82º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782374 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 116 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.53 |
| HSL | 302.82º | 0.55% | 0.3% | - |
| HSV(B) | 302.82º | 0.71% | 0.47% | - |
| XYZ | 11.5 | 6.46 | 17.16 | - |
| YUV | 69.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 116 | 0 | 0.71 | 0.03 | 0.53 | 302.82 | 0.55 | 0.3 |
| Hex | 78 | 23 | 74 | 0 | 47 | 3 | 35 | 12F | 37 | 1E |
| Octal | 170 | 43 | 164 | 0 | 107 | 3 | 65 | 457 | 67 | 36 |
| Binary | 1111000 | 100011 | 1110100 | 0 | 1000111 | 11 | 110101 | 100101111 | 110111 | 11110 |
Color Harmonies of #782374
Complementary color
Monochromatic Colors of #782374
Black with #782374
Text Example
Text Example
White with #782374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782374; }
p { color: rgb(120,35,116); }
H1.HeaderClassName
{
color: #782374;
}
.AnyTagClassName
{
color: #782374;
}
</style>
background-color css
<style>
a { background-color: #782374; }
a { background-color: rgb(120,35,116); }
div.DivClassName
{
background-color: #782374;
}
.BgClassName
{
background-color: #782374;
}
</style>
border-color css
<style>
span { border-color: #782374; }
span { border-color: rgb(120,35,116); }
td.TdClassName
{
border-color: #782374;
}
.TagClassName
{
border-color: #782374;
}
</style>