Shades of Dark Purple #781374
Tints of Dark Purple #781374
RGB
CMYK
RGB Variations
Color information
#781374 (or 0x781374) is known color: Dark Purple. HEX triplet: 78, 13 and 74. RGB value is (120,19,116). Sum of RGB (Red+Green+Blue) = 120+19+116=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781374 is #87EC8B. Grayscale: #3B3B3B. Windows color (decimal): -8907916 or 7607160. OLE color: 7607160.
HSL color Cylindrical-coordinate representation of color #781374: hue angle of 302.38º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781374 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 116 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.53 |
| HSL | 302.38º | 0.73% | 0.27% | - |
| HSV(B) | 302.38º | 0.84% | 0.47% | - |
| XYZ | 11.13 | 5.72 | 17.04 | - |
| YUV | 60.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 116 | 0 | 0.84 | 0.03 | 0.53 | 302.38 | 0.73 | 0.27 |
| Hex | 78 | 13 | 74 | 0 | 54 | 3 | 35 | 12E | 49 | 1B |
| Octal | 170 | 23 | 164 | 0 | 124 | 3 | 65 | 456 | 111 | 33 |
| Binary | 1111000 | 10011 | 1110100 | 0 | 1010100 | 11 | 110101 | 100101110 | 1001001 | 11011 |
Color Harmonies of #781374
Complementary color
Monochromatic Colors of #781374
Black with #781374
Text Example
Text Example
White with #781374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781374; }
p { color: rgb(120,19,116); }
H1.HeaderClassName
{
color: #781374;
}
.AnyTagClassName
{
color: #781374;
}
</style>
background-color css
<style>
a { background-color: #781374; }
a { background-color: rgb(120,19,116); }
div.DivClassName
{
background-color: #781374;
}
.BgClassName
{
background-color: #781374;
}
</style>
border-color css
<style>
span { border-color: #781374; }
span { border-color: rgb(120,19,116); }
td.TdClassName
{
border-color: #781374;
}
.TagClassName
{
border-color: #781374;
}
</style>