Shades of Purple #78086C
Tints of Purple #78086C
RGB
CMYK
RGB Variations
Color information
#78086C (or 0x78086C) is known color: Purple. HEX triplet: 78, 08 and 6C. RGB value is (120,8,108). Sum of RGB (Red+Green+Blue) = 120+8+108=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78086C is #87F793. Grayscale: #343434. Windows color (decimal): -8910740 or 7080056. OLE color: 7080056.
HSL color Cylindrical-coordinate representation of color #78086C: hue angle of 306.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78086C is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 108 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.53 |
| HSL | 306.43º | 0.88% | 0.25% | - |
| HSV(B) | 306.43º | 0.93% | 0.47% | - |
| XYZ | 10.54 | 5.25 | 14.65 | - |
| YUV | 52.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 108 | 0 | 0.93 | 0.10 | 0.53 | 306.43 | 0.88 | 0.25 |
| Hex | 78 | 8 | 6C | 0 | 5D | A | 35 | 132 | 58 | 19 |
| Octal | 170 | 10 | 154 | 0 | 135 | 12 | 65 | 462 | 130 | 31 |
| Binary | 1111000 | 1000 | 1101100 | 0 | 1011101 | 1010 | 110101 | 100110010 | 1011000 | 11001 |
Color Harmonies of #78086C
Complementary color
Monochromatic Colors of #78086C
Black with #78086C
Text Example
Text Example
White with #78086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78086C; }
p { color: rgb(120,8,108); }
H1.HeaderClassName
{
color: #78086C;
}
.AnyTagClassName
{
color: #78086C;
}
</style>
background-color css
<style>
a { background-color: #78086C; }
a { background-color: rgb(120,8,108); }
div.DivClassName
{
background-color: #78086C;
}
.BgClassName
{
background-color: #78086C;
}
</style>
border-color css
<style>
span { border-color: #78086C; }
span { border-color: rgb(120,8,108); }
td.TdClassName
{
border-color: #78086C;
}
.TagClassName
{
border-color: #78086C;
}
</style>