Shades of Flirt #78264C
Tints of Flirt #78264C
RGB
CMYK
RGB Variations
Color information
#78264C (or 0x78264C) is known color: Flirt. HEX triplet: 78, 26 and 4C. RGB value is (120,38,76). Sum of RGB (Red+Green+Blue) = 120+38+76=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78264C is #87D9B3. Grayscale: #424242. Windows color (decimal): -8903092 or 4990584. OLE color: 4990584.
HSL color Cylindrical-coordinate representation of color #78264C: hue angle of 332.2º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78264C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 76 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.53 |
| HSL | 332.2º | 0.52% | 0.31% | - |
| HSV(B) | 332.2º | 0.68% | 0.47% | - |
| XYZ | 9.74 | 5.9 | 7.46 | - |
| YUV | 66.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 76 | 0 | 0.68 | 0.37 | 0.53 | 332.2 | 0.52 | 0.31 |
| Hex | 78 | 26 | 4C | 0 | 44 | 25 | 35 | 14C | 34 | 1F |
| Octal | 170 | 46 | 114 | 0 | 104 | 45 | 65 | 514 | 64 | 37 |
| Binary | 1111000 | 100110 | 1001100 | 0 | 1000100 | 100101 | 110101 | 101001100 | 110100 | 11111 |
Color Harmonies of #78264C
Complementary color
Monochromatic Colors of #78264C
Black with #78264C
Text Example
Text Example
White with #78264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78264C; }
p { color: rgb(120,38,76); }
H1.HeaderClassName
{
color: #78264C;
}
.AnyTagClassName
{
color: #78264C;
}
</style>
background-color css
<style>
a { background-color: #78264C; }
a { background-color: rgb(120,38,76); }
div.DivClassName
{
background-color: #78264C;
}
.BgClassName
{
background-color: #78264C;
}
</style>
border-color css
<style>
span { border-color: #78264C; }
span { border-color: rgb(120,38,76); }
td.TdClassName
{
border-color: #78264C;
}
.TagClassName
{
border-color: #78264C;
}
</style>