Shades of Flirt #782F5C
Tints of Flirt #782F5C
RGB
CMYK
RGB Variations
Color information
#782F5C (or 0x782F5C) is known color: Flirt. HEX triplet: 78, 2F and 5C. RGB value is (120,47,92). Sum of RGB (Red+Green+Blue) = 120+47+92=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #782F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F5C is #87D0A3. Grayscale: #494949. Windows color (decimal): -8900772 or 6041464. OLE color: 6041464.
HSL color Cylindrical-coordinate representation of color #782F5C: hue angle of 323.01º 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 #782F5C is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 92 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.53 |
| HSL | 323.01º | 0.44% | 0.33% | - |
| HSV(B) | 323.01º | 0.61% | 0.47% | - |
| XYZ | 10.69 | 6.8 | 10.87 | - |
| YUV | 73.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 92 | 0 | 0.61 | 0.23 | 0.53 | 323.01 | 0.44 | 0.33 |
| Hex | 78 | 2F | 5C | 0 | 3D | 17 | 35 | 143 | 2C | 21 |
| Octal | 170 | 57 | 134 | 0 | 75 | 27 | 65 | 503 | 54 | 41 |
| Binary | 1111000 | 101111 | 1011100 | 0 | 111101 | 10111 | 110101 | 101000011 | 101100 | 100001 |
Color Harmonies of #782F5C
Complementary color
Monochromatic Colors of #782F5C
Black with #782F5C
Text Example
Text Example
White with #782F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F5C; }
p { color: rgb(120,47,92); }
H1.HeaderClassName
{
color: #782F5C;
}
.AnyTagClassName
{
color: #782F5C;
}
</style>
background-color css
<style>
a { background-color: #782F5C; }
a { background-color: rgb(120,47,92); }
div.DivClassName
{
background-color: #782F5C;
}
.BgClassName
{
background-color: #782F5C;
}
</style>
border-color css
<style>
span { border-color: #782F5C; }
span { border-color: rgb(120,47,92); }
td.TdClassName
{
border-color: #782F5C;
}
.TagClassName
{
border-color: #782F5C;
}
</style>