Shades of Purple #78037C
Tints of Purple #78037C
RGB
CMYK
RGB Variations
Color information
#78037C (or 0x78037C) is known color: Purple. HEX triplet: 78, 03 and 7C. RGB value is (120,3,124). Sum of RGB (Red+Green+Blue) = 120+3+124=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #78037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78037C is #87FC83. Grayscale: #333333. Windows color (decimal): -8912004 or 8127352. OLE color: 8127352.
HSL color Cylindrical-coordinate representation of color #78037C: hue angle of 298.02º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78037C is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 3 | 124 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.51 |
| HSL | 298.02º | 0.95% | 0.25% | - |
| HSV(B) | 298.02º | 0.98% | 0.49% | - |
| XYZ | 11.42 | 5.51 | 19.53 | - |
| YUV | 51.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 124 | 0.03 | 0.98 | 0 | 0.51 | 298.02 | 0.95 | 0.25 |
| Hex | 78 | 3 | 7C | 3 | 62 | 0 | 33 | 12A | 5F | 19 |
| Octal | 170 | 3 | 174 | 3 | 142 | 0 | 63 | 452 | 137 | 31 |
| Binary | 1111000 | 11 | 1111100 | 11 | 1100010 | 0 | 110011 | 100101010 | 1011111 | 11001 |
Color Harmonies of #78037C
Complementary color
Monochromatic Colors of #78037C
Black with #78037C
Text Example
Text Example
White with #78037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78037C; }
p { color: rgb(120,3,124); }
H1.HeaderClassName
{
color: #78037C;
}
.AnyTagClassName
{
color: #78037C;
}
</style>
background-color css
<style>
a { background-color: #78037C; }
a { background-color: rgb(120,3,124); }
div.DivClassName
{
background-color: #78037C;
}
.BgClassName
{
background-color: #78037C;
}
</style>
border-color css
<style>
span { border-color: #78037C; }
span { border-color: rgb(120,3,124); }
td.TdClassName
{
border-color: #78037C;
}
.TagClassName
{
border-color: #78037C;
}
</style>