Shades of Flirt #78355C
Tints of Flirt #78355C
RGB
CMYK
RGB Variations
Color information
#78355C (or 0x78355C) is known color: Flirt. HEX triplet: 78, 35 and 5C. RGB value is (120,53,92). Sum of RGB (Red+Green+Blue) = 120+53+92=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78355C is #87CAA3. Grayscale: #4D4D4D. Windows color (decimal): -8899236 or 6043000. OLE color: 6043000.
HSL color Cylindrical-coordinate representation of color #78355C: hue angle of 325.07º 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 #78355C is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 92 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.53 |
| HSL | 325.07º | 0.39% | 0.34% | - |
| HSV(B) | 325.07º | 0.56% | 0.47% | - |
| XYZ | 10.95 | 7.31 | 10.96 | - |
| YUV | 77.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 92 | 0 | 0.56 | 0.23 | 0.53 | 325.07 | 0.39 | 0.34 |
| Hex | 78 | 35 | 5C | 0 | 38 | 17 | 35 | 145 | 27 | 22 |
| Octal | 170 | 65 | 134 | 0 | 70 | 27 | 65 | 505 | 47 | 42 |
| Binary | 1111000 | 110101 | 1011100 | 0 | 111000 | 10111 | 110101 | 101000101 | 100111 | 100010 |
Color Harmonies of #78355C
Complementary color
Monochromatic Colors of #78355C
Black with #78355C
Text Example
Text Example
White with #78355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78355C; }
p { color: rgb(120,53,92); }
H1.HeaderClassName
{
color: #78355C;
}
.AnyTagClassName
{
color: #78355C;
}
</style>
background-color css
<style>
a { background-color: #78355C; }
a { background-color: rgb(120,53,92); }
div.DivClassName
{
background-color: #78355C;
}
.BgClassName
{
background-color: #78355C;
}
</style>
border-color css
<style>
span { border-color: #78355C; }
span { border-color: rgb(120,53,92); }
td.TdClassName
{
border-color: #78355C;
}
.TagClassName
{
border-color: #78355C;
}
</style>