Shades of Purple #78047F
Tints of Purple #78047F
RGB
CMYK
RGB Variations
Color information
#78047F (or 0x78047F) is known color: Purple. HEX triplet: 78, 04 and 7F. RGB value is (120,4,127). Sum of RGB (Red+Green+Blue) = 120+4+127=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #78047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78047F is #87FB80. Grayscale: #343434. Windows color (decimal): -8911745 or 8324216. OLE color: 8324216.
HSL color Cylindrical-coordinate representation of color #78047F: hue angle of 296.59º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78047F is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 4 | 127 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.50 |
| HSL | 296.59º | 0.94% | 0.26% | - |
| HSV(B) | 296.59º | 0.97% | 0.5% | - |
| XYZ | 11.62 | 5.61 | 20.55 | - |
| YUV | 52.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 127 | 0.06 | 0.97 | 0 | 0.50 | 296.59 | 0.94 | 0.26 |
| Hex | 78 | 4 | 7F | 6 | 61 | 0 | 32 | 129 | 5E | 1A |
| Octal | 170 | 4 | 177 | 6 | 141 | 0 | 62 | 451 | 136 | 32 |
| Binary | 1111000 | 100 | 1111111 | 110 | 1100001 | 0 | 110010 | 100101001 | 1011110 | 11010 |
Color Harmonies of #78047F
Complementary color
Monochromatic Colors of #78047F
Black with #78047F
Text Example
Text Example
White with #78047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78047F; }
p { color: rgb(120,4,127); }
H1.HeaderClassName
{
color: #78047F;
}
.AnyTagClassName
{
color: #78047F;
}
</style>
background-color css
<style>
a { background-color: #78047F; }
a { background-color: rgb(120,4,127); }
div.DivClassName
{
background-color: #78047F;
}
.BgClassName
{
background-color: #78047F;
}
</style>
border-color css
<style>
span { border-color: #78047F; }
span { border-color: rgb(120,4,127); }
td.TdClassName
{
border-color: #78047F;
}
.TagClassName
{
border-color: #78047F;
}
</style>