Shades of Affair #674D78
Tints of Affair #674D78
RGB
CMYK
RGB Variations
Color information
#674D78 (or 0x674D78) is known color: Affair. HEX triplet: 67, 4D and 78. RGB value is (103,77,120). Sum of RGB (Red+Green+Blue) = 103+77+120=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #674D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D78 is #98B287. Grayscale: #595959. Windows color (decimal): -10007176 or 7884135. OLE color: 7884135.
HSL color Cylindrical-coordinate representation of color #674D78: hue angle of 276.28º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674D78 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 77 | 120 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.53 |
| HSL | 276.28º | 0.22% | 0.39% | - |
| HSV(B) | 276.28º | 0.36% | 0.47% | - |
| XYZ | 11.64 | 9.55 | 19 | - |
| YUV | 89.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 120 | 0.14 | 0.36 | 0 | 0.53 | 276.28 | 0.22 | 0.39 |
| Hex | 67 | 4D | 78 | E | 24 | 0 | 35 | 114 | 16 | 27 |
| Octal | 147 | 115 | 170 | 16 | 44 | 0 | 65 | 424 | 26 | 47 |
| Binary | 1100111 | 1001101 | 1111000 | 1110 | 100100 | 0 | 110101 | 100010100 | 10110 | 100111 |
Color Harmonies of #674D78
Complementary color
Monochromatic Colors of #674D78
Black with #674D78
Text Example
Text Example
White with #674D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D78; }
p { color: rgb(103,77,120); }
H1.HeaderClassName
{
color: #674D78;
}
.AnyTagClassName
{
color: #674D78;
}
</style>
background-color css
<style>
a { background-color: #674D78; }
a { background-color: rgb(103,77,120); }
div.DivClassName
{
background-color: #674D78;
}
.BgClassName
{
background-color: #674D78;
}
</style>
border-color css
<style>
span { border-color: #674D78; }
span { border-color: rgb(103,77,120); }
td.TdClassName
{
border-color: #674D78;
}
.TagClassName
{
border-color: #674D78;
}
</style>