Shades of Purple #78178D
Tints of Purple #78178D
RGB
CMYK
RGB Variations
Color information
#78178D (or 0x78178D) is known color: Purple. HEX triplet: 78, 17 and 8D. RGB value is (120,23,141). Sum of RGB (Red+Green+Blue) = 120+23+141=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #78178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78178D is #87E872. Grayscale: #414141. Windows color (decimal): -8906867 or 9246584. OLE color: 9246584.
HSL color Cylindrical-coordinate representation of color #78178D: hue angle of 289.32º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78178D is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 23 | 141 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.45 |
| HSL | 289.32º | 0.72% | 0.32% | - |
| HSV(B) | 289.32º | 0.84% | 0.55% | - |
| XYZ | 12.86 | 6.53 | 25.78 | - |
| YUV | 65.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 141 | 0.15 | 0.84 | 0 | 0.45 | 289.32 | 0.72 | 0.32 |
| Hex | 78 | 17 | 8D | F | 54 | 0 | 2D | 121 | 48 | 20 |
| Octal | 170 | 27 | 215 | 17 | 124 | 0 | 55 | 441 | 110 | 40 |
| Binary | 1111000 | 10111 | 10001101 | 1111 | 1010100 | 0 | 101101 | 100100001 | 1001000 | 100000 |
Color Harmonies of #78178D
Complementary color
Monochromatic Colors of #78178D
Black with #78178D
Text Example
Text Example
White with #78178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78178D; }
p { color: rgb(120,23,141); }
H1.HeaderClassName
{
color: #78178D;
}
.AnyTagClassName
{
color: #78178D;
}
</style>
background-color css
<style>
a { background-color: #78178D; }
a { background-color: rgb(120,23,141); }
div.DivClassName
{
background-color: #78178D;
}
.BgClassName
{
background-color: #78178D;
}
</style>
border-color css
<style>
span { border-color: #78178D; }
span { border-color: rgb(120,23,141); }
td.TdClassName
{
border-color: #78178D;
}
.TagClassName
{
border-color: #78178D;
}
</style>