Shades of Flirt #75305A
Tints of Flirt #75305A
RGB
CMYK
RGB Variations
Color information
#75305A (or 0x75305A) is known color: Flirt. HEX triplet: 75, 30 and 5A. RGB value is (117,48,90). Sum of RGB (Red+Green+Blue) = 117+48+90=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #75305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75305A is #8ACFA5. Grayscale: #494949. Windows color (decimal): -9097126 or 5910645. OLE color: 5910645.
HSL color Cylindrical-coordinate representation of color #75305A: hue angle of 323.48º 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 #75305A is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 90 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.54 |
| HSL | 323.48º | 0.42% | 0.32% | - |
| HSV(B) | 323.48º | 0.59% | 0.46% | - |
| XYZ | 10.24 | 6.63 | 10.41 | - |
| YUV | 73.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 90 | 0 | 0.59 | 0.23 | 0.54 | 323.48 | 0.42 | 0.32 |
| Hex | 75 | 30 | 5A | 0 | 3B | 17 | 36 | 143 | 2A | 20 |
| Octal | 165 | 60 | 132 | 0 | 73 | 27 | 66 | 503 | 52 | 40 |
| Binary | 1110101 | 110000 | 1011010 | 0 | 111011 | 10111 | 110110 | 101000011 | 101010 | 100000 |
Color Harmonies of #75305A
Complementary color
Monochromatic Colors of #75305A
Black with #75305A
Text Example
Text Example
White with #75305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75305A; }
p { color: rgb(117,48,90); }
H1.HeaderClassName
{
color: #75305A;
}
.AnyTagClassName
{
color: #75305A;
}
</style>
background-color css
<style>
a { background-color: #75305A; }
a { background-color: rgb(117,48,90); }
div.DivClassName
{
background-color: #75305A;
}
.BgClassName
{
background-color: #75305A;
}
</style>
border-color css
<style>
span { border-color: #75305A; }
span { border-color: rgb(117,48,90); }
td.TdClassName
{
border-color: #75305A;
}
.TagClassName
{
border-color: #75305A;
}
</style>