Shades of Affair #74558F
Tints of Affair #74558F
RGB
CMYK
RGB Variations
Color information
#74558F (or 0x74558F) is known color: Affair. HEX triplet: 74, 55 and 8F. RGB value is (116,85,143). Sum of RGB (Red+Green+Blue) = 116+85+143=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #74558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74558F is #8BAA70. Grayscale: #646464. Windows color (decimal): -9153137 or 9393524. OLE color: 9393524.
HSL color Cylindrical-coordinate representation of color #74558F: hue angle of 272.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74558F is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 85 | 143 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.44 |
| HSL | 272.07º | 0.25% | 0.45% | - |
| HSV(B) | 272.07º | 0.41% | 0.56% | - |
| XYZ | 15.41 | 12.19 | 27.53 | - |
| YUV | 100.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 143 | 0.19 | 0.41 | 0 | 0.44 | 272.07 | 0.25 | 0.45 |
| Hex | 74 | 55 | 8F | 13 | 29 | 0 | 2C | 110 | 19 | 2D |
| Octal | 164 | 125 | 217 | 23 | 51 | 0 | 54 | 420 | 31 | 55 |
| Binary | 1110100 | 1010101 | 10001111 | 10011 | 101001 | 0 | 101100 | 100010000 | 11001 | 101101 |
Color Harmonies of #74558F
Complementary color
Monochromatic Colors of #74558F
Black with #74558F
Text Example
Text Example
White with #74558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74558F; }
p { color: rgb(116,85,143); }
H1.HeaderClassName
{
color: #74558F;
}
.AnyTagClassName
{
color: #74558F;
}
</style>
background-color css
<style>
a { background-color: #74558F; }
a { background-color: rgb(116,85,143); }
div.DivClassName
{
background-color: #74558F;
}
.BgClassName
{
background-color: #74558F;
}
</style>
border-color css
<style>
span { border-color: #74558F; }
span { border-color: rgb(116,85,143); }
td.TdClassName
{
border-color: #74558F;
}
.TagClassName
{
border-color: #74558F;
}
</style>