Shades of Purple #78037E
Tints of Purple #78037E
RGB
CMYK
RGB Variations
Color information
#78037E (or 0x78037E) is known color: Purple. HEX triplet: 78, 03 and 7E. RGB value is (120,3,126). Sum of RGB (Red+Green+Blue) = 120+3+126=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #78037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78037E is #87FC81. Grayscale: #333333. Windows color (decimal): -8912002 or 8258424. OLE color: 8258424.
HSL color Cylindrical-coordinate representation of color #78037E: hue angle of 297.07º 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 #78037E is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 3 | 126 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.51 |
| HSL | 297.07º | 0.95% | 0.25% | - |
| HSV(B) | 297.07º | 0.98% | 0.49% | - |
| XYZ | 11.54 | 5.56 | 20.2 | - |
| YUV | 52.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 126 | 0.05 | 0.98 | 0 | 0.51 | 297.07 | 0.95 | 0.25 |
| Hex | 78 | 3 | 7E | 5 | 62 | 0 | 33 | 129 | 5F | 19 |
| Octal | 170 | 3 | 176 | 5 | 142 | 0 | 63 | 451 | 137 | 31 |
| Binary | 1111000 | 11 | 1111110 | 101 | 1100010 | 0 | 110011 | 100101001 | 1011111 | 11001 |
Color Harmonies of #78037E
Complementary color
Monochromatic Colors of #78037E
Black with #78037E
Text Example
Text Example
White with #78037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78037E; }
p { color: rgb(120,3,126); }
H1.HeaderClassName
{
color: #78037E;
}
.AnyTagClassName
{
color: #78037E;
}
</style>
background-color css
<style>
a { background-color: #78037E; }
a { background-color: rgb(120,3,126); }
div.DivClassName
{
background-color: #78037E;
}
.BgClassName
{
background-color: #78037E;
}
</style>
border-color css
<style>
span { border-color: #78037E; }
span { border-color: rgb(120,3,126); }
td.TdClassName
{
border-color: #78037E;
}
.TagClassName
{
border-color: #78037E;
}
</style>