Shades of Flirt #78355D
Tints of Flirt #78355D
RGB
CMYK
RGB Variations
Color information
#78355D (or 0x78355D) is known color: Flirt. HEX triplet: 78, 35 and 5D. RGB value is (120,53,93). Sum of RGB (Red+Green+Blue) = 120+53+93=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78355D is #87CAA2. Grayscale: #4D4D4D. Windows color (decimal): -8899235 or 6108536. OLE color: 6108536.
HSL color Cylindrical-coordinate representation of color #78355D: hue angle of 324.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78355D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 93 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.53 |
| HSL | 324.18º | 0.39% | 0.34% | - |
| HSV(B) | 324.18º | 0.56% | 0.47% | - |
| XYZ | 10.99 | 7.33 | 11.19 | - |
| YUV | 77.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 93 | 0 | 0.56 | 0.22 | 0.53 | 324.18 | 0.39 | 0.34 |
| Hex | 78 | 35 | 5D | 0 | 38 | 16 | 35 | 144 | 27 | 22 |
| Octal | 170 | 65 | 135 | 0 | 70 | 26 | 65 | 504 | 47 | 42 |
| Binary | 1111000 | 110101 | 1011101 | 0 | 111000 | 10110 | 110101 | 101000100 | 100111 | 100010 |
Color Harmonies of #78355D
Complementary color
Monochromatic Colors of #78355D
Black with #78355D
Text Example
Text Example
White with #78355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78355D; }
p { color: rgb(120,53,93); }
H1.HeaderClassName
{
color: #78355D;
}
.AnyTagClassName
{
color: #78355D;
}
</style>
background-color css
<style>
a { background-color: #78355D; }
a { background-color: rgb(120,53,93); }
div.DivClassName
{
background-color: #78355D;
}
.BgClassName
{
background-color: #78355D;
}
</style>
border-color css
<style>
span { border-color: #78355D; }
span { border-color: rgb(120,53,93); }
td.TdClassName
{
border-color: #78355D;
}
.TagClassName
{
border-color: #78355D;
}
</style>