Shades of Flirt #7B2D5E
Tints of Flirt #7B2D5E
RGB
CMYK
RGB Variations
Color information
#7B2D5E (or 0x7B2D5E) is known color: Flirt. HEX triplet: 7B, 2D and 5E. RGB value is (123,45,94). Sum of RGB (Red+Green+Blue) = 123+45+94=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2D5E is #84D2A1. Grayscale: #494949. Windows color (decimal): -8704674 or 6172027. OLE color: 6172027.
HSL color Cylindrical-coordinate representation of color #7B2D5E: hue angle of 322.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2D5E is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 94 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.52 |
| HSL | 322.31º | 0.46% | 0.33% | - |
| HSV(B) | 322.31º | 0.63% | 0.48% | - |
| XYZ | 11.13 | 6.9 | 11.33 | - |
| YUV | 73.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 94 | 0 | 0.63 | 0.24 | 0.52 | 322.31 | 0.46 | 0.33 |
| Hex | 7B | 2D | 5E | 0 | 3F | 18 | 34 | 142 | 2E | 21 |
| Octal | 173 | 55 | 136 | 0 | 77 | 30 | 64 | 502 | 56 | 41 |
| Binary | 1111011 | 101101 | 1011110 | 0 | 111111 | 11000 | 110100 | 101000010 | 101110 | 100001 |
Color Harmonies of #7B2D5E
Complementary color
Monochromatic Colors of #7B2D5E
Black with #7B2D5E
Text Example
Text Example
White with #7B2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D5E; }
p { color: rgb(123,45,94); }
H1.HeaderClassName
{
color: #7B2D5E;
}
.AnyTagClassName
{
color: #7B2D5E;
}
</style>
background-color css
<style>
a { background-color: #7B2D5E; }
a { background-color: rgb(123,45,94); }
div.DivClassName
{
background-color: #7B2D5E;
}
.BgClassName
{
background-color: #7B2D5E;
}
</style>
border-color css
<style>
span { border-color: #7B2D5E; }
span { border-color: rgb(123,45,94); }
td.TdClassName
{
border-color: #7B2D5E;
}
.TagClassName
{
border-color: #7B2D5E;
}
</style>