Shades of Flirt #7B3A5B
Tints of Flirt #7B3A5B
RGB
CMYK
RGB Variations
Color information
#7B3A5B (or 0x7B3A5B) is known color: Flirt. HEX triplet: 7B, 3A and 5B. RGB value is (123,58,91). Sum of RGB (Red+Green+Blue) = 123+58+91=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3A5B is #84C5A4. Grayscale: #515151. Windows color (decimal): -8701349 or 5978747. OLE color: 5978747.
HSL color Cylindrical-coordinate representation of color #7B3A5B: hue angle of 329.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B3A5B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 58 | 91 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.52 |
| HSL | 329.54º | 0.36% | 0.35% | - |
| HSV(B) | 329.54º | 0.53% | 0.48% | - |
| XYZ | 11.57 | 7.99 | 10.83 | - |
| YUV | 81.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 91 | 0 | 0.53 | 0.26 | 0.52 | 329.54 | 0.36 | 0.35 |
| Hex | 7B | 3A | 5B | 0 | 35 | 1A | 34 | 14A | 24 | 23 |
| Octal | 173 | 72 | 133 | 0 | 65 | 32 | 64 | 512 | 44 | 43 |
| Binary | 1111011 | 111010 | 1011011 | 0 | 110101 | 11010 | 110100 | 101001010 | 100100 | 100011 |
Color Harmonies of #7B3A5B
Complementary color
Monochromatic Colors of #7B3A5B
Black with #7B3A5B
Text Example
Text Example
White with #7B3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3A5B; }
p { color: rgb(123,58,91); }
H1.HeaderClassName
{
color: #7B3A5B;
}
.AnyTagClassName
{
color: #7B3A5B;
}
</style>
background-color css
<style>
a { background-color: #7B3A5B; }
a { background-color: rgb(123,58,91); }
div.DivClassName
{
background-color: #7B3A5B;
}
.BgClassName
{
background-color: #7B3A5B;
}
</style>
border-color css
<style>
span { border-color: #7B3A5B; }
span { border-color: rgb(123,58,91); }
td.TdClassName
{
border-color: #7B3A5B;
}
.TagClassName
{
border-color: #7B3A5B;
}
</style>