Shades of Affair #754F82
Tints of Affair #754F82
RGB
CMYK
RGB Variations
Color information
#754F82 (or 0x754F82) is known color: Affair. HEX triplet: 75, 4F and 82. RGB value is (117,79,130). Sum of RGB (Red+Green+Blue) = 117+79+130=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #754F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F82 is #8AB07D. Grayscale: #606060. Windows color (decimal): -9089150 or 8540021. OLE color: 8540021.
HSL color Cylindrical-coordinate representation of color #754F82: hue angle of 284.71º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754F82 is Cyan = 0.1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 79 | 130 | - |
| CMYK | 0.1 | 0.39 | 0 | 0.49 |
| HSL | 284.71º | 0.24% | 0.41% | - |
| HSV(B) | 284.71º | 0.39% | 0.51% | - |
| XYZ | 14.16 | 10.99 | 22.49 | - |
| YUV | 96.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 130 | 0.1 | 0.39 | 0 | 0.49 | 284.71 | 0.24 | 0.41 |
| Hex | 75 | 4F | 82 | A | 27 | 0 | 31 | 11D | 18 | 29 |
| Octal | 165 | 117 | 202 | 12 | 47 | 0 | 61 | 435 | 30 | 51 |
| Binary | 1110101 | 1001111 | 10000010 | 1010 | 100111 | 0 | 110001 | 100011101 | 11000 | 101001 |
Color Harmonies of #754F82
Complementary color
Monochromatic Colors of #754F82
Black with #754F82
Text Example
Text Example
White with #754F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F82; }
p { color: rgb(117,79,130); }
H1.HeaderClassName
{
color: #754F82;
}
.AnyTagClassName
{
color: #754F82;
}
</style>
background-color css
<style>
a { background-color: #754F82; }
a { background-color: rgb(117,79,130); }
div.DivClassName
{
background-color: #754F82;
}
.BgClassName
{
background-color: #754F82;
}
</style>
border-color css
<style>
span { border-color: #754F82; }
span { border-color: rgb(117,79,130); }
td.TdClassName
{
border-color: #754F82;
}
.TagClassName
{
border-color: #754F82;
}
</style>