Shades of Purple #781073
Tints of Purple #781073
RGB
CMYK
RGB Variations
Color information
#781073 (or 0x781073) is known color: Purple. HEX triplet: 78, 10 and 73. RGB value is (120,16,115). Sum of RGB (Red+Green+Blue) = 120+16+115=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #781073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781073 is #87EF8C. Grayscale: #3A3A3A. Windows color (decimal): -8908685 or 7540856. OLE color: 7540856.
HSL color Cylindrical-coordinate representation of color #781073: hue angle of 302.88º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781073 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 115 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.53 |
| HSL | 302.88º | 0.76% | 0.27% | - |
| HSV(B) | 302.88º | 0.87% | 0.47% | - |
| XYZ | 11.03 | 5.6 | 16.72 | - |
| YUV | 58.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 115 | 0 | 0.87 | 0.04 | 0.53 | 302.88 | 0.76 | 0.27 |
| Hex | 78 | 10 | 73 | 0 | 57 | 4 | 35 | 12F | 4C | 1B |
| Octal | 170 | 20 | 163 | 0 | 127 | 4 | 65 | 457 | 114 | 33 |
| Binary | 1111000 | 10000 | 1110011 | 0 | 1010111 | 100 | 110101 | 100101111 | 1001100 | 11011 |
Color Harmonies of #781073
Complementary color
Monochromatic Colors of #781073
Black with #781073
Text Example
Text Example
White with #781073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781073; }
p { color: rgb(120,16,115); }
H1.HeaderClassName
{
color: #781073;
}
.AnyTagClassName
{
color: #781073;
}
</style>
background-color css
<style>
a { background-color: #781073; }
a { background-color: rgb(120,16,115); }
div.DivClassName
{
background-color: #781073;
}
.BgClassName
{
background-color: #781073;
}
</style>
border-color css
<style>
span { border-color: #781073; }
span { border-color: rgb(120,16,115); }
td.TdClassName
{
border-color: #781073;
}
.TagClassName
{
border-color: #781073;
}
</style>