Shades of Affair #754D93
Tints of Affair #754D93
RGB
CMYK
RGB Variations
Color information
#754D93 (or 0x754D93) is known color: Affair. HEX triplet: 75, 4D and 93. RGB value is (117,77,147). Sum of RGB (Red+Green+Blue) = 117+77+147=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #754D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D93 is #8AB26C. Grayscale: #606060. Windows color (decimal): -9089645 or 9653621. OLE color: 9653621.
HSL color Cylindrical-coordinate representation of color #754D93: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #754D93 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 77 | 147 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.42 |
| HSL | 274.29º | 0.31% | 0.44% | - |
| HSV(B) | 274.29º | 0.48% | 0.58% | - |
| XYZ | 15.26 | 11.2 | 28.96 | - |
| YUV | 96.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 147 | 0.20 | 0.48 | 0 | 0.42 | 274.29 | 0.31 | 0.44 |
| Hex | 75 | 4D | 93 | 14 | 30 | 0 | 2A | 112 | 1F | 2C |
| Octal | 165 | 115 | 223 | 24 | 60 | 0 | 52 | 422 | 37 | 54 |
| Binary | 1110101 | 1001101 | 10010011 | 10100 | 110000 | 0 | 101010 | 100010010 | 11111 | 101100 |
Color Harmonies of #754D93
Complementary color
Monochromatic Colors of #754D93
Black with #754D93
Text Example
Text Example
White with #754D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D93; }
p { color: rgb(117,77,147); }
H1.HeaderClassName
{
color: #754D93;
}
.AnyTagClassName
{
color: #754D93;
}
</style>
background-color css
<style>
a { background-color: #754D93; }
a { background-color: rgb(117,77,147); }
div.DivClassName
{
background-color: #754D93;
}
.BgClassName
{
background-color: #754D93;
}
</style>
border-color css
<style>
span { border-color: #754D93; }
span { border-color: rgb(117,77,147); }
td.TdClassName
{
border-color: #754D93;
}
.TagClassName
{
border-color: #754D93;
}
</style>