Shades of Affair #754B83
Tints of Affair #754B83
RGB
CMYK
RGB Variations
Color information
#754B83 (or 0x754B83) is known color: Affair. HEX triplet: 75, 4B and 83. RGB value is (117,75,131). Sum of RGB (Red+Green+Blue) = 117+75+131=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #754B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B83 is #8AB47C. Grayscale: #5D5D5D. Windows color (decimal): -9090173 or 8604533. OLE color: 8604533.
HSL color Cylindrical-coordinate representation of color #754B83: hue angle of 285º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754B83 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 75 | 131 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.49 |
| HSL | 285º | 0.27% | 0.4% | - |
| HSV(B) | 285º | 0.43% | 0.51% | - |
| XYZ | 13.95 | 10.45 | 22.76 | - |
| YUV | 93.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 131 | 0.11 | 0.43 | 0 | 0.49 | 285 | 0.27 | 0.4 |
| Hex | 75 | 4B | 83 | B | 2B | 0 | 31 | 11D | 1B | 28 |
| Octal | 165 | 113 | 203 | 13 | 53 | 0 | 61 | 435 | 33 | 50 |
| Binary | 1110101 | 1001011 | 10000011 | 1011 | 101011 | 0 | 110001 | 100011101 | 11011 | 101000 |
Color Harmonies of #754B83
Complementary color
Monochromatic Colors of #754B83
Black with #754B83
Text Example
Text Example
White with #754B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B83; }
p { color: rgb(117,75,131); }
H1.HeaderClassName
{
color: #754B83;
}
.AnyTagClassName
{
color: #754B83;
}
</style>
background-color css
<style>
a { background-color: #754B83; }
a { background-color: rgb(117,75,131); }
div.DivClassName
{
background-color: #754B83;
}
.BgClassName
{
background-color: #754B83;
}
</style>
border-color css
<style>
span { border-color: #754B83; }
span { border-color: rgb(117,75,131); }
td.TdClassName
{
border-color: #754B83;
}
.TagClassName
{
border-color: #754B83;
}
</style>