Shades of Affair #74418F
Tints of Affair #74418F
RGB
CMYK
RGB Variations
Color information
#74418F (or 0x74418F) is known color: Affair. HEX triplet: 74, 41 and 8F. RGB value is (116,65,143). Sum of RGB (Red+Green+Blue) = 116+65+143=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #74418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74418F is #8BBE70. Grayscale: #585858. Windows color (decimal): -9158257 or 9388404. OLE color: 9388404.
HSL color Cylindrical-coordinate representation of color #74418F: hue angle of 279.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74418F is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 65 | 143 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.44 |
| HSL | 279.23º | 0.38% | 0.41% | - |
| HSV(B) | 279.23º | 0.55% | 0.56% | - |
| XYZ | 14.05 | 9.48 | 27.08 | - |
| YUV | 89.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 143 | 0.19 | 0.55 | 0 | 0.44 | 279.23 | 0.38 | 0.41 |
| Hex | 74 | 41 | 8F | 13 | 37 | 0 | 2C | 117 | 26 | 29 |
| Octal | 164 | 101 | 217 | 23 | 67 | 0 | 54 | 427 | 46 | 51 |
| Binary | 1110100 | 1000001 | 10001111 | 10011 | 110111 | 0 | 101100 | 100010111 | 100110 | 101001 |
Color Harmonies of #74418F
Complementary color
Monochromatic Colors of #74418F
Black with #74418F
Text Example
Text Example
White with #74418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74418F; }
p { color: rgb(116,65,143); }
H1.HeaderClassName
{
color: #74418F;
}
.AnyTagClassName
{
color: #74418F;
}
</style>
background-color css
<style>
a { background-color: #74418F; }
a { background-color: rgb(116,65,143); }
div.DivClassName
{
background-color: #74418F;
}
.BgClassName
{
background-color: #74418F;
}
</style>
border-color css
<style>
span { border-color: #74418F; }
span { border-color: rgb(116,65,143); }
td.TdClassName
{
border-color: #74418F;
}
.TagClassName
{
border-color: #74418F;
}
</style>