Shades of Flirt #78305E
Tints of Flirt #78305E
RGB
CMYK
RGB Variations
Color information
#78305E (or 0x78305E) is known color: Flirt. HEX triplet: 78, 30 and 5E. RGB value is (120,48,94). Sum of RGB (Red+Green+Blue) = 120+48+94=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78305E is #87CFA1. Grayscale: #4A4A4A. Windows color (decimal): -8900514 or 6172792. OLE color: 6172792.
HSL color Cylindrical-coordinate representation of color #78305E: hue angle of 321.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 #78305E is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 94 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.53 |
| HSL | 321.67º | 0.43% | 0.33% | - |
| HSV(B) | 321.67º | 0.6% | 0.47% | - |
| XYZ | 10.82 | 6.92 | 11.35 | - |
| YUV | 74.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 94 | 0 | 0.60 | 0.22 | 0.53 | 321.67 | 0.43 | 0.33 |
| Hex | 78 | 30 | 5E | 0 | 3C | 16 | 35 | 142 | 2B | 21 |
| Octal | 170 | 60 | 136 | 0 | 74 | 26 | 65 | 502 | 53 | 41 |
| Binary | 1111000 | 110000 | 1011110 | 0 | 111100 | 10110 | 110101 | 101000010 | 101011 | 100001 |
Color Harmonies of #78305E
Complementary color
Monochromatic Colors of #78305E
Black with #78305E
Text Example
Text Example
White with #78305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78305E; }
p { color: rgb(120,48,94); }
H1.HeaderClassName
{
color: #78305E;
}
.AnyTagClassName
{
color: #78305E;
}
</style>
background-color css
<style>
a { background-color: #78305E; }
a { background-color: rgb(120,48,94); }
div.DivClassName
{
background-color: #78305E;
}
.BgClassName
{
background-color: #78305E;
}
</style>
border-color css
<style>
span { border-color: #78305E; }
span { border-color: rgb(120,48,94); }
td.TdClassName
{
border-color: #78305E;
}
.TagClassName
{
border-color: #78305E;
}
</style>