Shades of Purple #78006C
Tints of Purple #78006C
RGB
CMYK
RGB Variations
Color information
#78006C (or 0x78006C) is known color: Purple. HEX triplet: 78, 00 and 6C. RGB value is (120,0,108). Sum of RGB (Red+Green+Blue) = 120+0+108=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78006C is #87FF93. Grayscale: #2F2F2F. Windows color (decimal): -8912788 or 7078008. OLE color: 7078008.
HSL color Cylindrical-coordinate representation of color #78006C: hue angle of 306º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78006C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.10 | 0.53 |
| HSL | 306º | 1% | 0.24% | - |
| HSV(B) | 306º | 1% | 0.47% | - |
| XYZ | 10.45 | 5.08 | 14.62 | - |
| YUV | 48.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 108 | 0 | 1 | 0.10 | 0.53 | 306 | 1 | 0.24 |
| Hex | 78 | 0 | 6C | 0 | 64 | A | 35 | 132 | 64 | 18 |
| Octal | 170 | 0 | 154 | 0 | 144 | 12 | 65 | 462 | 144 | 30 |
| Binary | 1111000 | 0 | 1101100 | 0 | 1100100 | 1010 | 110101 | 100110010 | 1100100 | 11000 |
Color Harmonies of #78006C
Complementary color
Monochromatic Colors of #78006C
Black with #78006C
Text Example
Text Example
White with #78006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78006C; }
p { color: rgb(120,0,108); }
H1.HeaderClassName
{
color: #78006C;
}
.AnyTagClassName
{
color: #78006C;
}
</style>
background-color css
<style>
a { background-color: #78006C; }
a { background-color: rgb(120,0,108); }
div.DivClassName
{
background-color: #78006C;
}
.BgClassName
{
background-color: #78006C;
}
</style>
border-color css
<style>
span { border-color: #78006C; }
span { border-color: rgb(120,0,108); }
td.TdClassName
{
border-color: #78006C;
}
.TagClassName
{
border-color: #78006C;
}
</style>