Shades of Flirt #7B204C
Tints of Flirt #7B204C
RGB
CMYK
RGB Variations
Color information
#7B204C (or 0x7B204C) is known color: Flirt. HEX triplet: 7B, 20 and 4C. RGB value is (123,32,76). Sum of RGB (Red+Green+Blue) = 123+32+76=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B204C is #84DFB3. Grayscale: #404040. Windows color (decimal): -8708020 or 4989051. OLE color: 4989051.
HSL color Cylindrical-coordinate representation of color #7B204C: hue angle of 330.99º 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 #7B204C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 76 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.52 |
| HSL | 330.99º | 0.59% | 0.3% | - |
| HSV(B) | 330.99º | 0.74% | 0.48% | - |
| XYZ | 9.99 | 5.77 | 7.42 | - |
| YUV | 64.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 76 | 0 | 0.74 | 0.38 | 0.52 | 330.99 | 0.59 | 0.3 |
| Hex | 7B | 20 | 4C | 0 | 4A | 26 | 34 | 14B | 3B | 1E |
| Octal | 173 | 40 | 114 | 0 | 112 | 46 | 64 | 513 | 73 | 36 |
| Binary | 1111011 | 100000 | 1001100 | 0 | 1001010 | 100110 | 110100 | 101001011 | 111011 | 11110 |
Color Harmonies of #7B204C
Complementary color
Monochromatic Colors of #7B204C
Black with #7B204C
Text Example
Text Example
White with #7B204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B204C; }
p { color: rgb(123,32,76); }
H1.HeaderClassName
{
color: #7B204C;
}
.AnyTagClassName
{
color: #7B204C;
}
</style>
background-color css
<style>
a { background-color: #7B204C; }
a { background-color: rgb(123,32,76); }
div.DivClassName
{
background-color: #7B204C;
}
.BgClassName
{
background-color: #7B204C;
}
</style>
border-color css
<style>
span { border-color: #7B204C; }
span { border-color: rgb(123,32,76); }
td.TdClassName
{
border-color: #7B204C;
}
.TagClassName
{
border-color: #7B204C;
}
</style>