Shades of Flirt #78305A
Tints of Flirt #78305A
RGB
CMYK
RGB Variations
Color information
#78305A (or 0x78305A) is known color: Flirt. HEX triplet: 78, 30 and 5A. RGB value is (120,48,90). Sum of RGB (Red+Green+Blue) = 120+48+90=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #78305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78305A is #87CFA5. Grayscale: #4A4A4A. Windows color (decimal): -8900518 or 5910648. OLE color: 5910648.
HSL color Cylindrical-coordinate representation of color #78305A: hue angle of 325º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78305A is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 90 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.53 |
| HSL | 325º | 0.43% | 0.33% | - |
| HSV(B) | 325º | 0.6% | 0.47% | - |
| XYZ | 10.65 | 6.85 | 10.43 | - |
| YUV | 74.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 90 | 0 | 0.60 | 0.25 | 0.53 | 325 | 0.43 | 0.33 |
| Hex | 78 | 30 | 5A | 0 | 3C | 19 | 35 | 145 | 2B | 21 |
| Octal | 170 | 60 | 132 | 0 | 74 | 31 | 65 | 505 | 53 | 41 |
| Binary | 1111000 | 110000 | 1011010 | 0 | 111100 | 11001 | 110101 | 101000101 | 101011 | 100001 |
Color Harmonies of #78305A
Complementary color
Monochromatic Colors of #78305A
Black with #78305A
Text Example
Text Example
White with #78305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78305A; }
p { color: rgb(120,48,90); }
H1.HeaderClassName
{
color: #78305A;
}
.AnyTagClassName
{
color: #78305A;
}
</style>
background-color css
<style>
a { background-color: #78305A; }
a { background-color: rgb(120,48,90); }
div.DivClassName
{
background-color: #78305A;
}
.BgClassName
{
background-color: #78305A;
}
</style>
border-color css
<style>
span { border-color: #78305A; }
span { border-color: rgb(120,48,90); }
td.TdClassName
{
border-color: #78305A;
}
.TagClassName
{
border-color: #78305A;
}
</style>