Shades of Affair #754F84
Tints of Affair #754F84
RGB
CMYK
RGB Variations
Color information
#754F84 (or 0x754F84) is known color: Affair. HEX triplet: 75, 4F and 84. RGB value is (117,79,132). Sum of RGB (Red+Green+Blue) = 117+79+132=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #754F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F84 is #8AB07B. Grayscale: #606060. Windows color (decimal): -9089148 or 8671093. OLE color: 8671093.
HSL color Cylindrical-coordinate representation of color #754F84: hue angle of 283.02º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754F84 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 79 | 132 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.48 |
| HSL | 283.02º | 0.25% | 0.41% | - |
| HSV(B) | 283.02º | 0.4% | 0.52% | - |
| XYZ | 14.3 | 11.04 | 23.21 | - |
| YUV | 96.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 132 | 0.11 | 0.40 | 0 | 0.48 | 283.02 | 0.25 | 0.41 |
| Hex | 75 | 4F | 84 | B | 28 | 0 | 30 | 11B | 19 | 29 |
| Octal | 165 | 117 | 204 | 13 | 50 | 0 | 60 | 433 | 31 | 51 |
| Binary | 1110101 | 1001111 | 10000100 | 1011 | 101000 | 0 | 110000 | 100011011 | 11001 | 101001 |
Color Harmonies of #754F84
Complementary color
Monochromatic Colors of #754F84
Black with #754F84
Text Example
Text Example
White with #754F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F84; }
p { color: rgb(117,79,132); }
H1.HeaderClassName
{
color: #754F84;
}
.AnyTagClassName
{
color: #754F84;
}
</style>
background-color css
<style>
a { background-color: #754F84; }
a { background-color: rgb(117,79,132); }
div.DivClassName
{
background-color: #754F84;
}
.BgClassName
{
background-color: #754F84;
}
</style>
border-color css
<style>
span { border-color: #754F84; }
span { border-color: rgb(117,79,132); }
td.TdClassName
{
border-color: #754F84;
}
.TagClassName
{
border-color: #754F84;
}
</style>