Shades of Flirt #7E285C
Tints of Flirt #7E285C
RGB
CMYK
RGB Variations
Color information
#7E285C (or 0x7E285C) is known color: Flirt. HEX triplet: 7E, 28 and 5C. RGB value is (126,40,92). Sum of RGB (Red+Green+Blue) = 126+40+92=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E285C is #81D7A3. Grayscale: #474747. Windows color (decimal): -8509348 or 6039678. OLE color: 6039678.
HSL color Cylindrical-coordinate representation of color #7E285C: hue angle of 323.72º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E285C is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 92 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.51 |
| HSL | 323.72º | 0.52% | 0.33% | - |
| HSV(B) | 323.72º | 0.68% | 0.49% | - |
| XYZ | 11.29 | 6.73 | 10.83 | - |
| YUV | 71.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 92 | 0 | 0.68 | 0.27 | 0.51 | 323.72 | 0.52 | 0.33 |
| Hex | 7E | 28 | 5C | 0 | 44 | 1B | 33 | 144 | 34 | 21 |
| Octal | 176 | 50 | 134 | 0 | 104 | 33 | 63 | 504 | 64 | 41 |
| Binary | 1111110 | 101000 | 1011100 | 0 | 1000100 | 11011 | 110011 | 101000100 | 110100 | 100001 |
Color Harmonies of #7E285C
Complementary color
Monochromatic Colors of #7E285C
Black with #7E285C
Text Example
Text Example
White with #7E285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E285C; }
p { color: rgb(126,40,92); }
H1.HeaderClassName
{
color: #7E285C;
}
.AnyTagClassName
{
color: #7E285C;
}
</style>
background-color css
<style>
a { background-color: #7E285C; }
a { background-color: rgb(126,40,92); }
div.DivClassName
{
background-color: #7E285C;
}
.BgClassName
{
background-color: #7E285C;
}
</style>
border-color css
<style>
span { border-color: #7E285C; }
span { border-color: rgb(126,40,92); }
td.TdClassName
{
border-color: #7E285C;
}
.TagClassName
{
border-color: #7E285C;
}
</style>