Shades of Affair #754D8A
Tints of Affair #754D8A
RGB
CMYK
RGB Variations
Color information
#754D8A (or 0x754D8A) is known color: Affair. HEX triplet: 75, 4D and 8A. RGB value is (117,77,138). Sum of RGB (Red+Green+Blue) = 117+77+138=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #754D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D8A is #8AB275. Grayscale: #5F5F5F. Windows color (decimal): -9089654 or 9063797. OLE color: 9063797.
HSL color Cylindrical-coordinate representation of color #754D8A: hue angle of 279.34º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754D8A is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 77 | 138 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.46 |
| HSL | 279.34º | 0.28% | 0.42% | - |
| HSV(B) | 279.34º | 0.44% | 0.54% | - |
| XYZ | 14.58 | 10.92 | 25.39 | - |
| YUV | 95.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 138 | 0.15 | 0.44 | 0 | 0.46 | 279.34 | 0.28 | 0.42 |
| Hex | 75 | 4D | 8A | F | 2C | 0 | 2E | 117 | 1C | 2A |
| Octal | 165 | 115 | 212 | 17 | 54 | 0 | 56 | 427 | 34 | 52 |
| Binary | 1110101 | 1001101 | 10001010 | 1111 | 101100 | 0 | 101110 | 100010111 | 11100 | 101010 |
Color Harmonies of #754D8A
Complementary color
Monochromatic Colors of #754D8A
Black with #754D8A
Text Example
Text Example
White with #754D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D8A; }
p { color: rgb(117,77,138); }
H1.HeaderClassName
{
color: #754D8A;
}
.AnyTagClassName
{
color: #754D8A;
}
</style>
background-color css
<style>
a { background-color: #754D8A; }
a { background-color: rgb(117,77,138); }
div.DivClassName
{
background-color: #754D8A;
}
.BgClassName
{
background-color: #754D8A;
}
</style>
border-color css
<style>
span { border-color: #754D8A; }
span { border-color: rgb(117,77,138); }
td.TdClassName
{
border-color: #754D8A;
}
.TagClassName
{
border-color: #754D8A;
}
</style>