Shades of Flirt #7E255D
Tints of Flirt #7E255D
RGB
CMYK
RGB Variations
Color information
#7E255D (or 0x7E255D) is known color: Flirt. HEX triplet: 7E, 25 and 5D. RGB value is (126,37,93). Sum of RGB (Red+Green+Blue) = 126+37+93=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E255D is #81DAA2. Grayscale: #454545. Windows color (decimal): -8510115 or 6104446. OLE color: 6104446.
HSL color Cylindrical-coordinate representation of color #7E255D: hue angle of 322.25º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E255D is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 93 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.51 |
| HSL | 322.25º | 0.55% | 0.32% | - |
| HSV(B) | 322.25º | 0.71% | 0.49% | - |
| XYZ | 11.24 | 6.55 | 11.03 | - |
| YUV | 70 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 93 | 0 | 0.71 | 0.26 | 0.51 | 322.25 | 0.55 | 0.32 |
| Hex | 7E | 25 | 5D | 0 | 47 | 1A | 33 | 142 | 37 | 20 |
| Octal | 176 | 45 | 135 | 0 | 107 | 32 | 63 | 502 | 67 | 40 |
| Binary | 1111110 | 100101 | 1011101 | 0 | 1000111 | 11010 | 110011 | 101000010 | 110111 | 100000 |
Color Harmonies of #7E255D
Complementary color
Monochromatic Colors of #7E255D
Black with #7E255D
Text Example
Text Example
White with #7E255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E255D; }
p { color: rgb(126,37,93); }
H1.HeaderClassName
{
color: #7E255D;
}
.AnyTagClassName
{
color: #7E255D;
}
</style>
background-color css
<style>
a { background-color: #7E255D; }
a { background-color: rgb(126,37,93); }
div.DivClassName
{
background-color: #7E255D;
}
.BgClassName
{
background-color: #7E255D;
}
</style>
border-color css
<style>
span { border-color: #7E255D; }
span { border-color: rgb(126,37,93); }
td.TdClassName
{
border-color: #7E255D;
}
.TagClassName
{
border-color: #7E255D;
}
</style>