Shades of Affair #74517F
Tints of Affair #74517F
RGB
CMYK
RGB Variations
Color information
#74517F (or 0x74517F) is known color: Affair. HEX triplet: 74, 51 and 7F. RGB value is (116,81,127). Sum of RGB (Red+Green+Blue) = 116+81+127=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #74517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74517F is #8BAE80. Grayscale: #606060. Windows color (decimal): -9154177 or 8343924. OLE color: 8343924.
HSL color Cylindrical-coordinate representation of color #74517F: hue angle of 285.65º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74517F is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 81 | 127 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.50 |
| HSL | 285.65º | 0.22% | 0.41% | - |
| HSV(B) | 285.65º | 0.36% | 0.5% | - |
| XYZ | 13.98 | 11.13 | 21.49 | - |
| YUV | 96.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 127 | 0.09 | 0.36 | 0 | 0.50 | 285.65 | 0.22 | 0.41 |
| Hex | 74 | 51 | 7F | 9 | 24 | 0 | 32 | 11E | 16 | 29 |
| Octal | 164 | 121 | 177 | 11 | 44 | 0 | 62 | 436 | 26 | 51 |
| Binary | 1110100 | 1010001 | 1111111 | 1001 | 100100 | 0 | 110010 | 100011110 | 10110 | 101001 |
Color Harmonies of #74517F
Complementary color
Monochromatic Colors of #74517F
Black with #74517F
Text Example
Text Example
White with #74517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74517F; }
p { color: rgb(116,81,127); }
H1.HeaderClassName
{
color: #74517F;
}
.AnyTagClassName
{
color: #74517F;
}
</style>
background-color css
<style>
a { background-color: #74517F; }
a { background-color: rgb(116,81,127); }
div.DivClassName
{
background-color: #74517F;
}
.BgClassName
{
background-color: #74517F;
}
</style>
border-color css
<style>
span { border-color: #74517F; }
span { border-color: rgb(116,81,127); }
td.TdClassName
{
border-color: #74517F;
}
.TagClassName
{
border-color: #74517F;
}
</style>