Shades of Flirt #78334E
Tints of Flirt #78334E
RGB
CMYK
RGB Variations
Color information
#78334E (or 0x78334E) is known color: Flirt. HEX triplet: 78, 33 and 4E. RGB value is (120,51,78). Sum of RGB (Red+Green+Blue) = 120+51+78=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78334E is #87CCB1. Grayscale: #4A4A4A. Windows color (decimal): -8899762 or 5124984. OLE color: 5124984.
HSL color Cylindrical-coordinate representation of color #78334E: hue angle of 336.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78334E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 78 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.53 |
| HSL | 336.52º | 0.4% | 0.34% | - |
| HSV(B) | 336.52º | 0.58% | 0.47% | - |
| XYZ | 10.3 | 6.91 | 8 | - |
| YUV | 74.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 78 | 0 | 0.58 | 0.35 | 0.53 | 336.52 | 0.4 | 0.34 |
| Hex | 78 | 33 | 4E | 0 | 3A | 23 | 35 | 151 | 28 | 22 |
| Octal | 170 | 63 | 116 | 0 | 72 | 43 | 65 | 521 | 50 | 42 |
| Binary | 1111000 | 110011 | 1001110 | 0 | 111010 | 100011 | 110101 | 101010001 | 101000 | 100010 |
Color Harmonies of #78334E
Complementary color
Monochromatic Colors of #78334E
Black with #78334E
Text Example
Text Example
White with #78334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78334E; }
p { color: rgb(120,51,78); }
H1.HeaderClassName
{
color: #78334E;
}
.AnyTagClassName
{
color: #78334E;
}
</style>
background-color css
<style>
a { background-color: #78334E; }
a { background-color: rgb(120,51,78); }
div.DivClassName
{
background-color: #78334E;
}
.BgClassName
{
background-color: #78334E;
}
</style>
border-color css
<style>
span { border-color: #78334E; }
span { border-color: rgb(120,51,78); }
td.TdClassName
{
border-color: #78334E;
}
.TagClassName
{
border-color: #78334E;
}
</style>