Shades of Flirt #75264E
Tints of Flirt #75264E
RGB
CMYK
RGB Variations
Color information
#75264E (or 0x75264E) is known color: Flirt. HEX triplet: 75, 26 and 4E. RGB value is (117,38,78). Sum of RGB (Red+Green+Blue) = 117+38+78=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75264E is #8AD9B1. Grayscale: #424242. Windows color (decimal): -9099698 or 5121653. OLE color: 5121653.
HSL color Cylindrical-coordinate representation of color #75264E: hue angle of 329.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75264E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 78 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.54 |
| HSL | 329.62º | 0.51% | 0.3% | - |
| HSV(B) | 329.62º | 0.68% | 0.46% | - |
| XYZ | 9.4 | 5.72 | 7.82 | - |
| YUV | 66.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 78 | 0 | 0.68 | 0.33 | 0.54 | 329.62 | 0.51 | 0.3 |
| Hex | 75 | 26 | 4E | 0 | 44 | 21 | 36 | 14A | 33 | 1E |
| Octal | 165 | 46 | 116 | 0 | 104 | 41 | 66 | 512 | 63 | 36 |
| Binary | 1110101 | 100110 | 1001110 | 0 | 1000100 | 100001 | 110110 | 101001010 | 110011 | 11110 |
Color Harmonies of #75264E
Complementary color
Monochromatic Colors of #75264E
Black with #75264E
Text Example
Text Example
White with #75264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75264E; }
p { color: rgb(117,38,78); }
H1.HeaderClassName
{
color: #75264E;
}
.AnyTagClassName
{
color: #75264E;
}
</style>
background-color css
<style>
a { background-color: #75264E; }
a { background-color: rgb(117,38,78); }
div.DivClassName
{
background-color: #75264E;
}
.BgClassName
{
background-color: #75264E;
}
</style>
border-color css
<style>
span { border-color: #75264E; }
span { border-color: rgb(117,38,78); }
td.TdClassName
{
border-color: #75264E;
}
.TagClassName
{
border-color: #75264E;
}
</style>