Shades of Purple #78016C
Tints of Purple #78016C
RGB
CMYK
RGB Variations
Color information
#78016C (or 0x78016C) is known color: Purple. HEX triplet: 78, 01 and 6C. RGB value is (120,1,108). Sum of RGB (Red+Green+Blue) = 120+1+108=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78016C is #87FE93. Grayscale: #303030. Windows color (decimal): -8912532 or 7078264. OLE color: 7078264.
HSL color Cylindrical-coordinate representation of color #78016C: hue angle of 306.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78016C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.53 |
| HSL | 306.05º | 0.98% | 0.24% | - |
| HSV(B) | 306.05º | 0.99% | 0.47% | - |
| XYZ | 10.46 | 5.1 | 14.62 | - |
| YUV | 48.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 108 | 0 | 0.99 | 0.10 | 0.53 | 306.05 | 0.98 | 0.24 |
| Hex | 78 | 1 | 6C | 0 | 63 | A | 35 | 132 | 62 | 18 |
| Octal | 170 | 1 | 154 | 0 | 143 | 12 | 65 | 462 | 142 | 30 |
| Binary | 1111000 | 1 | 1101100 | 0 | 1100011 | 1010 | 110101 | 100110010 | 1100010 | 11000 |
Color Harmonies of #78016C
Complementary color
Monochromatic Colors of #78016C
Black with #78016C
Text Example
Text Example
White with #78016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78016C; }
p { color: rgb(120,1,108); }
H1.HeaderClassName
{
color: #78016C;
}
.AnyTagClassName
{
color: #78016C;
}
</style>
background-color css
<style>
a { background-color: #78016C; }
a { background-color: rgb(120,1,108); }
div.DivClassName
{
background-color: #78016C;
}
.BgClassName
{
background-color: #78016C;
}
</style>
border-color css
<style>
span { border-color: #78016C; }
span { border-color: rgb(120,1,108); }
td.TdClassName
{
border-color: #78016C;
}
.TagClassName
{
border-color: #78016C;
}
</style>