Shades of Flirt #7B2D5C
Tints of Flirt #7B2D5C
RGB
CMYK
RGB Variations
Color information
#7B2D5C (or 0x7B2D5C) is known color: Flirt. HEX triplet: 7B, 2D and 5C. RGB value is (123,45,92). Sum of RGB (Red+Green+Blue) = 123+45+92=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2D5C is #84D2A3. Grayscale: #494949. Windows color (decimal): -8704676 or 6040955. OLE color: 6040955.
HSL color Cylindrical-coordinate representation of color #7B2D5C: hue angle of 323.85º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2D5C is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 92 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.52 |
| HSL | 323.85º | 0.46% | 0.33% | - |
| HSV(B) | 323.85º | 0.63% | 0.48% | - |
| XYZ | 11.04 | 6.86 | 10.87 | - |
| YUV | 73.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 92 | 0 | 0.63 | 0.25 | 0.52 | 323.85 | 0.46 | 0.33 |
| Hex | 7B | 2D | 5C | 0 | 3F | 19 | 34 | 144 | 2E | 21 |
| Octal | 173 | 55 | 134 | 0 | 77 | 31 | 64 | 504 | 56 | 41 |
| Binary | 1111011 | 101101 | 1011100 | 0 | 111111 | 11001 | 110100 | 101000100 | 101110 | 100001 |
Color Harmonies of #7B2D5C
Complementary color
Monochromatic Colors of #7B2D5C
Black with #7B2D5C
Text Example
Text Example
White with #7B2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D5C; }
p { color: rgb(123,45,92); }
H1.HeaderClassName
{
color: #7B2D5C;
}
.AnyTagClassName
{
color: #7B2D5C;
}
</style>
background-color css
<style>
a { background-color: #7B2D5C; }
a { background-color: rgb(123,45,92); }
div.DivClassName
{
background-color: #7B2D5C;
}
.BgClassName
{
background-color: #7B2D5C;
}
</style>
border-color css
<style>
span { border-color: #7B2D5C; }
span { border-color: rgb(123,45,92); }
td.TdClassName
{
border-color: #7B2D5C;
}
.TagClassName
{
border-color: #7B2D5C;
}
</style>