Shades of Affair #754D92
Tints of Affair #754D92
RGB
CMYK
RGB Variations
Color information
#754D92 (or 0x754D92) is known color: Affair. HEX triplet: 75, 4D and 92. RGB value is (117,77,146). Sum of RGB (Red+Green+Blue) = 117+77+146=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #754D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D92 is #8AB26D. Grayscale: #606060. Windows color (decimal): -9089646 or 9588085. OLE color: 9588085.
HSL color Cylindrical-coordinate representation of color #754D92: hue angle of 274.78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754D92 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 77 | 146 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.43 |
| HSL | 274.78º | 0.31% | 0.44% | - |
| HSV(B) | 274.78º | 0.47% | 0.57% | - |
| XYZ | 15.18 | 11.16 | 28.55 | - |
| YUV | 96.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 146 | 0.20 | 0.47 | 0 | 0.43 | 274.78 | 0.31 | 0.44 |
| Hex | 75 | 4D | 92 | 14 | 2F | 0 | 2B | 113 | 1F | 2C |
| Octal | 165 | 115 | 222 | 24 | 57 | 0 | 53 | 423 | 37 | 54 |
| Binary | 1110101 | 1001101 | 10010010 | 10100 | 101111 | 0 | 101011 | 100010011 | 11111 | 101100 |
Color Harmonies of #754D92
Complementary color
Monochromatic Colors of #754D92
Black with #754D92
Text Example
Text Example
White with #754D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D92; }
p { color: rgb(117,77,146); }
H1.HeaderClassName
{
color: #754D92;
}
.AnyTagClassName
{
color: #754D92;
}
</style>
background-color css
<style>
a { background-color: #754D92; }
a { background-color: rgb(117,77,146); }
div.DivClassName
{
background-color: #754D92;
}
.BgClassName
{
background-color: #754D92;
}
</style>
border-color css
<style>
span { border-color: #754D92; }
span { border-color: rgb(117,77,146); }
td.TdClassName
{
border-color: #754D92;
}
.TagClassName
{
border-color: #754D92;
}
</style>