Shades of Purple #78088C
Tints of Purple #78088C
RGB
CMYK
RGB Variations
Color information
#78088C (or 0x78088C) is known color: Purple. HEX triplet: 78, 08 and 8C. RGB value is (120,8,140). Sum of RGB (Red+Green+Blue) = 120+8+140=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #78088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78088C is #87F773. Grayscale: #383838. Windows color (decimal): -8910708 or 9177208. OLE color: 9177208.
HSL color Cylindrical-coordinate representation of color #78088C: hue angle of 290.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78088C is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 8 | 140 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.45 |
| HSL | 290.91º | 0.89% | 0.29% | - |
| HSV(B) | 290.91º | 0.94% | 0.55% | - |
| XYZ | 12.57 | 6.06 | 25.32 | - |
| YUV | 56.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 140 | 0.14 | 0.94 | 0 | 0.45 | 290.91 | 0.89 | 0.29 |
| Hex | 78 | 8 | 8C | E | 5E | 0 | 2D | 123 | 59 | 1D |
| Octal | 170 | 10 | 214 | 16 | 136 | 0 | 55 | 443 | 131 | 35 |
| Binary | 1111000 | 1000 | 10001100 | 1110 | 1011110 | 0 | 101101 | 100100011 | 1011001 | 11101 |
Color Harmonies of #78088C
Complementary color
Monochromatic Colors of #78088C
Black with #78088C
Text Example
Text Example
White with #78088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78088C; }
p { color: rgb(120,8,140); }
H1.HeaderClassName
{
color: #78088C;
}
.AnyTagClassName
{
color: #78088C;
}
</style>
background-color css
<style>
a { background-color: #78088C; }
a { background-color: rgb(120,8,140); }
div.DivClassName
{
background-color: #78088C;
}
.BgClassName
{
background-color: #78088C;
}
</style>
border-color css
<style>
span { border-color: #78088C; }
span { border-color: rgb(120,8,140); }
td.TdClassName
{
border-color: #78088C;
}
.TagClassName
{
border-color: #78088C;
}
</style>