Shades of Dark Purple #781C74
Tints of Dark Purple #781C74
RGB
CMYK
RGB Variations
Color information
#781C74 (or 0x781C74) is known color: Dark Purple. HEX triplet: 78, 1C and 74. RGB value is (120,28,116). Sum of RGB (Red+Green+Blue) = 120+28+116=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #781C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C74 is #87E38B. Grayscale: #414141. Windows color (decimal): -8905612 or 7609464. OLE color: 7609464.
HSL color Cylindrical-coordinate representation of color #781C74: hue angle of 302.61º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C74 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 116 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.53 |
| HSL | 302.61º | 0.62% | 0.29% | - |
| HSV(B) | 302.61º | 0.77% | 0.47% | - |
| XYZ | 11.31 | 6.08 | 17.1 | - |
| YUV | 65.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 116 | 0 | 0.77 | 0.03 | 0.53 | 302.61 | 0.62 | 0.29 |
| Hex | 78 | 1C | 74 | 0 | 4D | 3 | 35 | 12F | 3E | 1D |
| Octal | 170 | 34 | 164 | 0 | 115 | 3 | 65 | 457 | 76 | 35 |
| Binary | 1111000 | 11100 | 1110100 | 0 | 1001101 | 11 | 110101 | 100101111 | 111110 | 11101 |
Color Harmonies of #781C74
Complementary color
Monochromatic Colors of #781C74
Black with #781C74
Text Example
Text Example
White with #781C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C74; }
p { color: rgb(120,28,116); }
H1.HeaderClassName
{
color: #781C74;
}
.AnyTagClassName
{
color: #781C74;
}
</style>
background-color css
<style>
a { background-color: #781C74; }
a { background-color: rgb(120,28,116); }
div.DivClassName
{
background-color: #781C74;
}
.BgClassName
{
background-color: #781C74;
}
</style>
border-color css
<style>
span { border-color: #781C74; }
span { border-color: rgb(120,28,116); }
td.TdClassName
{
border-color: #781C74;
}
.TagClassName
{
border-color: #781C74;
}
</style>