Shades of Flirt #7B214D
Tints of Flirt #7B214D
RGB
CMYK
RGB Variations
Color information
#7B214D (or 0x7B214D) is known color: Flirt. HEX triplet: 7B, 21 and 4D. RGB value is (123,33,77). Sum of RGB (Red+Green+Blue) = 123+33+77=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B214D is #84DEB2. Grayscale: #404040. Windows color (decimal): -8707763 or 5054843. OLE color: 5054843.
HSL color Cylindrical-coordinate representation of color #7B214D: hue angle of 330.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B214D is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 77 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.52 |
| HSL | 330.67º | 0.58% | 0.31% | - |
| HSV(B) | 330.67º | 0.73% | 0.48% | - |
| XYZ | 10.05 | 5.83 | 7.62 | - |
| YUV | 64.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 77 | 0 | 0.73 | 0.37 | 0.52 | 330.67 | 0.58 | 0.31 |
| Hex | 7B | 21 | 4D | 0 | 49 | 25 | 34 | 14B | 3A | 1F |
| Octal | 173 | 41 | 115 | 0 | 111 | 45 | 64 | 513 | 72 | 37 |
| Binary | 1111011 | 100001 | 1001101 | 0 | 1001001 | 100101 | 110100 | 101001011 | 111010 | 11111 |
Color Harmonies of #7B214D
Complementary color
Monochromatic Colors of #7B214D
Black with #7B214D
Text Example
Text Example
White with #7B214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B214D; }
p { color: rgb(123,33,77); }
H1.HeaderClassName
{
color: #7B214D;
}
.AnyTagClassName
{
color: #7B214D;
}
</style>
background-color css
<style>
a { background-color: #7B214D; }
a { background-color: rgb(123,33,77); }
div.DivClassName
{
background-color: #7B214D;
}
.BgClassName
{
background-color: #7B214D;
}
</style>
border-color css
<style>
span { border-color: #7B214D; }
span { border-color: rgb(123,33,77); }
td.TdClassName
{
border-color: #7B214D;
}
.TagClassName
{
border-color: #7B214D;
}
</style>