Shades of Affair #74528F
Tints of Affair #74528F
RGB
CMYK
RGB Variations
Color information
#74528F (or 0x74528F) is known color: Affair. HEX triplet: 74, 52 and 8F. RGB value is (116,82,143). Sum of RGB (Red+Green+Blue) = 116+82+143=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 143 - color contains mainly: blue. Hex color #74528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74528F is #8BAD70. Grayscale: #626262. Windows color (decimal): -9153905 or 9392756. OLE color: 9392756.
HSL color Cylindrical-coordinate representation of color #74528F: hue angle of 273.44º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74528F is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 82 | 143 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.44 |
| HSL | 273.44º | 0.27% | 0.44% | - |
| HSV(B) | 273.44º | 0.43% | 0.56% | - |
| XYZ | 15.18 | 11.73 | 27.45 | - |
| YUV | 99.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 143 | 0.19 | 0.43 | 0 | 0.44 | 273.44 | 0.27 | 0.44 |
| Hex | 74 | 52 | 8F | 13 | 2B | 0 | 2C | 111 | 1B | 2C |
| Octal | 164 | 122 | 217 | 23 | 53 | 0 | 54 | 421 | 33 | 54 |
| Binary | 1110100 | 1010010 | 10001111 | 10011 | 101011 | 0 | 101100 | 100010001 | 11011 | 101100 |
Color Harmonies of #74528F
Complementary color
Monochromatic Colors of #74528F
Black with #74528F
Text Example
Text Example
White with #74528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74528F; }
p { color: rgb(116,82,143); }
H1.HeaderClassName
{
color: #74528F;
}
.AnyTagClassName
{
color: #74528F;
}
</style>
background-color css
<style>
a { background-color: #74528F; }
a { background-color: rgb(116,82,143); }
div.DivClassName
{
background-color: #74528F;
}
.BgClassName
{
background-color: #74528F;
}
</style>
border-color css
<style>
span { border-color: #74528F; }
span { border-color: rgb(116,82,143); }
td.TdClassName
{
border-color: #74528F;
}
.TagClassName
{
border-color: #74528F;
}
</style>