Shades of Purple #78047B
Tints of Purple #78047B
RGB
CMYK
RGB Variations
Color information
#78047B (or 0x78047B) is known color: Purple. HEX triplet: 78, 04 and 7B. RGB value is (120,4,123). Sum of RGB (Red+Green+Blue) = 120+4+123=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #78047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78047B is #87FB84. Grayscale: #333333. Windows color (decimal): -8911749 or 8062072. OLE color: 8062072.
HSL color Cylindrical-coordinate representation of color #78047B: hue angle of 298.49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78047B is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 4 | 123 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.52 |
| HSL | 298.49º | 0.94% | 0.25% | - |
| HSV(B) | 298.49º | 0.97% | 0.48% | - |
| XYZ | 11.36 | 5.51 | 19.2 | - |
| YUV | 52.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 123 | 0.02 | 0.97 | 0 | 0.52 | 298.49 | 0.94 | 0.25 |
| Hex | 78 | 4 | 7B | 2 | 61 | 0 | 34 | 12A | 5E | 19 |
| Octal | 170 | 4 | 173 | 2 | 141 | 0 | 64 | 452 | 136 | 31 |
| Binary | 1111000 | 100 | 1111011 | 10 | 1100001 | 0 | 110100 | 100101010 | 1011110 | 11001 |
Color Harmonies of #78047B
Complementary color
Monochromatic Colors of #78047B
Black with #78047B
Text Example
Text Example
White with #78047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78047B; }
p { color: rgb(120,4,123); }
H1.HeaderClassName
{
color: #78047B;
}
.AnyTagClassName
{
color: #78047B;
}
</style>
background-color css
<style>
a { background-color: #78047B; }
a { background-color: rgb(120,4,123); }
div.DivClassName
{
background-color: #78047B;
}
.BgClassName
{
background-color: #78047B;
}
</style>
border-color css
<style>
span { border-color: #78047B; }
span { border-color: rgb(120,4,123); }
td.TdClassName
{
border-color: #78047B;
}
.TagClassName
{
border-color: #78047B;
}
</style>