Shades of Flirt #782F4C
Tints of Flirt #782F4C
RGB
CMYK
RGB Variations
Color information
#782F4C (or 0x782F4C) is known color: Flirt. HEX triplet: 78, 2F and 4C. RGB value is (120,47,76). Sum of RGB (Red+Green+Blue) = 120+47+76=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #782F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F4C is #87D0B3. Grayscale: #484848. Windows color (decimal): -8900788 or 4992888. OLE color: 4992888.
HSL color Cylindrical-coordinate representation of color #782F4C: hue angle of 336.16º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #782F4C is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 76 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.53 |
| HSL | 336.16º | 0.44% | 0.33% | - |
| HSV(B) | 336.16º | 0.61% | 0.47% | - |
| XYZ | 10.07 | 6.55 | 7.57 | - |
| YUV | 72.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 76 | 0 | 0.61 | 0.37 | 0.53 | 336.16 | 0.44 | 0.33 |
| Hex | 78 | 2F | 4C | 0 | 3D | 25 | 35 | 150 | 2C | 21 |
| Octal | 170 | 57 | 114 | 0 | 75 | 45 | 65 | 520 | 54 | 41 |
| Binary | 1111000 | 101111 | 1001100 | 0 | 111101 | 100101 | 110101 | 101010000 | 101100 | 100001 |
Color Harmonies of #782F4C
Complementary color
Monochromatic Colors of #782F4C
Black with #782F4C
Text Example
Text Example
White with #782F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F4C; }
p { color: rgb(120,47,76); }
H1.HeaderClassName
{
color: #782F4C;
}
.AnyTagClassName
{
color: #782F4C;
}
</style>
background-color css
<style>
a { background-color: #782F4C; }
a { background-color: rgb(120,47,76); }
div.DivClassName
{
background-color: #782F4C;
}
.BgClassName
{
background-color: #782F4C;
}
</style>
border-color css
<style>
span { border-color: #782F4C; }
span { border-color: rgb(120,47,76); }
td.TdClassName
{
border-color: #782F4C;
}
.TagClassName
{
border-color: #782F4C;
}
</style>