Shades of Flirt #75305B
Tints of Flirt #75305B
RGB
CMYK
RGB Variations
Color information
#75305B (or 0x75305B) is known color: Flirt. HEX triplet: 75, 30 and 5B. RGB value is (117,48,91). Sum of RGB (Red+Green+Blue) = 117+48+91=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75305B is #8ACFA4. Grayscale: #494949. Windows color (decimal): -9097125 or 5976181. OLE color: 5976181.
HSL color Cylindrical-coordinate representation of color #75305B: hue angle of 322.61º 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 #75305B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 91 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.54 |
| HSL | 322.61º | 0.42% | 0.32% | - |
| HSV(B) | 322.61º | 0.59% | 0.46% | - |
| XYZ | 10.28 | 6.65 | 10.64 | - |
| YUV | 73.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 91 | 0 | 0.59 | 0.22 | 0.54 | 322.61 | 0.42 | 0.32 |
| Hex | 75 | 30 | 5B | 0 | 3B | 16 | 36 | 143 | 2A | 20 |
| Octal | 165 | 60 | 133 | 0 | 73 | 26 | 66 | 503 | 52 | 40 |
| Binary | 1110101 | 110000 | 1011011 | 0 | 111011 | 10110 | 110110 | 101000011 | 101010 | 100000 |
Color Harmonies of #75305B
Complementary color
Monochromatic Colors of #75305B
Black with #75305B
Text Example
Text Example
White with #75305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75305B; }
p { color: rgb(117,48,91); }
H1.HeaderClassName
{
color: #75305B;
}
.AnyTagClassName
{
color: #75305B;
}
</style>
background-color css
<style>
a { background-color: #75305B; }
a { background-color: rgb(117,48,91); }
div.DivClassName
{
background-color: #75305B;
}
.BgClassName
{
background-color: #75305B;
}
</style>
border-color css
<style>
span { border-color: #75305B; }
span { border-color: rgb(117,48,91); }
td.TdClassName
{
border-color: #75305B;
}
.TagClassName
{
border-color: #75305B;
}
</style>