Shades of Flirt #78275A
Tints of Flirt #78275A
RGB
CMYK
RGB Variations
Color information
#78275A (or 0x78275A) is known color: Flirt. HEX triplet: 78, 27 and 5A. RGB value is (120,39,90). Sum of RGB (Red+Green+Blue) = 120+39+90=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78275A is #87D8A5. Grayscale: #444444. Windows color (decimal): -8902822 or 5908344. OLE color: 5908344.
HSL color Cylindrical-coordinate representation of color #78275A: hue angle of 322.22º degrees, saturation: 0.51, 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 #78275A is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 90 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.53 |
| HSL | 322.22º | 0.51% | 0.31% | - |
| HSV(B) | 322.22º | 0.68% | 0.47% | - |
| XYZ | 10.32 | 6.18 | 10.32 | - |
| YUV | 69.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 90 | 0 | 0.67 | 0.25 | 0.53 | 322.22 | 0.51 | 0.31 |
| Hex | 78 | 27 | 5A | 0 | 43 | 19 | 35 | 142 | 33 | 1F |
| Octal | 170 | 47 | 132 | 0 | 103 | 31 | 65 | 502 | 63 | 37 |
| Binary | 1111000 | 100111 | 1011010 | 0 | 1000011 | 11001 | 110101 | 101000010 | 110011 | 11111 |
Color Harmonies of #78275A
Complementary color
Monochromatic Colors of #78275A
Black with #78275A
Text Example
Text Example
White with #78275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78275A; }
p { color: rgb(120,39,90); }
H1.HeaderClassName
{
color: #78275A;
}
.AnyTagClassName
{
color: #78275A;
}
</style>
background-color css
<style>
a { background-color: #78275A; }
a { background-color: rgb(120,39,90); }
div.DivClassName
{
background-color: #78275A;
}
.BgClassName
{
background-color: #78275A;
}
</style>
border-color css
<style>
span { border-color: #78275A; }
span { border-color: rgb(120,39,90); }
td.TdClassName
{
border-color: #78275A;
}
.TagClassName
{
border-color: #78275A;
}
</style>