Shades of Flirt #782D4E
Tints of Flirt #782D4E
RGB
CMYK
RGB Variations
Color information
#782D4E (or 0x782D4E) is known color: Flirt. HEX triplet: 78, 2D and 4E. RGB value is (120,45,78). Sum of RGB (Red+Green+Blue) = 120+45+78=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #782D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D4E is #87D2B1. Grayscale: #474747. Windows color (decimal): -8901298 or 5123448. OLE color: 5123448.
HSL color Cylindrical-coordinate representation of color #782D4E: hue angle of 333.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D4E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 78 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.53 |
| HSL | 333.6º | 0.45% | 0.32% | - |
| HSV(B) | 333.6º | 0.63% | 0.47% | - |
| XYZ | 10.06 | 6.42 | 7.92 | - |
| YUV | 71.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 78 | 0 | 0.63 | 0.35 | 0.53 | 333.6 | 0.45 | 0.32 |
| Hex | 78 | 2D | 4E | 0 | 3F | 23 | 35 | 14E | 2D | 20 |
| Octal | 170 | 55 | 116 | 0 | 77 | 43 | 65 | 516 | 55 | 40 |
| Binary | 1111000 | 101101 | 1001110 | 0 | 111111 | 100011 | 110101 | 101001110 | 101101 | 100000 |
Color Harmonies of #782D4E
Complementary color
Monochromatic Colors of #782D4E
Black with #782D4E
Text Example
Text Example
White with #782D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D4E; }
p { color: rgb(120,45,78); }
H1.HeaderClassName
{
color: #782D4E;
}
.AnyTagClassName
{
color: #782D4E;
}
</style>
background-color css
<style>
a { background-color: #782D4E; }
a { background-color: rgb(120,45,78); }
div.DivClassName
{
background-color: #782D4E;
}
.BgClassName
{
background-color: #782D4E;
}
</style>
border-color css
<style>
span { border-color: #782D4E; }
span { border-color: rgb(120,45,78); }
td.TdClassName
{
border-color: #782D4E;
}
.TagClassName
{
border-color: #782D4E;
}
</style>