Shades of Flirt #782D58
Tints of Flirt #782D58
RGB
CMYK
RGB Variations
Color information
#782D58 (or 0x782D58) is known color: Flirt. HEX triplet: 78, 2D and 58. RGB value is (120,45,88). Sum of RGB (Red+Green+Blue) = 120+45+88=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D58 is #87D2A7. Grayscale: #484848. Windows color (decimal): -8901288 or 5778808. OLE color: 5778808.
HSL color Cylindrical-coordinate representation of color #782D58: hue angle of 325.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 #782D58 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 88 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.53 |
| HSL | 325.6º | 0.45% | 0.32% | - |
| HSV(B) | 325.6º | 0.63% | 0.47% | - |
| XYZ | 10.45 | 6.57 | 9.95 | - |
| YUV | 72.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 88 | 0 | 0.63 | 0.27 | 0.53 | 325.6 | 0.45 | 0.32 |
| Hex | 78 | 2D | 58 | 0 | 3F | 1B | 35 | 146 | 2D | 20 |
| Octal | 170 | 55 | 130 | 0 | 77 | 33 | 65 | 506 | 55 | 40 |
| Binary | 1111000 | 101101 | 1011000 | 0 | 111111 | 11011 | 110101 | 101000110 | 101101 | 100000 |
Color Harmonies of #782D58
Complementary color
Monochromatic Colors of #782D58
Black with #782D58
Text Example
Text Example
White with #782D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D58; }
p { color: rgb(120,45,88); }
H1.HeaderClassName
{
color: #782D58;
}
.AnyTagClassName
{
color: #782D58;
}
</style>
background-color css
<style>
a { background-color: #782D58; }
a { background-color: rgb(120,45,88); }
div.DivClassName
{
background-color: #782D58;
}
.BgClassName
{
background-color: #782D58;
}
</style>
border-color css
<style>
span { border-color: #782D58; }
span { border-color: rgb(120,45,88); }
td.TdClassName
{
border-color: #782D58;
}
.TagClassName
{
border-color: #782D58;
}
</style>