Shades of Flirt #73305A
Tints of Flirt #73305A
RGB
CMYK
RGB Variations
Color information
#73305A (or 0x73305A) is known color: Flirt. HEX triplet: 73, 30 and 5A. RGB value is (115,48,90). Sum of RGB (Red+Green+Blue) = 115+48+90=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #73305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73305A is #8CCFA5. Grayscale: #484848. Windows color (decimal): -9228198 or 5910643. OLE color: 5910643.
HSL color Cylindrical-coordinate representation of color #73305A: hue angle of 322.39º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73305A is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 90 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.55 |
| HSL | 322.39º | 0.41% | 0.32% | - |
| HSV(B) | 322.39º | 0.58% | 0.45% | - |
| XYZ | 9.97 | 6.5 | 10.4 | - |
| YUV | 72.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 90 | 0 | 0.58 | 0.22 | 0.55 | 322.39 | 0.41 | 0.32 |
| Hex | 73 | 30 | 5A | 0 | 3A | 16 | 37 | 142 | 29 | 20 |
| Octal | 163 | 60 | 132 | 0 | 72 | 26 | 67 | 502 | 51 | 40 |
| Binary | 1110011 | 110000 | 1011010 | 0 | 111010 | 10110 | 110111 | 101000010 | 101001 | 100000 |
Color Harmonies of #73305A
Complementary color
Monochromatic Colors of #73305A
Black with #73305A
Text Example
Text Example
White with #73305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73305A; }
p { color: rgb(115,48,90); }
H1.HeaderClassName
{
color: #73305A;
}
.AnyTagClassName
{
color: #73305A;
}
</style>
background-color css
<style>
a { background-color: #73305A; }
a { background-color: rgb(115,48,90); }
div.DivClassName
{
background-color: #73305A;
}
.BgClassName
{
background-color: #73305A;
}
</style>
border-color css
<style>
span { border-color: #73305A; }
span { border-color: rgb(115,48,90); }
td.TdClassName
{
border-color: #73305A;
}
.TagClassName
{
border-color: #73305A;
}
</style>