Shades of Affair #65497C
Tints of Affair #65497C
RGB
CMYK
RGB Variations
Color information
#65497C (or 0x65497C) is known color: Affair. HEX triplet: 65, 49 and 7C. RGB value is (101,73,124). Sum of RGB (Red+Green+Blue) = 101+73+124=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #65497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65497C is #9AB683. Grayscale: #575757. Windows color (decimal): -10139268 or 8145253. OLE color: 8145253.
HSL color Cylindrical-coordinate representation of color #65497C: hue angle of 272.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65497C is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 73 | 124 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.51 |
| HSL | 272.94º | 0.26% | 0.39% | - |
| HSV(B) | 272.94º | 0.41% | 0.49% | - |
| XYZ | 11.39 | 8.99 | 20.2 | - |
| YUV | 87.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 124 | 0.19 | 0.41 | 0 | 0.51 | 272.94 | 0.26 | 0.39 |
| Hex | 65 | 49 | 7C | 13 | 29 | 0 | 33 | 111 | 1A | 27 |
| Octal | 145 | 111 | 174 | 23 | 51 | 0 | 63 | 421 | 32 | 47 |
| Binary | 1100101 | 1001001 | 1111100 | 10011 | 101001 | 0 | 110011 | 100010001 | 11010 | 100111 |
Color Harmonies of #65497C
Complementary color
Monochromatic Colors of #65497C
Black with #65497C
Text Example
Text Example
White with #65497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65497C; }
p { color: rgb(101,73,124); }
H1.HeaderClassName
{
color: #65497C;
}
.AnyTagClassName
{
color: #65497C;
}
</style>
background-color css
<style>
a { background-color: #65497C; }
a { background-color: rgb(101,73,124); }
div.DivClassName
{
background-color: #65497C;
}
.BgClassName
{
background-color: #65497C;
}
</style>
border-color css
<style>
span { border-color: #65497C; }
span { border-color: rgb(101,73,124); }
td.TdClassName
{
border-color: #65497C;
}
.TagClassName
{
border-color: #65497C;
}
</style>