Shades of Affair #654D7C
Tints of Affair #654D7C
RGB
CMYK
RGB Variations
Color information
#654D7C (or 0x654D7C) is known color: Affair. HEX triplet: 65, 4D and 7C. RGB value is (101,77,124). Sum of RGB (Red+Green+Blue) = 101+77+124=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #654D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D7C is #9AB283. Grayscale: #595959. Windows color (decimal): -10138244 or 8146277. OLE color: 8146277.
HSL color Cylindrical-coordinate representation of color #654D7C: hue angle of 270.64º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654D7C is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 77 | 124 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.51 |
| HSL | 270.64º | 0.23% | 0.39% | - |
| HSV(B) | 270.64º | 0.38% | 0.49% | - |
| XYZ | 11.66 | 9.53 | 20.29 | - |
| YUV | 89.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 124 | 0.19 | 0.38 | 0 | 0.51 | 270.64 | 0.23 | 0.39 |
| Hex | 65 | 4D | 7C | 13 | 26 | 0 | 33 | 10F | 17 | 27 |
| Octal | 145 | 115 | 174 | 23 | 46 | 0 | 63 | 417 | 27 | 47 |
| Binary | 1100101 | 1001101 | 1111100 | 10011 | 100110 | 0 | 110011 | 100001111 | 10111 | 100111 |
Color Harmonies of #654D7C
Complementary color
Monochromatic Colors of #654D7C
Black with #654D7C
Text Example
Text Example
White with #654D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D7C; }
p { color: rgb(101,77,124); }
H1.HeaderClassName
{
color: #654D7C;
}
.AnyTagClassName
{
color: #654D7C;
}
</style>
background-color css
<style>
a { background-color: #654D7C; }
a { background-color: rgb(101,77,124); }
div.DivClassName
{
background-color: #654D7C;
}
.BgClassName
{
background-color: #654D7C;
}
</style>
border-color css
<style>
span { border-color: #654D7C; }
span { border-color: rgb(101,77,124); }
td.TdClassName
{
border-color: #654D7C;
}
.TagClassName
{
border-color: #654D7C;
}
</style>