Shades of Purple #78058C
Tints of Purple #78058C
RGB
CMYK
RGB Variations
Color information
#78058C (or 0x78058C) is known color: Purple. HEX triplet: 78, 05 and 8C. RGB value is (120,5,140). Sum of RGB (Red+Green+Blue) = 120+5+140=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #78058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78058C is #87FA73. Grayscale: #363636. Windows color (decimal): -8911476 or 9176440. OLE color: 9176440.
HSL color Cylindrical-coordinate representation of color #78058C: hue angle of 291.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78058C is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 5 | 140 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.45 |
| HSL | 291.11º | 0.93% | 0.28% | - |
| HSV(B) | 291.11º | 0.96% | 0.55% | - |
| XYZ | 12.53 | 6 | 25.31 | - |
| YUV | 54.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 140 | 0.14 | 0.96 | 0 | 0.45 | 291.11 | 0.93 | 0.28 |
| Hex | 78 | 5 | 8C | E | 60 | 0 | 2D | 123 | 5D | 1C |
| Octal | 170 | 5 | 214 | 16 | 140 | 0 | 55 | 443 | 135 | 34 |
| Binary | 1111000 | 101 | 10001100 | 1110 | 1100000 | 0 | 101101 | 100100011 | 1011101 | 11100 |
Color Harmonies of #78058C
Complementary color
Monochromatic Colors of #78058C
Black with #78058C
Text Example
Text Example
White with #78058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78058C; }
p { color: rgb(120,5,140); }
H1.HeaderClassName
{
color: #78058C;
}
.AnyTagClassName
{
color: #78058C;
}
</style>
background-color css
<style>
a { background-color: #78058C; }
a { background-color: rgb(120,5,140); }
div.DivClassName
{
background-color: #78058C;
}
.BgClassName
{
background-color: #78058C;
}
</style>
border-color css
<style>
span { border-color: #78058C; }
span { border-color: rgb(120,5,140); }
td.TdClassName
{
border-color: #78058C;
}
.TagClassName
{
border-color: #78058C;
}
</style>