Shades of Purple #78158D
Tints of Purple #78158D
RGB
CMYK
RGB Variations
Color information
#78158D (or 0x78158D) is known color: Purple. HEX triplet: 78, 15 and 8D. RGB value is (120,21,141). Sum of RGB (Red+Green+Blue) = 120+21+141=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #78158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78158D is #87EA72. Grayscale: #3F3F3F. Windows color (decimal): -8907379 or 9246072. OLE color: 9246072.
HSL color Cylindrical-coordinate representation of color #78158D: hue angle of 289.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78158D is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 21 | 141 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.45 |
| HSL | 289.5º | 0.74% | 0.32% | - |
| HSV(B) | 289.5º | 0.85% | 0.55% | - |
| XYZ | 12.82 | 6.45 | 25.77 | - |
| YUV | 64.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 141 | 0.15 | 0.85 | 0 | 0.45 | 289.5 | 0.74 | 0.32 |
| Hex | 78 | 15 | 8D | F | 55 | 0 | 2D | 122 | 4A | 20 |
| Octal | 170 | 25 | 215 | 17 | 125 | 0 | 55 | 442 | 112 | 40 |
| Binary | 1111000 | 10101 | 10001101 | 1111 | 1010101 | 0 | 101101 | 100100010 | 1001010 | 100000 |
Color Harmonies of #78158D
Complementary color
Monochromatic Colors of #78158D
Black with #78158D
Text Example
Text Example
White with #78158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78158D; }
p { color: rgb(120,21,141); }
H1.HeaderClassName
{
color: #78158D;
}
.AnyTagClassName
{
color: #78158D;
}
</style>
background-color css
<style>
a { background-color: #78158D; }
a { background-color: rgb(120,21,141); }
div.DivClassName
{
background-color: #78158D;
}
.BgClassName
{
background-color: #78158D;
}
</style>
border-color css
<style>
span { border-color: #78158D; }
span { border-color: rgb(120,21,141); }
td.TdClassName
{
border-color: #78158D;
}
.TagClassName
{
border-color: #78158D;
}
</style>