Shades of Flirt #78294C
Tints of Flirt #78294C
RGB
CMYK
RGB Variations
Color information
#78294C (or 0x78294C) is known color: Flirt. HEX triplet: 78, 29 and 4C. RGB value is (120,41,76). Sum of RGB (Red+Green+Blue) = 120+41+76=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78294C is #87D6B3. Grayscale: #444444. Windows color (decimal): -8902324 or 4991352. OLE color: 4991352.
HSL color Cylindrical-coordinate representation of color #78294C: hue angle of 333.42º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78294C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 76 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.53 |
| HSL | 333.42º | 0.49% | 0.32% | - |
| HSV(B) | 333.42º | 0.66% | 0.47% | - |
| XYZ | 9.84 | 6.1 | 7.5 | - |
| YUV | 68.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 76 | 0 | 0.66 | 0.37 | 0.53 | 333.42 | 0.49 | 0.32 |
| Hex | 78 | 29 | 4C | 0 | 42 | 25 | 35 | 14D | 31 | 20 |
| Octal | 170 | 51 | 114 | 0 | 102 | 45 | 65 | 515 | 61 | 40 |
| Binary | 1111000 | 101001 | 1001100 | 0 | 1000010 | 100101 | 110101 | 101001101 | 110001 | 100000 |
Color Harmonies of #78294C
Complementary color
Monochromatic Colors of #78294C
Black with #78294C
Text Example
Text Example
White with #78294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78294C; }
p { color: rgb(120,41,76); }
H1.HeaderClassName
{
color: #78294C;
}
.AnyTagClassName
{
color: #78294C;
}
</style>
background-color css
<style>
a { background-color: #78294C; }
a { background-color: rgb(120,41,76); }
div.DivClassName
{
background-color: #78294C;
}
.BgClassName
{
background-color: #78294C;
}
</style>
border-color css
<style>
span { border-color: #78294C; }
span { border-color: rgb(120,41,76); }
td.TdClassName
{
border-color: #78294C;
}
.TagClassName
{
border-color: #78294C;
}
</style>