Shades of Purple #780E73
Tints of Purple #780E73
RGB
CMYK
RGB Variations
Color information
#780E73 (or 0x780E73) is known color: Purple. HEX triplet: 78, 0E and 73. RGB value is (120,14,115). Sum of RGB (Red+Green+Blue) = 120+14+115=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #780E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E73 is #87F18C. Grayscale: #383838. Windows color (decimal): -8909197 or 7540344. OLE color: 7540344.
HSL color Cylindrical-coordinate representation of color #780E73: hue angle of 302.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E73 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 115 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.53 |
| HSL | 302.83º | 0.79% | 0.26% | - |
| HSV(B) | 302.83º | 0.88% | 0.47% | - |
| XYZ | 11 | 5.54 | 16.71 | - |
| YUV | 57.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 115 | 0 | 0.88 | 0.04 | 0.53 | 302.83 | 0.79 | 0.26 |
| Hex | 78 | E | 73 | 0 | 58 | 4 | 35 | 12F | 4F | 1A |
| Octal | 170 | 16 | 163 | 0 | 130 | 4 | 65 | 457 | 117 | 32 |
| Binary | 1111000 | 1110 | 1110011 | 0 | 1011000 | 100 | 110101 | 100101111 | 1001111 | 11010 |
Color Harmonies of #780E73
Complementary color
Monochromatic Colors of #780E73
Black with #780E73
Text Example
Text Example
White with #780E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E73; }
p { color: rgb(120,14,115); }
H1.HeaderClassName
{
color: #780E73;
}
.AnyTagClassName
{
color: #780E73;
}
</style>
background-color css
<style>
a { background-color: #780E73; }
a { background-color: rgb(120,14,115); }
div.DivClassName
{
background-color: #780E73;
}
.BgClassName
{
background-color: #780E73;
}
</style>
border-color css
<style>
span { border-color: #780E73; }
span { border-color: rgb(120,14,115); }
td.TdClassName
{
border-color: #780E73;
}
.TagClassName
{
border-color: #780E73;
}
</style>