Shades of Dark Purple #781A73
Tints of Dark Purple #781A73
RGB
CMYK
RGB Variations
Color information
#781A73 (or 0x781A73) is known color: Dark Purple. HEX triplet: 78, 1A and 73. RGB value is (120,26,115). Sum of RGB (Red+Green+Blue) = 120+26+115=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #781A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A73 is #87E58C. Grayscale: #3F3F3F. Windows color (decimal): -8906125 or 7543416. OLE color: 7543416.
HSL color Cylindrical-coordinate representation of color #781A73: hue angle of 303.19º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A73 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 115 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.53 |
| HSL | 303.19º | 0.64% | 0.29% | - |
| HSV(B) | 303.19º | 0.78% | 0.47% | - |
| XYZ | 11.21 | 5.97 | 16.78 | - |
| YUV | 64.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 115 | 0 | 0.78 | 0.04 | 0.53 | 303.19 | 0.64 | 0.29 |
| Hex | 78 | 1A | 73 | 0 | 4E | 4 | 35 | 12F | 40 | 1D |
| Octal | 170 | 32 | 163 | 0 | 116 | 4 | 65 | 457 | 100 | 35 |
| Binary | 1111000 | 11010 | 1110011 | 0 | 1001110 | 100 | 110101 | 100101111 | 1000000 | 11101 |
Color Harmonies of #781A73
Complementary color
Monochromatic Colors of #781A73
Black with #781A73
Text Example
Text Example
White with #781A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A73; }
p { color: rgb(120,26,115); }
H1.HeaderClassName
{
color: #781A73;
}
.AnyTagClassName
{
color: #781A73;
}
</style>
background-color css
<style>
a { background-color: #781A73; }
a { background-color: rgb(120,26,115); }
div.DivClassName
{
background-color: #781A73;
}
.BgClassName
{
background-color: #781A73;
}
</style>
border-color css
<style>
span { border-color: #781A73; }
span { border-color: rgb(120,26,115); }
td.TdClassName
{
border-color: #781A73;
}
.TagClassName
{
border-color: #781A73;
}
</style>