Shades of Affair #754B88
Tints of Affair #754B88
RGB
CMYK
RGB Variations
Color information
#754B88 (or 0x754B88) is known color: Affair. HEX triplet: 75, 4B and 88. RGB value is (117,75,136). Sum of RGB (Red+Green+Blue) = 117+75+136=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #754B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B88 is #8AB477. Grayscale: #5E5E5E. Windows color (decimal): -9090168 or 8932213. OLE color: 8932213.
HSL color Cylindrical-coordinate representation of color #754B88: hue angle of 281.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754B88 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 75 | 136 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.47 |
| HSL | 281.31º | 0.29% | 0.41% | - |
| HSV(B) | 281.31º | 0.45% | 0.53% | - |
| XYZ | 14.3 | 10.59 | 24.58 | - |
| YUV | 94.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 136 | 0.14 | 0.45 | 0 | 0.47 | 281.31 | 0.29 | 0.41 |
| Hex | 75 | 4B | 88 | E | 2D | 0 | 2F | 119 | 1D | 29 |
| Octal | 165 | 113 | 210 | 16 | 55 | 0 | 57 | 431 | 35 | 51 |
| Binary | 1110101 | 1001011 | 10001000 | 1110 | 101101 | 0 | 101111 | 100011001 | 11101 | 101001 |
Color Harmonies of #754B88
Complementary color
Monochromatic Colors of #754B88
Black with #754B88
Text Example
Text Example
White with #754B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B88; }
p { color: rgb(117,75,136); }
H1.HeaderClassName
{
color: #754B88;
}
.AnyTagClassName
{
color: #754B88;
}
</style>
background-color css
<style>
a { background-color: #754B88; }
a { background-color: rgb(117,75,136); }
div.DivClassName
{
background-color: #754B88;
}
.BgClassName
{
background-color: #754B88;
}
</style>
border-color css
<style>
span { border-color: #754B88; }
span { border-color: rgb(117,75,136); }
td.TdClassName
{
border-color: #754B88;
}
.TagClassName
{
border-color: #754B88;
}
</style>