Shades of Affair #754E93
Tints of Affair #754E93
RGB
CMYK
RGB Variations
Color information
#754E93 (or 0x754E93) is known color: Affair. HEX triplet: 75, 4E and 93. RGB value is (117,78,147). Sum of RGB (Red+Green+Blue) = 117+78+147=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #754E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E93 is #8AB16C. Grayscale: #616161. Windows color (decimal): -9089389 or 9653877. OLE color: 9653877.
HSL color Cylindrical-coordinate representation of color #754E93: hue angle of 273.91º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754E93 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 78 | 147 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.42 |
| HSL | 273.91º | 0.31% | 0.44% | - |
| HSV(B) | 273.91º | 0.47% | 0.58% | - |
| XYZ | 15.33 | 11.34 | 28.98 | - |
| YUV | 97.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 147 | 0.20 | 0.47 | 0 | 0.42 | 273.91 | 0.31 | 0.44 |
| Hex | 75 | 4E | 93 | 14 | 2F | 0 | 2A | 112 | 1F | 2C |
| Octal | 165 | 116 | 223 | 24 | 57 | 0 | 52 | 422 | 37 | 54 |
| Binary | 1110101 | 1001110 | 10010011 | 10100 | 101111 | 0 | 101010 | 100010010 | 11111 | 101100 |
Color Harmonies of #754E93
Complementary color
Monochromatic Colors of #754E93
Black with #754E93
Text Example
Text Example
White with #754E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E93; }
p { color: rgb(117,78,147); }
H1.HeaderClassName
{
color: #754E93;
}
.AnyTagClassName
{
color: #754E93;
}
</style>
background-color css
<style>
a { background-color: #754E93; }
a { background-color: rgb(117,78,147); }
div.DivClassName
{
background-color: #754E93;
}
.BgClassName
{
background-color: #754E93;
}
</style>
border-color css
<style>
span { border-color: #754E93; }
span { border-color: rgb(117,78,147); }
td.TdClassName
{
border-color: #754E93;
}
.TagClassName
{
border-color: #754E93;
}
</style>