Shades of Flirt #7B205B
Tints of Flirt #7B205B
RGB
CMYK
RGB Variations
Color information
#7B205B (or 0x7B205B) is known color: Flirt. HEX triplet: 7B, 20 and 5B. RGB value is (123,32,91). Sum of RGB (Red+Green+Blue) = 123+32+91=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B205B is #84DFA4. Grayscale: #414141. Windows color (decimal): -8708005 or 5972091. OLE color: 5972091.
HSL color Cylindrical-coordinate representation of color #7B205B: hue angle of 321.1º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B205B is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 91 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.52 |
| HSL | 321.1º | 0.59% | 0.3% | - |
| HSV(B) | 321.1º | 0.74% | 0.48% | - |
| XYZ | 10.57 | 6 | 10.5 | - |
| YUV | 65.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 91 | 0 | 0.74 | 0.26 | 0.52 | 321.1 | 0.59 | 0.3 |
| Hex | 7B | 20 | 5B | 0 | 4A | 1A | 34 | 141 | 3B | 1E |
| Octal | 173 | 40 | 133 | 0 | 112 | 32 | 64 | 501 | 73 | 36 |
| Binary | 1111011 | 100000 | 1011011 | 0 | 1001010 | 11010 | 110100 | 101000001 | 111011 | 11110 |
Color Harmonies of #7B205B
Complementary color
Monochromatic Colors of #7B205B
Black with #7B205B
Text Example
Text Example
White with #7B205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B205B; }
p { color: rgb(123,32,91); }
H1.HeaderClassName
{
color: #7B205B;
}
.AnyTagClassName
{
color: #7B205B;
}
</style>
background-color css
<style>
a { background-color: #7B205B; }
a { background-color: rgb(123,32,91); }
div.DivClassName
{
background-color: #7B205B;
}
.BgClassName
{
background-color: #7B205B;
}
</style>
border-color css
<style>
span { border-color: #7B205B; }
span { border-color: rgb(123,32,91); }
td.TdClassName
{
border-color: #7B205B;
}
.TagClassName
{
border-color: #7B205B;
}
</style>