Shades of Flirt #78385C
Tints of Flirt #78385C
RGB
CMYK
RGB Variations
Color information
#78385C (or 0x78385C) is known color: Flirt. HEX triplet: 78, 38 and 5C. RGB value is (120,56,92). Sum of RGB (Red+Green+Blue) = 120+56+92=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78385C is #87C7A3. Grayscale: #4F4F4F. Windows color (decimal): -8898468 or 6043768. OLE color: 6043768.
HSL color Cylindrical-coordinate representation of color #78385C: hue angle of 326.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78385C is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 92 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.53 |
| HSL | 326.25º | 0.36% | 0.35% | - |
| HSV(B) | 326.25º | 0.53% | 0.47% | - |
| XYZ | 11.09 | 7.59 | 11.01 | - |
| YUV | 79.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 92 | 0 | 0.53 | 0.23 | 0.53 | 326.25 | 0.36 | 0.35 |
| Hex | 78 | 38 | 5C | 0 | 35 | 17 | 35 | 146 | 24 | 23 |
| Octal | 170 | 70 | 134 | 0 | 65 | 27 | 65 | 506 | 44 | 43 |
| Binary | 1111000 | 111000 | 1011100 | 0 | 110101 | 10111 | 110101 | 101000110 | 100100 | 100011 |
Color Harmonies of #78385C
Complementary color
Monochromatic Colors of #78385C
Black with #78385C
Text Example
Text Example
White with #78385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78385C; }
p { color: rgb(120,56,92); }
H1.HeaderClassName
{
color: #78385C;
}
.AnyTagClassName
{
color: #78385C;
}
</style>
background-color css
<style>
a { background-color: #78385C; }
a { background-color: rgb(120,56,92); }
div.DivClassName
{
background-color: #78385C;
}
.BgClassName
{
background-color: #78385C;
}
</style>
border-color css
<style>
span { border-color: #78385C; }
span { border-color: rgb(120,56,92); }
td.TdClassName
{
border-color: #78385C;
}
.TagClassName
{
border-color: #78385C;
}
</style>