Shades of Flirt #73294E
Tints of Flirt #73294E
RGB
CMYK
RGB Variations
Color information
#73294E (or 0x73294E) is known color: Flirt. HEX triplet: 73, 29 and 4E. RGB value is (115,41,78). Sum of RGB (Red+Green+Blue) = 115+41+78=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73294E is #8CD6B1. Grayscale: #434343. Windows color (decimal): -9230002 or 5122419. OLE color: 5122419.
HSL color Cylindrical-coordinate representation of color #73294E: hue angle of 330º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73294E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 78 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.55 |
| HSL | 330º | 0.47% | 0.31% | - |
| HSV(B) | 330º | 0.64% | 0.45% | - |
| XYZ | 9.24 | 5.78 | 7.84 | - |
| YUV | 67.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 78 | 0 | 0.64 | 0.32 | 0.55 | 330 | 0.47 | 0.31 |
| Hex | 73 | 29 | 4E | 0 | 40 | 20 | 37 | 14A | 2F | 1F |
| Octal | 163 | 51 | 116 | 0 | 100 | 40 | 67 | 512 | 57 | 37 |
| Binary | 1110011 | 101001 | 1001110 | 0 | 1000000 | 100000 | 110111 | 101001010 | 101111 | 11111 |
Color Harmonies of #73294E
Complementary color
Monochromatic Colors of #73294E
Black with #73294E
Text Example
Text Example
White with #73294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73294E; }
p { color: rgb(115,41,78); }
H1.HeaderClassName
{
color: #73294E;
}
.AnyTagClassName
{
color: #73294E;
}
</style>
background-color css
<style>
a { background-color: #73294E; }
a { background-color: rgb(115,41,78); }
div.DivClassName
{
background-color: #73294E;
}
.BgClassName
{
background-color: #73294E;
}
</style>
border-color css
<style>
span { border-color: #73294E; }
span { border-color: rgb(115,41,78); }
td.TdClassName
{
border-color: #73294E;
}
.TagClassName
{
border-color: #73294E;
}
</style>