Shades of Flirt #7B214B
Tints of Flirt #7B214B
RGB
CMYK
RGB Variations
Color information
#7B214B (or 0x7B214B) is known color: Flirt. HEX triplet: 7B, 21 and 4B. RGB value is (123,33,75). Sum of RGB (Red+Green+Blue) = 123+33+75=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B214B is #84DEB4. Grayscale: #404040. Windows color (decimal): -8707765 or 4923771. OLE color: 4923771.
HSL color Cylindrical-coordinate representation of color #7B214B: hue angle of 332º 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 #7B214B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 75 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.52 |
| HSL | 332º | 0.58% | 0.31% | - |
| HSV(B) | 332º | 0.73% | 0.48% | - |
| XYZ | 9.98 | 5.81 | 7.25 | - |
| YUV | 64.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 75 | 0 | 0.73 | 0.39 | 0.52 | 332 | 0.58 | 0.31 |
| Hex | 7B | 21 | 4B | 0 | 49 | 27 | 34 | 14C | 3A | 1F |
| Octal | 173 | 41 | 113 | 0 | 111 | 47 | 64 | 514 | 72 | 37 |
| Binary | 1111011 | 100001 | 1001011 | 0 | 1001001 | 100111 | 110100 | 101001100 | 111010 | 11111 |
Color Harmonies of #7B214B
Complementary color
Monochromatic Colors of #7B214B
Black with #7B214B
Text Example
Text Example
White with #7B214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B214B; }
p { color: rgb(123,33,75); }
H1.HeaderClassName
{
color: #7B214B;
}
.AnyTagClassName
{
color: #7B214B;
}
</style>
background-color css
<style>
a { background-color: #7B214B; }
a { background-color: rgb(123,33,75); }
div.DivClassName
{
background-color: #7B214B;
}
.BgClassName
{
background-color: #7B214B;
}
</style>
border-color css
<style>
span { border-color: #7B214B; }
span { border-color: rgb(123,33,75); }
td.TdClassName
{
border-color: #7B214B;
}
.TagClassName
{
border-color: #7B214B;
}
</style>