Shades of Flirt #78254E
Tints of Flirt #78254E
RGB
CMYK
RGB Variations
Color information
#78254E (or 0x78254E) is known color: Flirt. HEX triplet: 78, 25 and 4E. RGB value is (120,37,78). Sum of RGB (Red+Green+Blue) = 120+37+78=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78254E is #87DAB1. Grayscale: #424242. Windows color (decimal): -8903346 or 5121400. OLE color: 5121400.
HSL color Cylindrical-coordinate representation of color #78254E: hue angle of 330.36º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78254E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 78 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.53 |
| HSL | 330.36º | 0.53% | 0.31% | - |
| HSV(B) | 330.36º | 0.69% | 0.47% | - |
| XYZ | 9.78 | 5.87 | 7.82 | - |
| YUV | 66.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 78 | 0 | 0.69 | 0.35 | 0.53 | 330.36 | 0.53 | 0.31 |
| Hex | 78 | 25 | 4E | 0 | 45 | 23 | 35 | 14A | 35 | 1F |
| Octal | 170 | 45 | 116 | 0 | 105 | 43 | 65 | 512 | 65 | 37 |
| Binary | 1111000 | 100101 | 1001110 | 0 | 1000101 | 100011 | 110101 | 101001010 | 110101 | 11111 |
Color Harmonies of #78254E
Complementary color
Monochromatic Colors of #78254E
Black with #78254E
Text Example
Text Example
White with #78254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78254E; }
p { color: rgb(120,37,78); }
H1.HeaderClassName
{
color: #78254E;
}
.AnyTagClassName
{
color: #78254E;
}
</style>
background-color css
<style>
a { background-color: #78254E; }
a { background-color: rgb(120,37,78); }
div.DivClassName
{
background-color: #78254E;
}
.BgClassName
{
background-color: #78254E;
}
</style>
border-color css
<style>
span { border-color: #78254E; }
span { border-color: rgb(120,37,78); }
td.TdClassName
{
border-color: #78254E;
}
.TagClassName
{
border-color: #78254E;
}
</style>