Shades of Flirt #75304C
Tints of Flirt #75304C
RGB
CMYK
RGB Variations
Color information
#75304C (or 0x75304C) is known color: Flirt. HEX triplet: 75, 30 and 4C. RGB value is (117,48,76). Sum of RGB (Red+Green+Blue) = 117+48+76=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75304C is #8ACFB3. Grayscale: #474747. Windows color (decimal): -9097140 or 4993141. OLE color: 4993141.
HSL color Cylindrical-coordinate representation of color #75304C: hue angle of 335.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75304C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 76 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.54 |
| HSL | 335.65º | 0.42% | 0.32% | - |
| HSV(B) | 335.65º | 0.59% | 0.46% | - |
| XYZ | 9.7 | 6.42 | 7.57 | - |
| YUV | 71.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 76 | 0 | 0.59 | 0.35 | 0.54 | 335.65 | 0.42 | 0.32 |
| Hex | 75 | 30 | 4C | 0 | 3B | 23 | 36 | 150 | 2A | 20 |
| Octal | 165 | 60 | 114 | 0 | 73 | 43 | 66 | 520 | 52 | 40 |
| Binary | 1110101 | 110000 | 1001100 | 0 | 111011 | 100011 | 110110 | 101010000 | 101010 | 100000 |
Color Harmonies of #75304C
Complementary color
Monochromatic Colors of #75304C
Black with #75304C
Text Example
Text Example
White with #75304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75304C; }
p { color: rgb(117,48,76); }
H1.HeaderClassName
{
color: #75304C;
}
.AnyTagClassName
{
color: #75304C;
}
</style>
background-color css
<style>
a { background-color: #75304C; }
a { background-color: rgb(117,48,76); }
div.DivClassName
{
background-color: #75304C;
}
.BgClassName
{
background-color: #75304C;
}
</style>
border-color css
<style>
span { border-color: #75304C; }
span { border-color: rgb(117,48,76); }
td.TdClassName
{
border-color: #75304C;
}
.TagClassName
{
border-color: #75304C;
}
</style>