Shades of Purple #78107C
Tints of Purple #78107C
RGB
CMYK
RGB Variations
Color information
#78107C (or 0x78107C) is known color: Purple. HEX triplet: 78, 10 and 7C. RGB value is (120,16,124). Sum of RGB (Red+Green+Blue) = 120+16+124=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #78107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78107C is #87EF83. Grayscale: #3B3B3B. Windows color (decimal): -8908676 or 8130680. OLE color: 8130680.
HSL color Cylindrical-coordinate representation of color #78107C: hue angle of 297.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78107C is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 16 | 124 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.51 |
| HSL | 297.78º | 0.77% | 0.27% | - |
| HSV(B) | 297.78º | 0.87% | 0.49% | - |
| XYZ | 11.57 | 5.82 | 19.58 | - |
| YUV | 59.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 124 | 0.03 | 0.87 | 0 | 0.51 | 297.78 | 0.77 | 0.27 |
| Hex | 78 | 10 | 7C | 3 | 57 | 0 | 33 | 12A | 4D | 1B |
| Octal | 170 | 20 | 174 | 3 | 127 | 0 | 63 | 452 | 115 | 33 |
| Binary | 1111000 | 10000 | 1111100 | 11 | 1010111 | 0 | 110011 | 100101010 | 1001101 | 11011 |
Color Harmonies of #78107C
Complementary color
Monochromatic Colors of #78107C
Black with #78107C
Text Example
Text Example
White with #78107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78107C; }
p { color: rgb(120,16,124); }
H1.HeaderClassName
{
color: #78107C;
}
.AnyTagClassName
{
color: #78107C;
}
</style>
background-color css
<style>
a { background-color: #78107C; }
a { background-color: rgb(120,16,124); }
div.DivClassName
{
background-color: #78107C;
}
.BgClassName
{
background-color: #78107C;
}
</style>
border-color css
<style>
span { border-color: #78107C; }
span { border-color: rgb(120,16,124); }
td.TdClassName
{
border-color: #78107C;
}
.TagClassName
{
border-color: #78107C;
}
</style>