Shades of Flirt #73294C
Tints of Flirt #73294C
RGB
CMYK
RGB Variations
Color information
#73294C (or 0x73294C) is known color: Flirt. HEX triplet: 73, 29 and 4C. RGB value is (115,41,76). Sum of RGB (Red+Green+Blue) = 115+41+76=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73294C is #8CD6B3. Grayscale: #434343. Windows color (decimal): -9230004 or 4991347. OLE color: 4991347.
HSL color Cylindrical-coordinate representation of color #73294C: hue angle of 331.62º 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 #73294C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 76 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.55 |
| HSL | 331.62º | 0.47% | 0.31% | - |
| HSV(B) | 331.62º | 0.64% | 0.45% | - |
| XYZ | 9.17 | 5.75 | 7.46 | - |
| YUV | 67.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 76 | 0 | 0.64 | 0.34 | 0.55 | 331.62 | 0.47 | 0.31 |
| Hex | 73 | 29 | 4C | 0 | 40 | 22 | 37 | 14C | 2F | 1F |
| Octal | 163 | 51 | 114 | 0 | 100 | 42 | 67 | 514 | 57 | 37 |
| Binary | 1110011 | 101001 | 1001100 | 0 | 1000000 | 100010 | 110111 | 101001100 | 101111 | 11111 |
Color Harmonies of #73294C
Complementary color
Monochromatic Colors of #73294C
Black with #73294C
Text Example
Text Example
White with #73294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73294C; }
p { color: rgb(115,41,76); }
H1.HeaderClassName
{
color: #73294C;
}
.AnyTagClassName
{
color: #73294C;
}
</style>
background-color css
<style>
a { background-color: #73294C; }
a { background-color: rgb(115,41,76); }
div.DivClassName
{
background-color: #73294C;
}
.BgClassName
{
background-color: #73294C;
}
</style>
border-color css
<style>
span { border-color: #73294C; }
span { border-color: rgb(115,41,76); }
td.TdClassName
{
border-color: #73294C;
}
.TagClassName
{
border-color: #73294C;
}
</style>