Shades of Flirt #7E335B
Tints of Flirt #7E335B
RGB
CMYK
RGB Variations
Color information
#7E335B (or 0x7E335B) is known color: Flirt. HEX triplet: 7E, 33 and 5B. RGB value is (126,51,91). Sum of RGB (Red+Green+Blue) = 126+51+91=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E335B is #81CCA4. Grayscale: #4D4D4D. Windows color (decimal): -8506533 or 5976958. OLE color: 5976958.
HSL color Cylindrical-coordinate representation of color #7E335B: hue angle of 328º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E335B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 91 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.51 |
| HSL | 328º | 0.42% | 0.35% | - |
| HSV(B) | 328º | 0.6% | 0.49% | - |
| XYZ | 11.68 | 7.56 | 10.74 | - |
| YUV | 77.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 91 | 0 | 0.60 | 0.28 | 0.51 | 328 | 0.42 | 0.35 |
| Hex | 7E | 33 | 5B | 0 | 3C | 1C | 33 | 148 | 2A | 23 |
| Octal | 176 | 63 | 133 | 0 | 74 | 34 | 63 | 510 | 52 | 43 |
| Binary | 1111110 | 110011 | 1011011 | 0 | 111100 | 11100 | 110011 | 101001000 | 101010 | 100011 |
Color Harmonies of #7E335B
Complementary color
Monochromatic Colors of #7E335B
Black with #7E335B
Text Example
Text Example
White with #7E335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E335B; }
p { color: rgb(126,51,91); }
H1.HeaderClassName
{
color: #7E335B;
}
.AnyTagClassName
{
color: #7E335B;
}
</style>
background-color css
<style>
a { background-color: #7E335B; }
a { background-color: rgb(126,51,91); }
div.DivClassName
{
background-color: #7E335B;
}
.BgClassName
{
background-color: #7E335B;
}
</style>
border-color css
<style>
span { border-color: #7E335B; }
span { border-color: rgb(126,51,91); }
td.TdClassName
{
border-color: #7E335B;
}
.TagClassName
{
border-color: #7E335B;
}
</style>