Shades of Flirt #7B204D
Tints of Flirt #7B204D
RGB
CMYK
RGB Variations
Color information
#7B204D (or 0x7B204D) is known color: Flirt. HEX triplet: 7B, 20 and 4D. RGB value is (123,32,77). Sum of RGB (Red+Green+Blue) = 123+32+77=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B204D is #84DFB2. Grayscale: #404040. Windows color (decimal): -8708019 or 5054587. OLE color: 5054587.
HSL color Cylindrical-coordinate representation of color #7B204D: hue angle of 330.33º 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 #7B204D is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 77 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.52 |
| HSL | 330.33º | 0.59% | 0.3% | - |
| HSV(B) | 330.33º | 0.74% | 0.48% | - |
| XYZ | 10.02 | 5.78 | 7.61 | - |
| YUV | 64.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 77 | 0 | 0.74 | 0.37 | 0.52 | 330.33 | 0.59 | 0.3 |
| Hex | 7B | 20 | 4D | 0 | 4A | 25 | 34 | 14A | 3B | 1E |
| Octal | 173 | 40 | 115 | 0 | 112 | 45 | 64 | 512 | 73 | 36 |
| Binary | 1111011 | 100000 | 1001101 | 0 | 1001010 | 100101 | 110100 | 101001010 | 111011 | 11110 |
Color Harmonies of #7B204D
Complementary color
Monochromatic Colors of #7B204D
Black with #7B204D
Text Example
Text Example
White with #7B204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B204D; }
p { color: rgb(123,32,77); }
H1.HeaderClassName
{
color: #7B204D;
}
.AnyTagClassName
{
color: #7B204D;
}
</style>
background-color css
<style>
a { background-color: #7B204D; }
a { background-color: rgb(123,32,77); }
div.DivClassName
{
background-color: #7B204D;
}
.BgClassName
{
background-color: #7B204D;
}
</style>
border-color css
<style>
span { border-color: #7B204D; }
span { border-color: rgb(123,32,77); }
td.TdClassName
{
border-color: #7B204D;
}
.TagClassName
{
border-color: #7B204D;
}
</style>