Shades of Flirt #782A5A
Tints of Flirt #782A5A
RGB
CMYK
RGB Variations
Color information
#782A5A (or 0x782A5A) is known color: Flirt. HEX triplet: 78, 2A and 5A. RGB value is (120,42,90). Sum of RGB (Red+Green+Blue) = 120+42+90=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #782A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A5A is #87D5A5. Grayscale: #464646. Windows color (decimal): -8902054 or 5909112. OLE color: 5909112.
HSL color Cylindrical-coordinate representation of color #782A5A: hue angle of 323.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A5A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 90 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.53 |
| HSL | 323.08º | 0.48% | 0.32% | - |
| HSV(B) | 323.08º | 0.65% | 0.47% | - |
| XYZ | 10.42 | 6.39 | 10.36 | - |
| YUV | 70.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 90 | 0 | 0.65 | 0.25 | 0.53 | 323.08 | 0.48 | 0.32 |
| Hex | 78 | 2A | 5A | 0 | 41 | 19 | 35 | 143 | 30 | 20 |
| Octal | 170 | 52 | 132 | 0 | 101 | 31 | 65 | 503 | 60 | 40 |
| Binary | 1111000 | 101010 | 1011010 | 0 | 1000001 | 11001 | 110101 | 101000011 | 110000 | 100000 |
Color Harmonies of #782A5A
Complementary color
Monochromatic Colors of #782A5A
Black with #782A5A
Text Example
Text Example
White with #782A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A5A; }
p { color: rgb(120,42,90); }
H1.HeaderClassName
{
color: #782A5A;
}
.AnyTagClassName
{
color: #782A5A;
}
</style>
background-color css
<style>
a { background-color: #782A5A; }
a { background-color: rgb(120,42,90); }
div.DivClassName
{
background-color: #782A5A;
}
.BgClassName
{
background-color: #782A5A;
}
</style>
border-color css
<style>
span { border-color: #782A5A; }
span { border-color: rgb(120,42,90); }
td.TdClassName
{
border-color: #782A5A;
}
.TagClassName
{
border-color: #782A5A;
}
</style>