Shades of Flirt #78255A
Tints of Flirt #78255A
RGB
CMYK
RGB Variations
Color information
#78255A (or 0x78255A) is known color: Flirt. HEX triplet: 78, 25 and 5A. RGB value is (120,37,90). Sum of RGB (Red+Green+Blue) = 120+37+90=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255A is #87DAA5. Grayscale: #434343. Windows color (decimal): -8903334 or 5907832. OLE color: 5907832.
HSL color Cylindrical-coordinate representation of color #78255A: hue angle of 321.69º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78255A is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 90 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.53 |
| HSL | 321.69º | 0.53% | 0.31% | - |
| HSV(B) | 321.69º | 0.69% | 0.47% | - |
| XYZ | 10.25 | 6.05 | 10.3 | - |
| YUV | 67.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 90 | 0 | 0.69 | 0.25 | 0.53 | 321.69 | 0.53 | 0.31 |
| Hex | 78 | 25 | 5A | 0 | 45 | 19 | 35 | 142 | 35 | 1F |
| Octal | 170 | 45 | 132 | 0 | 105 | 31 | 65 | 502 | 65 | 37 |
| Binary | 1111000 | 100101 | 1011010 | 0 | 1000101 | 11001 | 110101 | 101000010 | 110101 | 11111 |
Color Harmonies of #78255A
Complementary color
Monochromatic Colors of #78255A
Black with #78255A
Text Example
Text Example
White with #78255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78255A; }
p { color: rgb(120,37,90); }
H1.HeaderClassName
{
color: #78255A;
}
.AnyTagClassName
{
color: #78255A;
}
</style>
background-color css
<style>
a { background-color: #78255A; }
a { background-color: rgb(120,37,90); }
div.DivClassName
{
background-color: #78255A;
}
.BgClassName
{
background-color: #78255A;
}
</style>
border-color css
<style>
span { border-color: #78255A; }
span { border-color: rgb(120,37,90); }
td.TdClassName
{
border-color: #78255A;
}
.TagClassName
{
border-color: #78255A;
}
</style>