Shades of Flirt #7B1E53
Tints of Flirt #7B1E53
RGB
CMYK
RGB Variations
Color information
#7B1E53 (or 0x7B1E53) is known color: Flirt. HEX triplet: 7B, 1E and 53. RGB value is (123,30,83). Sum of RGB (Red+Green+Blue) = 123+30+83=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1E53 is #84E1AC. Grayscale: #3F3F3F. Windows color (decimal): -8708525 or 5447291. OLE color: 5447291.
HSL color Cylindrical-coordinate representation of color #7B1E53: hue angle of 325.81º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1E53 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 30 | 83 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.52 |
| HSL | 325.81º | 0.61% | 0.3% | - |
| HSV(B) | 325.81º | 0.76% | 0.48% | - |
| XYZ | 10.19 | 5.76 | 8.76 | - |
| YUV | 63.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 30 | 83 | 0 | 0.76 | 0.33 | 0.52 | 325.81 | 0.61 | 0.3 |
| Hex | 7B | 1E | 53 | 0 | 4C | 21 | 34 | 146 | 3D | 1E |
| Octal | 173 | 36 | 123 | 0 | 114 | 41 | 64 | 506 | 75 | 36 |
| Binary | 1111011 | 11110 | 1010011 | 0 | 1001100 | 100001 | 110100 | 101000110 | 111101 | 11110 |
Color Harmonies of #7B1E53
Complementary color
Monochromatic Colors of #7B1E53
Black with #7B1E53
Text Example
Text Example
White with #7B1E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1E53; }
p { color: rgb(123,30,83); }
H1.HeaderClassName
{
color: #7B1E53;
}
.AnyTagClassName
{
color: #7B1E53;
}
</style>
background-color css
<style>
a { background-color: #7B1E53; }
a { background-color: rgb(123,30,83); }
div.DivClassName
{
background-color: #7B1E53;
}
.BgClassName
{
background-color: #7B1E53;
}
</style>
border-color css
<style>
span { border-color: #7B1E53; }
span { border-color: rgb(123,30,83); }
td.TdClassName
{
border-color: #7B1E53;
}
.TagClassName
{
border-color: #7B1E53;
}
</style>