Shades of Flirt #7B2F5C
Tints of Flirt #7B2F5C
RGB
CMYK
RGB Variations
Color information
#7B2F5C (or 0x7B2F5C) is known color: Flirt. HEX triplet: 7B, 2F and 5C. RGB value is (123,47,92). Sum of RGB (Red+Green+Blue) = 123+47+92=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F5C is #84D0A3. Grayscale: #4A4A4A. Windows color (decimal): -8704164 or 6041467. OLE color: 6041467.
HSL color Cylindrical-coordinate representation of color #7B2F5C: hue angle of 324.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F5C is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 92 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.52 |
| HSL | 324.47º | 0.45% | 0.33% | - |
| HSV(B) | 324.47º | 0.62% | 0.48% | - |
| XYZ | 11.12 | 7.02 | 10.89 | - |
| YUV | 74.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 92 | 0 | 0.62 | 0.25 | 0.52 | 324.47 | 0.45 | 0.33 |
| Hex | 7B | 2F | 5C | 0 | 3E | 19 | 34 | 144 | 2D | 21 |
| Octal | 173 | 57 | 134 | 0 | 76 | 31 | 64 | 504 | 55 | 41 |
| Binary | 1111011 | 101111 | 1011100 | 0 | 111110 | 11001 | 110100 | 101000100 | 101101 | 100001 |
Color Harmonies of #7B2F5C
Complementary color
Monochromatic Colors of #7B2F5C
Black with #7B2F5C
Text Example
Text Example
White with #7B2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F5C; }
p { color: rgb(123,47,92); }
H1.HeaderClassName
{
color: #7B2F5C;
}
.AnyTagClassName
{
color: #7B2F5C;
}
</style>
background-color css
<style>
a { background-color: #7B2F5C; }
a { background-color: rgb(123,47,92); }
div.DivClassName
{
background-color: #7B2F5C;
}
.BgClassName
{
background-color: #7B2F5C;
}
</style>
border-color css
<style>
span { border-color: #7B2F5C; }
span { border-color: rgb(123,47,92); }
td.TdClassName
{
border-color: #7B2F5C;
}
.TagClassName
{
border-color: #7B2F5C;
}
</style>