Shades of Purple #78056C
Tints of Purple #78056C
RGB
CMYK
RGB Variations
Color information
#78056C (or 0x78056C) is known color: Purple. HEX triplet: 78, 05 and 6C. RGB value is (120,5,108). Sum of RGB (Red+Green+Blue) = 120+5+108=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056C is #87FA93. Grayscale: #323232. Windows color (decimal): -8911508 or 7079288. OLE color: 7079288.
HSL color Cylindrical-coordinate representation of color #78056C: hue angle of 306.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78056C is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.53 |
| HSL | 306.26º | 0.92% | 0.25% | - |
| HSV(B) | 306.26º | 0.96% | 0.47% | - |
| XYZ | 10.51 | 5.18 | 14.63 | - |
| YUV | 51.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 108 | 0 | 0.96 | 0.10 | 0.53 | 306.26 | 0.92 | 0.25 |
| Hex | 78 | 5 | 6C | 0 | 60 | A | 35 | 132 | 5C | 19 |
| Octal | 170 | 5 | 154 | 0 | 140 | 12 | 65 | 462 | 134 | 31 |
| Binary | 1111000 | 101 | 1101100 | 0 | 1100000 | 1010 | 110101 | 100110010 | 1011100 | 11001 |
Color Harmonies of #78056C
Complementary color
Monochromatic Colors of #78056C
Black with #78056C
Text Example
Text Example
White with #78056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78056C; }
p { color: rgb(120,5,108); }
H1.HeaderClassName
{
color: #78056C;
}
.AnyTagClassName
{
color: #78056C;
}
</style>
background-color css
<style>
a { background-color: #78056C; }
a { background-color: rgb(120,5,108); }
div.DivClassName
{
background-color: #78056C;
}
.BgClassName
{
background-color: #78056C;
}
</style>
border-color css
<style>
span { border-color: #78056C; }
span { border-color: rgb(120,5,108); }
td.TdClassName
{
border-color: #78056C;
}
.TagClassName
{
border-color: #78056C;
}
</style>