Shades of Flirt #7E305E
Tints of Flirt #7E305E
RGB
CMYK
RGB Variations
Color information
#7E305E (or 0x7E305E) is known color: Flirt. HEX triplet: 7E, 30 and 5E. RGB value is (126,48,94). Sum of RGB (Red+Green+Blue) = 126+48+94=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E305E is #81CFA1. Grayscale: #4C4C4C. Windows color (decimal): -8507298 or 6172798. OLE color: 6172798.
HSL color Cylindrical-coordinate representation of color #7E305E: hue angle of 324.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E305E is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 48 | 94 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.51 |
| HSL | 324.62º | 0.45% | 0.34% | - |
| HSV(B) | 324.62º | 0.62% | 0.49% | - |
| XYZ | 11.68 | 7.36 | 11.39 | - |
| YUV | 76.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 94 | 0 | 0.62 | 0.25 | 0.51 | 324.62 | 0.45 | 0.34 |
| Hex | 7E | 30 | 5E | 0 | 3E | 19 | 33 | 145 | 2D | 22 |
| Octal | 176 | 60 | 136 | 0 | 76 | 31 | 63 | 505 | 55 | 42 |
| Binary | 1111110 | 110000 | 1011110 | 0 | 111110 | 11001 | 110011 | 101000101 | 101101 | 100010 |
Color Harmonies of #7E305E
Complementary color
Monochromatic Colors of #7E305E
Black with #7E305E
Text Example
Text Example
White with #7E305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E305E; }
p { color: rgb(126,48,94); }
H1.HeaderClassName
{
color: #7E305E;
}
.AnyTagClassName
{
color: #7E305E;
}
</style>
background-color css
<style>
a { background-color: #7E305E; }
a { background-color: rgb(126,48,94); }
div.DivClassName
{
background-color: #7E305E;
}
.BgClassName
{
background-color: #7E305E;
}
</style>
border-color css
<style>
span { border-color: #7E305E; }
span { border-color: rgb(126,48,94); }
td.TdClassName
{
border-color: #7E305E;
}
.TagClassName
{
border-color: #7E305E;
}
</style>