Shades of Affair #754B82
Tints of Affair #754B82
RGB
CMYK
RGB Variations
Color information
#754B82 (or 0x754B82) is known color: Affair. HEX triplet: 75, 4B and 82. RGB value is (117,75,130). Sum of RGB (Red+Green+Blue) = 117+75+130=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #754B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B82 is #8AB47D. Grayscale: #5D5D5D. Windows color (decimal): -9090174 or 8538997. OLE color: 8538997.
HSL color Cylindrical-coordinate representation of color #754B82: hue angle of 285.82º degrees, saturation: 0.27, 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 #754B82 is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 75 | 130 | - |
| CMYK | 0.1 | 0.42 | 0 | 0.49 |
| HSL | 285.82º | 0.27% | 0.4% | - |
| HSV(B) | 285.82º | 0.42% | 0.51% | - |
| XYZ | 13.88 | 10.43 | 22.4 | - |
| YUV | 93.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 130 | 0.1 | 0.42 | 0 | 0.49 | 285.82 | 0.27 | 0.4 |
| Hex | 75 | 4B | 82 | A | 2A | 0 | 31 | 11E | 1B | 28 |
| Octal | 165 | 113 | 202 | 12 | 52 | 0 | 61 | 436 | 33 | 50 |
| Binary | 1110101 | 1001011 | 10000010 | 1010 | 101010 | 0 | 110001 | 100011110 | 11011 | 101000 |
Color Harmonies of #754B82
Complementary color
Monochromatic Colors of #754B82
Black with #754B82
Text Example
Text Example
White with #754B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B82; }
p { color: rgb(117,75,130); }
H1.HeaderClassName
{
color: #754B82;
}
.AnyTagClassName
{
color: #754B82;
}
</style>
background-color css
<style>
a { background-color: #754B82; }
a { background-color: rgb(117,75,130); }
div.DivClassName
{
background-color: #754B82;
}
.BgClassName
{
background-color: #754B82;
}
</style>
border-color css
<style>
span { border-color: #754B82; }
span { border-color: rgb(117,75,130); }
td.TdClassName
{
border-color: #754B82;
}
.TagClassName
{
border-color: #754B82;
}
</style>