Shades of Flirt #7B325C
Tints of Flirt #7B325C
RGB
CMYK
RGB Variations
Color information
#7B325C (or 0x7B325C) is known color: Flirt. HEX triplet: 7B, 32 and 5C. RGB value is (123,50,92). Sum of RGB (Red+Green+Blue) = 123+50+92=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B325C is #84CDA3. Grayscale: #4C4C4C. Windows color (decimal): -8703396 or 6042235. OLE color: 6042235.
HSL color Cylindrical-coordinate representation of color #7B325C: hue angle of 325.48º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B325C is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 92 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.52 |
| HSL | 325.48º | 0.42% | 0.34% | - |
| HSV(B) | 325.48º | 0.59% | 0.48% | - |
| XYZ | 11.24 | 7.26 | 10.94 | - |
| YUV | 76.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 92 | 0 | 0.59 | 0.25 | 0.52 | 325.48 | 0.42 | 0.34 |
| Hex | 7B | 32 | 5C | 0 | 3B | 19 | 34 | 145 | 2A | 22 |
| Octal | 173 | 62 | 134 | 0 | 73 | 31 | 64 | 505 | 52 | 42 |
| Binary | 1111011 | 110010 | 1011100 | 0 | 111011 | 11001 | 110100 | 101000101 | 101010 | 100010 |
Color Harmonies of #7B325C
Complementary color
Monochromatic Colors of #7B325C
Black with #7B325C
Text Example
Text Example
White with #7B325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B325C; }
p { color: rgb(123,50,92); }
H1.HeaderClassName
{
color: #7B325C;
}
.AnyTagClassName
{
color: #7B325C;
}
</style>
background-color css
<style>
a { background-color: #7B325C; }
a { background-color: rgb(123,50,92); }
div.DivClassName
{
background-color: #7B325C;
}
.BgClassName
{
background-color: #7B325C;
}
</style>
border-color css
<style>
span { border-color: #7B325C; }
span { border-color: rgb(123,50,92); }
td.TdClassName
{
border-color: #7B325C;
}
.TagClassName
{
border-color: #7B325C;
}
</style>