Shades of Purple #78057F
Tints of Purple #78057F
RGB
CMYK
RGB Variations
Color information
#78057F (or 0x78057F) is known color: Purple. HEX triplet: 78, 05 and 7F. RGB value is (120,5,127). Sum of RGB (Red+Green+Blue) = 120+5+127=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #78057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78057F is #87FA80. Grayscale: #343434. Windows color (decimal): -8911489 or 8324472. OLE color: 8324472.
HSL color Cylindrical-coordinate representation of color #78057F: hue angle of 296.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78057F is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 5 | 127 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.50 |
| HSL | 296.56º | 0.92% | 0.26% | - |
| HSV(B) | 296.56º | 0.96% | 0.5% | - |
| XYZ | 11.63 | 5.63 | 20.55 | - |
| YUV | 53.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 127 | 0.06 | 0.96 | 0 | 0.50 | 296.56 | 0.92 | 0.26 |
| Hex | 78 | 5 | 7F | 6 | 60 | 0 | 32 | 129 | 5C | 1A |
| Octal | 170 | 5 | 177 | 6 | 140 | 0 | 62 | 451 | 134 | 32 |
| Binary | 1111000 | 101 | 1111111 | 110 | 1100000 | 0 | 110010 | 100101001 | 1011100 | 11010 |
Color Harmonies of #78057F
Complementary color
Monochromatic Colors of #78057F
Black with #78057F
Text Example
Text Example
White with #78057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78057F; }
p { color: rgb(120,5,127); }
H1.HeaderClassName
{
color: #78057F;
}
.AnyTagClassName
{
color: #78057F;
}
</style>
background-color css
<style>
a { background-color: #78057F; }
a { background-color: rgb(120,5,127); }
div.DivClassName
{
background-color: #78057F;
}
.BgClassName
{
background-color: #78057F;
}
</style>
border-color css
<style>
span { border-color: #78057F; }
span { border-color: rgb(120,5,127); }
td.TdClassName
{
border-color: #78057F;
}
.TagClassName
{
border-color: #78057F;
}
</style>