Shades of Flirt #78274E
Tints of Flirt #78274E
RGB
CMYK
RGB Variations
Color information
#78274E (or 0x78274E) is known color: Flirt. HEX triplet: 78, 27 and 4E. RGB value is (120,39,78). Sum of RGB (Red+Green+Blue) = 120+39+78=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78274E is #87D8B1. Grayscale: #434343. Windows color (decimal): -8902834 or 5121912. OLE color: 5121912.
HSL color Cylindrical-coordinate representation of color #78274E: hue angle of 331.11º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78274E is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 78 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.53 |
| HSL | 331.11º | 0.51% | 0.31% | - |
| HSV(B) | 331.11º | 0.68% | 0.47% | - |
| XYZ | 9.85 | 5.99 | 7.85 | - |
| YUV | 67.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 78 | 0 | 0.67 | 0.35 | 0.53 | 331.11 | 0.51 | 0.31 |
| Hex | 78 | 27 | 4E | 0 | 43 | 23 | 35 | 14B | 33 | 1F |
| Octal | 170 | 47 | 116 | 0 | 103 | 43 | 65 | 513 | 63 | 37 |
| Binary | 1111000 | 100111 | 1001110 | 0 | 1000011 | 100011 | 110101 | 101001011 | 110011 | 11111 |
Color Harmonies of #78274E
Complementary color
Monochromatic Colors of #78274E
Black with #78274E
Text Example
Text Example
White with #78274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78274E; }
p { color: rgb(120,39,78); }
H1.HeaderClassName
{
color: #78274E;
}
.AnyTagClassName
{
color: #78274E;
}
</style>
background-color css
<style>
a { background-color: #78274E; }
a { background-color: rgb(120,39,78); }
div.DivClassName
{
background-color: #78274E;
}
.BgClassName
{
background-color: #78274E;
}
</style>
border-color css
<style>
span { border-color: #78274E; }
span { border-color: rgb(120,39,78); }
td.TdClassName
{
border-color: #78274E;
}
.TagClassName
{
border-color: #78274E;
}
</style>