Shades of Affair #75488C
Tints of Affair #75488C
RGB
CMYK
RGB Variations
Color information
#75488C (or 0x75488C) is known color: Affair. HEX triplet: 75, 48 and 8C. RGB value is (117,72,140). Sum of RGB (Red+Green+Blue) = 117+72+140=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #75488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75488C is #8AB773. Grayscale: #5C5C5C. Windows color (decimal): -9090932 or 9193589. OLE color: 9193589.
HSL color Cylindrical-coordinate representation of color #75488C: hue angle of 279.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75488C is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 72 | 140 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.45 |
| HSL | 279.71º | 0.32% | 0.42% | - |
| HSV(B) | 279.71º | 0.49% | 0.55% | - |
| XYZ | 14.39 | 10.31 | 26.04 | - |
| YUV | 93.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 140 | 0.16 | 0.49 | 0 | 0.45 | 279.71 | 0.32 | 0.42 |
| Hex | 75 | 48 | 8C | 10 | 31 | 0 | 2D | 118 | 20 | 2A |
| Octal | 165 | 110 | 214 | 20 | 61 | 0 | 55 | 430 | 40 | 52 |
| Binary | 1110101 | 1001000 | 10001100 | 10000 | 110001 | 0 | 101101 | 100011000 | 100000 | 101010 |
Color Harmonies of #75488C
Complementary color
Monochromatic Colors of #75488C
Black with #75488C
Text Example
Text Example
White with #75488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75488C; }
p { color: rgb(117,72,140); }
H1.HeaderClassName
{
color: #75488C;
}
.AnyTagClassName
{
color: #75488C;
}
</style>
background-color css
<style>
a { background-color: #75488C; }
a { background-color: rgb(117,72,140); }
div.DivClassName
{
background-color: #75488C;
}
.BgClassName
{
background-color: #75488C;
}
</style>
border-color css
<style>
span { border-color: #75488C; }
span { border-color: rgb(117,72,140); }
td.TdClassName
{
border-color: #75488C;
}
.TagClassName
{
border-color: #75488C;
}
</style>