Shades of Flirt #7B325D
Tints of Flirt #7B325D
RGB
CMYK
RGB Variations
Color information
#7B325D (or 0x7B325D) is known color: Flirt. HEX triplet: 7B, 32 and 5D. RGB value is (123,50,93). Sum of RGB (Red+Green+Blue) = 123+50+93=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B325D is #84CDA2. Grayscale: #4C4C4C. Windows color (decimal): -8703395 or 6107771. OLE color: 6107771.
HSL color Cylindrical-coordinate representation of color #7B325D: hue angle of 324.66º 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 #7B325D is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 93 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.52 |
| HSL | 324.66º | 0.42% | 0.34% | - |
| HSV(B) | 324.66º | 0.59% | 0.48% | - |
| XYZ | 11.28 | 7.28 | 11.17 | - |
| YUV | 76.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 93 | 0 | 0.59 | 0.24 | 0.52 | 324.66 | 0.42 | 0.34 |
| Hex | 7B | 32 | 5D | 0 | 3B | 18 | 34 | 145 | 2A | 22 |
| Octal | 173 | 62 | 135 | 0 | 73 | 30 | 64 | 505 | 52 | 42 |
| Binary | 1111011 | 110010 | 1011101 | 0 | 111011 | 11000 | 110100 | 101000101 | 101010 | 100010 |
Color Harmonies of #7B325D
Complementary color
Monochromatic Colors of #7B325D
Black with #7B325D
Text Example
Text Example
White with #7B325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B325D; }
p { color: rgb(123,50,93); }
H1.HeaderClassName
{
color: #7B325D;
}
.AnyTagClassName
{
color: #7B325D;
}
</style>
background-color css
<style>
a { background-color: #7B325D; }
a { background-color: rgb(123,50,93); }
div.DivClassName
{
background-color: #7B325D;
}
.BgClassName
{
background-color: #7B325D;
}
</style>
border-color css
<style>
span { border-color: #7B325D; }
span { border-color: rgb(123,50,93); }
td.TdClassName
{
border-color: #7B325D;
}
.TagClassName
{
border-color: #7B325D;
}
</style>