Shades of Flirt #78214C
Tints of Flirt #78214C
RGB
CMYK
RGB Variations
Color information
#78214C (or 0x78214C) is known color: Flirt. HEX triplet: 78, 21 and 4C. RGB value is (120,33,76). Sum of RGB (Red+Green+Blue) = 120+33+76=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78214C is #87DEB3. Grayscale: #3F3F3F. Windows color (decimal): -8904372 or 4989304. OLE color: 4989304.
HSL color Cylindrical-coordinate representation of color #78214C: hue angle of 330.34º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78214C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 76 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.53 |
| HSL | 330.34º | 0.57% | 0.3% | - |
| HSV(B) | 330.34º | 0.73% | 0.47% | - |
| XYZ | 9.59 | 5.6 | 7.41 | - |
| YUV | 63.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 76 | 0 | 0.72 | 0.37 | 0.53 | 330.34 | 0.57 | 0.3 |
| Hex | 78 | 21 | 4C | 0 | 48 | 25 | 35 | 14A | 39 | 1E |
| Octal | 170 | 41 | 114 | 0 | 110 | 45 | 65 | 512 | 71 | 36 |
| Binary | 1111000 | 100001 | 1001100 | 0 | 1001000 | 100101 | 110101 | 101001010 | 111001 | 11110 |
Color Harmonies of #78214C
Complementary color
Monochromatic Colors of #78214C
Black with #78214C
Text Example
Text Example
White with #78214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78214C; }
p { color: rgb(120,33,76); }
H1.HeaderClassName
{
color: #78214C;
}
.AnyTagClassName
{
color: #78214C;
}
</style>
background-color css
<style>
a { background-color: #78214C; }
a { background-color: rgb(120,33,76); }
div.DivClassName
{
background-color: #78214C;
}
.BgClassName
{
background-color: #78214C;
}
</style>
border-color css
<style>
span { border-color: #78214C; }
span { border-color: rgb(120,33,76); }
td.TdClassName
{
border-color: #78214C;
}
.TagClassName
{
border-color: #78214C;
}
</style>