Shades of Affair #754B8D
Tints of Affair #754B8D
RGB
CMYK
RGB Variations
Color information
#754B8D (or 0x754B8D) is known color: Affair. HEX triplet: 75, 4B and 8D. RGB value is (117,75,141). Sum of RGB (Red+Green+Blue) = 117+75+141=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #754B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B8D is #8AB472. Grayscale: #5E5E5E. Windows color (decimal): -9090163 or 9259893. OLE color: 9259893.
HSL color Cylindrical-coordinate representation of color #754B8D: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754B8D is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 75 | 141 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.45 |
| HSL | 278.18º | 0.31% | 0.42% | - |
| HSV(B) | 278.18º | 0.47% | 0.55% | - |
| XYZ | 14.66 | 10.74 | 26.5 | - |
| YUV | 95.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 141 | 0.17 | 0.47 | 0 | 0.45 | 278.18 | 0.31 | 0.42 |
| Hex | 75 | 4B | 8D | 11 | 2F | 0 | 2D | 116 | 1F | 2A |
| Octal | 165 | 113 | 215 | 21 | 57 | 0 | 55 | 426 | 37 | 52 |
| Binary | 1110101 | 1001011 | 10001101 | 10001 | 101111 | 0 | 101101 | 100010110 | 11111 | 101010 |
Color Harmonies of #754B8D
Complementary color
Monochromatic Colors of #754B8D
Black with #754B8D
Text Example
Text Example
White with #754B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B8D; }
p { color: rgb(117,75,141); }
H1.HeaderClassName
{
color: #754B8D;
}
.AnyTagClassName
{
color: #754B8D;
}
</style>
background-color css
<style>
a { background-color: #754B8D; }
a { background-color: rgb(117,75,141); }
div.DivClassName
{
background-color: #754B8D;
}
.BgClassName
{
background-color: #754B8D;
}
</style>
border-color css
<style>
span { border-color: #754B8D; }
span { border-color: rgb(117,75,141); }
td.TdClassName
{
border-color: #754B8D;
}
.TagClassName
{
border-color: #754B8D;
}
</style>