Shades of Flirt #78265A
Tints of Flirt #78265A
RGB
CMYK
RGB Variations
Color information
#78265A (or 0x78265A) is known color: Flirt. HEX triplet: 78, 26 and 5A. RGB value is (120,38,90). Sum of RGB (Red+Green+Blue) = 120+38+90=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78265A is #87D9A5. Grayscale: #444444. Windows color (decimal): -8903078 or 5908088. OLE color: 5908088.
HSL color Cylindrical-coordinate representation of color #78265A: hue angle of 321.95º 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 #78265A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 90 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.53 |
| HSL | 321.95º | 0.52% | 0.31% | - |
| HSV(B) | 321.95º | 0.68% | 0.47% | - |
| XYZ | 10.28 | 6.12 | 10.31 | - |
| YUV | 68.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 90 | 0 | 0.68 | 0.25 | 0.53 | 321.95 | 0.52 | 0.31 |
| Hex | 78 | 26 | 5A | 0 | 44 | 19 | 35 | 142 | 34 | 1F |
| Octal | 170 | 46 | 132 | 0 | 104 | 31 | 65 | 502 | 64 | 37 |
| Binary | 1111000 | 100110 | 1011010 | 0 | 1000100 | 11001 | 110101 | 101000010 | 110100 | 11111 |
Color Harmonies of #78265A
Complementary color
Monochromatic Colors of #78265A
Black with #78265A
Text Example
Text Example
White with #78265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78265A; }
p { color: rgb(120,38,90); }
H1.HeaderClassName
{
color: #78265A;
}
.AnyTagClassName
{
color: #78265A;
}
</style>
background-color css
<style>
a { background-color: #78265A; }
a { background-color: rgb(120,38,90); }
div.DivClassName
{
background-color: #78265A;
}
.BgClassName
{
background-color: #78265A;
}
</style>
border-color css
<style>
span { border-color: #78265A; }
span { border-color: rgb(120,38,90); }
td.TdClassName
{
border-color: #78265A;
}
.TagClassName
{
border-color: #78265A;
}
</style>