Shades of Affair #644C7B
Tints of Affair #644C7B
RGB
CMYK
RGB Variations
Color information
#644C7B (or 0x644C7B) is known color: Affair. HEX triplet: 64, 4C and 7B. RGB value is (100,76,123). Sum of RGB (Red+Green+Blue) = 100+76+123=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #644C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C7B is #9BB384. Grayscale: #585858. Windows color (decimal): -10204037 or 8080484. OLE color: 8080484.
HSL color Cylindrical-coordinate representation of color #644C7B: hue angle of 270.64º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #644C7B is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 76 | 123 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.52 |
| HSL | 270.64º | 0.24% | 0.39% | - |
| HSV(B) | 270.64º | 0.38% | 0.48% | - |
| XYZ | 11.42 | 9.31 | 19.93 | - |
| YUV | 88.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 123 | 0.19 | 0.38 | 0 | 0.52 | 270.64 | 0.24 | 0.39 |
| Hex | 64 | 4C | 7B | 13 | 26 | 0 | 34 | 10F | 18 | 27 |
| Octal | 144 | 114 | 173 | 23 | 46 | 0 | 64 | 417 | 30 | 47 |
| Binary | 1100100 | 1001100 | 1111011 | 10011 | 100110 | 0 | 110100 | 100001111 | 11000 | 100111 |
Color Harmonies of #644C7B
Complementary color
Monochromatic Colors of #644C7B
Black with #644C7B
Text Example
Text Example
White with #644C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C7B; }
p { color: rgb(100,76,123); }
H1.HeaderClassName
{
color: #644C7B;
}
.AnyTagClassName
{
color: #644C7B;
}
</style>
background-color css
<style>
a { background-color: #644C7B; }
a { background-color: rgb(100,76,123); }
div.DivClassName
{
background-color: #644C7B;
}
.BgClassName
{
background-color: #644C7B;
}
</style>
border-color css
<style>
span { border-color: #644C7B; }
span { border-color: rgb(100,76,123); }
td.TdClassName
{
border-color: #644C7B;
}
.TagClassName
{
border-color: #644C7B;
}
</style>