Shades of Affair #754C82
Tints of Affair #754C82
RGB
CMYK
RGB Variations
Color information
#754C82 (or 0x754C82) is known color: Affair. HEX triplet: 75, 4C and 82. RGB value is (117,76,130). Sum of RGB (Red+Green+Blue) = 117+76+130=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #754C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C82 is #8AB37D. Grayscale: #5E5E5E. Windows color (decimal): -9089918 or 8539253. OLE color: 8539253.
HSL color Cylindrical-coordinate representation of color #754C82: hue angle of 285.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754C82 is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 76 | 130 | - |
| CMYK | 0.1 | 0.42 | 0 | 0.49 |
| HSL | 285.56º | 0.26% | 0.4% | - |
| HSV(B) | 285.56º | 0.42% | 0.51% | - |
| XYZ | 13.95 | 10.56 | 22.42 | - |
| YUV | 94.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 130 | 0.1 | 0.42 | 0 | 0.49 | 285.56 | 0.26 | 0.4 |
| Hex | 75 | 4C | 82 | A | 2A | 0 | 31 | 11E | 1A | 28 |
| Octal | 165 | 114 | 202 | 12 | 52 | 0 | 61 | 436 | 32 | 50 |
| Binary | 1110101 | 1001100 | 10000010 | 1010 | 101010 | 0 | 110001 | 100011110 | 11010 | 101000 |
Color Harmonies of #754C82
Complementary color
Monochromatic Colors of #754C82
Black with #754C82
Text Example
Text Example
White with #754C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C82; }
p { color: rgb(117,76,130); }
H1.HeaderClassName
{
color: #754C82;
}
.AnyTagClassName
{
color: #754C82;
}
</style>
background-color css
<style>
a { background-color: #754C82; }
a { background-color: rgb(117,76,130); }
div.DivClassName
{
background-color: #754C82;
}
.BgClassName
{
background-color: #754C82;
}
</style>
border-color css
<style>
span { border-color: #754C82; }
span { border-color: rgb(117,76,130); }
td.TdClassName
{
border-color: #754C82;
}
.TagClassName
{
border-color: #754C82;
}
</style>