Shades of Flirt #782E5D
Tints of Flirt #782E5D
RGB
CMYK
RGB Variations
Color information
#782E5D (or 0x782E5D) is known color: Flirt. HEX triplet: 78, 2E and 5D. RGB value is (120,46,93). Sum of RGB (Red+Green+Blue) = 120+46+93=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #782E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E5D is #87D1A2. Grayscale: #494949. Windows color (decimal): -8901027 or 6106744. OLE color: 6106744.
HSL color Cylindrical-coordinate representation of color #782E5D: hue angle of 321.89º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E5D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 93 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.53 |
| HSL | 321.89º | 0.45% | 0.33% | - |
| HSV(B) | 321.89º | 0.62% | 0.47% | - |
| XYZ | 10.7 | 6.74 | 11.09 | - |
| YUV | 73.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 93 | 0 | 0.62 | 0.22 | 0.53 | 321.89 | 0.45 | 0.33 |
| Hex | 78 | 2E | 5D | 0 | 3E | 16 | 35 | 142 | 2D | 21 |
| Octal | 170 | 56 | 135 | 0 | 76 | 26 | 65 | 502 | 55 | 41 |
| Binary | 1111000 | 101110 | 1011101 | 0 | 111110 | 10110 | 110101 | 101000010 | 101101 | 100001 |
Color Harmonies of #782E5D
Complementary color
Monochromatic Colors of #782E5D
Black with #782E5D
Text Example
Text Example
White with #782E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E5D; }
p { color: rgb(120,46,93); }
H1.HeaderClassName
{
color: #782E5D;
}
.AnyTagClassName
{
color: #782E5D;
}
</style>
background-color css
<style>
a { background-color: #782E5D; }
a { background-color: rgb(120,46,93); }
div.DivClassName
{
background-color: #782E5D;
}
.BgClassName
{
background-color: #782E5D;
}
</style>
border-color css
<style>
span { border-color: #782E5D; }
span { border-color: rgb(120,46,93); }
td.TdClassName
{
border-color: #782E5D;
}
.TagClassName
{
border-color: #782E5D;
}
</style>