Shades of Flirt #7B325F
Tints of Flirt #7B325F
RGB
CMYK
RGB Variations
Color information
#7B325F (or 0x7B325F) is known color: Flirt. HEX triplet: 7B, 32 and 5F. RGB value is (123,50,95). Sum of RGB (Red+Green+Blue) = 123+50+95=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B325F is #84CDA0. Grayscale: #4C4C4C. Windows color (decimal): -8703393 or 6238843. OLE color: 6238843.
HSL color Cylindrical-coordinate representation of color #7B325F: hue angle of 323.01º 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 #7B325F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 95 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.52 |
| HSL | 323.01º | 0.42% | 0.34% | - |
| HSV(B) | 323.01º | 0.59% | 0.48% | - |
| XYZ | 11.37 | 7.32 | 11.64 | - |
| YUV | 76.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 95 | 0 | 0.59 | 0.23 | 0.52 | 323.01 | 0.42 | 0.34 |
| Hex | 7B | 32 | 5F | 0 | 3B | 17 | 34 | 143 | 2A | 22 |
| Octal | 173 | 62 | 137 | 0 | 73 | 27 | 64 | 503 | 52 | 42 |
| Binary | 1111011 | 110010 | 1011111 | 0 | 111011 | 10111 | 110100 | 101000011 | 101010 | 100010 |
Color Harmonies of #7B325F
Complementary color
Monochromatic Colors of #7B325F
Black with #7B325F
Text Example
Text Example
White with #7B325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B325F; }
p { color: rgb(123,50,95); }
H1.HeaderClassName
{
color: #7B325F;
}
.AnyTagClassName
{
color: #7B325F;
}
</style>
background-color css
<style>
a { background-color: #7B325F; }
a { background-color: rgb(123,50,95); }
div.DivClassName
{
background-color: #7B325F;
}
.BgClassName
{
background-color: #7B325F;
}
</style>
border-color css
<style>
span { border-color: #7B325F; }
span { border-color: rgb(123,50,95); }
td.TdClassName
{
border-color: #7B325F;
}
.TagClassName
{
border-color: #7B325F;
}
</style>