Shades of Flirt #78335F
Tints of Flirt #78335F
RGB
CMYK
RGB Variations
Color information
#78335F (or 0x78335F) is known color: Flirt. HEX triplet: 78, 33 and 5F. RGB value is (120,51,95). Sum of RGB (Red+Green+Blue) = 120+51+95=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78335F is #87CCA0. Grayscale: #4C4C4C. Windows color (decimal): -8899745 or 6239096. OLE color: 6239096.
HSL color Cylindrical-coordinate representation of color #78335F: hue angle of 321.74º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78335F is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 95 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.53 |
| HSL | 321.74º | 0.4% | 0.34% | - |
| HSV(B) | 321.74º | 0.58% | 0.47% | - |
| XYZ | 11 | 7.19 | 11.63 | - |
| YUV | 76.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 95 | 0 | 0.58 | 0.21 | 0.53 | 321.74 | 0.4 | 0.34 |
| Hex | 78 | 33 | 5F | 0 | 3A | 15 | 35 | 142 | 28 | 22 |
| Octal | 170 | 63 | 137 | 0 | 72 | 25 | 65 | 502 | 50 | 42 |
| Binary | 1111000 | 110011 | 1011111 | 0 | 111010 | 10101 | 110101 | 101000010 | 101000 | 100010 |
Color Harmonies of #78335F
Complementary color
Monochromatic Colors of #78335F
Black with #78335F
Text Example
Text Example
White with #78335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78335F; }
p { color: rgb(120,51,95); }
H1.HeaderClassName
{
color: #78335F;
}
.AnyTagClassName
{
color: #78335F;
}
</style>
background-color css
<style>
a { background-color: #78335F; }
a { background-color: rgb(120,51,95); }
div.DivClassName
{
background-color: #78335F;
}
.BgClassName
{
background-color: #78335F;
}
</style>
border-color css
<style>
span { border-color: #78335F; }
span { border-color: rgb(120,51,95); }
td.TdClassName
{
border-color: #78335F;
}
.TagClassName
{
border-color: #78335F;
}
</style>