Shades of Affair #74548F
Tints of Affair #74548F
RGB
CMYK
RGB Variations
Color information
#74548F (or 0x74548F) is known color: Affair. HEX triplet: 74, 54 and 8F. RGB value is (116,84,143). Sum of RGB (Red+Green+Blue) = 116+84+143=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #74548F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74548F is #8BAB70. Grayscale: #646464. Windows color (decimal): -9153393 or 9393268. OLE color: 9393268.
HSL color Cylindrical-coordinate representation of color #74548F: hue angle of 272.54º degrees, saturation: 0.26, 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 #74548F is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 84 | 143 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.44 |
| HSL | 272.54º | 0.26% | 0.45% | - |
| HSV(B) | 272.54º | 0.41% | 0.56% | - |
| XYZ | 15.33 | 12.04 | 27.5 | - |
| YUV | 100.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 143 | 0.19 | 0.41 | 0 | 0.44 | 272.54 | 0.26 | 0.45 |
| Hex | 74 | 54 | 8F | 13 | 29 | 0 | 2C | 111 | 1A | 2D |
| Octal | 164 | 124 | 217 | 23 | 51 | 0 | 54 | 421 | 32 | 55 |
| Binary | 1110100 | 1010100 | 10001111 | 10011 | 101001 | 0 | 101100 | 100010001 | 11010 | 101101 |
Color Harmonies of #74548F
Complementary color
Monochromatic Colors of #74548F
Black with #74548F
Text Example
Text Example
White with #74548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74548F; }
p { color: rgb(116,84,143); }
H1.HeaderClassName
{
color: #74548F;
}
.AnyTagClassName
{
color: #74548F;
}
</style>
background-color css
<style>
a { background-color: #74548F; }
a { background-color: rgb(116,84,143); }
div.DivClassName
{
background-color: #74548F;
}
.BgClassName
{
background-color: #74548F;
}
</style>
border-color css
<style>
span { border-color: #74548F; }
span { border-color: rgb(116,84,143); }
td.TdClassName
{
border-color: #74548F;
}
.TagClassName
{
border-color: #74548F;
}
</style>