Shades of Flirt #78304C
Tints of Flirt #78304C
RGB
CMYK
RGB Variations
Color information
#78304C (or 0x78304C) is known color: Flirt. HEX triplet: 78, 30 and 4C. RGB value is (120,48,76). Sum of RGB (Red+Green+Blue) = 120+48+76=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #78304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78304C is #87CFB3. Grayscale: #484848. Windows color (decimal): -8900532 or 4993144. OLE color: 4993144.
HSL color Cylindrical-coordinate representation of color #78304C: hue angle of 336.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78304C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 76 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.53 |
| HSL | 336.67º | 0.43% | 0.33% | - |
| HSV(B) | 336.67º | 0.6% | 0.47% | - |
| XYZ | 10.11 | 6.63 | 7.58 | - |
| YUV | 72.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 76 | 0 | 0.60 | 0.37 | 0.53 | 336.67 | 0.43 | 0.33 |
| Hex | 78 | 30 | 4C | 0 | 3C | 25 | 35 | 151 | 2B | 21 |
| Octal | 170 | 60 | 114 | 0 | 74 | 45 | 65 | 521 | 53 | 41 |
| Binary | 1111000 | 110000 | 1001100 | 0 | 111100 | 100101 | 110101 | 101010001 | 101011 | 100001 |
Color Harmonies of #78304C
Complementary color
Monochromatic Colors of #78304C
Black with #78304C
Text Example
Text Example
White with #78304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78304C; }
p { color: rgb(120,48,76); }
H1.HeaderClassName
{
color: #78304C;
}
.AnyTagClassName
{
color: #78304C;
}
</style>
background-color css
<style>
a { background-color: #78304C; }
a { background-color: rgb(120,48,76); }
div.DivClassName
{
background-color: #78304C;
}
.BgClassName
{
background-color: #78304C;
}
</style>
border-color css
<style>
span { border-color: #78304C; }
span { border-color: rgb(120,48,76); }
td.TdClassName
{
border-color: #78304C;
}
.TagClassName
{
border-color: #78304C;
}
</style>