Shades of Affair #74498A
Tints of Affair #74498A
RGB
CMYK
RGB Variations
Color information
#74498A (or 0x74498A) is known color: Affair. HEX triplet: 74, 49 and 8A. RGB value is (116,73,138). Sum of RGB (Red+Green+Blue) = 116+73+138=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #74498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74498A is #8BB675. Grayscale: #5D5D5D. Windows color (decimal): -9156214 or 9062772. OLE color: 9062772.
HSL color Cylindrical-coordinate representation of color #74498A: hue angle of 279.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74498A is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 73 | 138 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.46 |
| HSL | 279.69º | 0.31% | 0.41% | - |
| HSV(B) | 279.69º | 0.47% | 0.54% | - |
| XYZ | 14.17 | 10.31 | 25.29 | - |
| YUV | 93.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 138 | 0.16 | 0.47 | 0 | 0.46 | 279.69 | 0.31 | 0.41 |
| Hex | 74 | 49 | 8A | 10 | 2F | 0 | 2E | 118 | 1F | 29 |
| Octal | 164 | 111 | 212 | 20 | 57 | 0 | 56 | 430 | 37 | 51 |
| Binary | 1110100 | 1001001 | 10001010 | 10000 | 101111 | 0 | 101110 | 100011000 | 11111 | 101001 |
Color Harmonies of #74498A
Complementary color
Monochromatic Colors of #74498A
Black with #74498A
Text Example
Text Example
White with #74498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74498A; }
p { color: rgb(116,73,138); }
H1.HeaderClassName
{
color: #74498A;
}
.AnyTagClassName
{
color: #74498A;
}
</style>
background-color css
<style>
a { background-color: #74498A; }
a { background-color: rgb(116,73,138); }
div.DivClassName
{
background-color: #74498A;
}
.BgClassName
{
background-color: #74498A;
}
</style>
border-color css
<style>
span { border-color: #74498A; }
span { border-color: rgb(116,73,138); }
td.TdClassName
{
border-color: #74498A;
}
.TagClassName
{
border-color: #74498A;
}
</style>