Shades of Dark Purple #781E72
Tints of Dark Purple #781E72
RGB
CMYK
RGB Variations
Color information
#781E72 (or 0x781E72) is known color: Dark Purple. HEX triplet: 78, 1E and 72. RGB value is (120,30,114). Sum of RGB (Red+Green+Blue) = 120+30+114=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #781E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E72 is #87E18D. Grayscale: #424242. Windows color (decimal): -8905102 or 7478904. OLE color: 7478904.
HSL color Cylindrical-coordinate representation of color #781E72: hue angle of 304º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E72 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 114 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.53 |
| HSL | 304º | 0.6% | 0.29% | - |
| HSV(B) | 304º | 0.75% | 0.47% | - |
| XYZ | 11.25 | 6.14 | 16.51 | - |
| YUV | 66.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 114 | 0 | 0.75 | 0.05 | 0.53 | 304 | 0.6 | 0.29 |
| Hex | 78 | 1E | 72 | 0 | 4B | 5 | 35 | 130 | 3C | 1D |
| Octal | 170 | 36 | 162 | 0 | 113 | 5 | 65 | 460 | 74 | 35 |
| Binary | 1111000 | 11110 | 1110010 | 0 | 1001011 | 101 | 110101 | 100110000 | 111100 | 11101 |
Color Harmonies of #781E72
Complementary color
Monochromatic Colors of #781E72
Black with #781E72
Text Example
Text Example
White with #781E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E72; }
p { color: rgb(120,30,114); }
H1.HeaderClassName
{
color: #781E72;
}
.AnyTagClassName
{
color: #781E72;
}
</style>
background-color css
<style>
a { background-color: #781E72; }
a { background-color: rgb(120,30,114); }
div.DivClassName
{
background-color: #781E72;
}
.BgClassName
{
background-color: #781E72;
}
</style>
border-color css
<style>
span { border-color: #781E72; }
span { border-color: rgb(120,30,114); }
td.TdClassName
{
border-color: #781E72;
}
.TagClassName
{
border-color: #781E72;
}
</style>