Shades of Flirt #7E375D
Tints of Flirt #7E375D
RGB
CMYK
RGB Variations
Color information
#7E375D (or 0x7E375D) is known color: Flirt. HEX triplet: 7E, 37 and 5D. RGB value is (126,55,93). Sum of RGB (Red+Green+Blue) = 126+55+93=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E375D is #81C8A2. Grayscale: #505050. Windows color (decimal): -8505507 or 6109054. OLE color: 6109054.
HSL color Cylindrical-coordinate representation of color #7E375D: hue angle of 327.89º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E375D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 93 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.51 |
| HSL | 327.89º | 0.39% | 0.35% | - |
| HSV(B) | 327.89º | 0.56% | 0.49% | - |
| XYZ | 11.95 | 7.96 | 11.26 | - |
| YUV | 80.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 93 | 0 | 0.56 | 0.26 | 0.51 | 327.89 | 0.39 | 0.35 |
| Hex | 7E | 37 | 5D | 0 | 38 | 1A | 33 | 148 | 27 | 23 |
| Octal | 176 | 67 | 135 | 0 | 70 | 32 | 63 | 510 | 47 | 43 |
| Binary | 1111110 | 110111 | 1011101 | 0 | 111000 | 11010 | 110011 | 101001000 | 100111 | 100011 |
Color Harmonies of #7E375D
Complementary color
Monochromatic Colors of #7E375D
Black with #7E375D
Text Example
Text Example
White with #7E375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E375D; }
p { color: rgb(126,55,93); }
H1.HeaderClassName
{
color: #7E375D;
}
.AnyTagClassName
{
color: #7E375D;
}
</style>
background-color css
<style>
a { background-color: #7E375D; }
a { background-color: rgb(126,55,93); }
div.DivClassName
{
background-color: #7E375D;
}
.BgClassName
{
background-color: #7E375D;
}
</style>
border-color css
<style>
span { border-color: #7E375D; }
span { border-color: rgb(126,55,93); }
td.TdClassName
{
border-color: #7E375D;
}
.TagClassName
{
border-color: #7E375D;
}
</style>