Shades of Affair #644B7B
Tints of Affair #644B7B
RGB
CMYK
RGB Variations
Color information
#644B7B (or 0x644B7B) is known color: Affair. HEX triplet: 64, 4B and 7B. RGB value is (100,75,123). Sum of RGB (Red+Green+Blue) = 100+75+123=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #644B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B7B is #9BB484. Grayscale: #575757. Windows color (decimal): -10204293 or 8080228. OLE color: 8080228.
HSL color Cylindrical-coordinate representation of color #644B7B: hue angle of 271.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #644B7B is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 75 | 123 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.52 |
| HSL | 271.25º | 0.24% | 0.39% | - |
| HSV(B) | 271.25º | 0.39% | 0.48% | - |
| XYZ | 11.35 | 9.17 | 19.91 | - |
| YUV | 87.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 123 | 0.19 | 0.39 | 0 | 0.52 | 271.25 | 0.24 | 0.39 |
| Hex | 64 | 4B | 7B | 13 | 27 | 0 | 34 | 10F | 18 | 27 |
| Octal | 144 | 113 | 173 | 23 | 47 | 0 | 64 | 417 | 30 | 47 |
| Binary | 1100100 | 1001011 | 1111011 | 10011 | 100111 | 0 | 110100 | 100001111 | 11000 | 100111 |
Color Harmonies of #644B7B
Complementary color
Monochromatic Colors of #644B7B
Black with #644B7B
Text Example
Text Example
White with #644B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B7B; }
p { color: rgb(100,75,123); }
H1.HeaderClassName
{
color: #644B7B;
}
.AnyTagClassName
{
color: #644B7B;
}
</style>
background-color css
<style>
a { background-color: #644B7B; }
a { background-color: rgb(100,75,123); }
div.DivClassName
{
background-color: #644B7B;
}
.BgClassName
{
background-color: #644B7B;
}
</style>
border-color css
<style>
span { border-color: #644B7B; }
span { border-color: rgb(100,75,123); }
td.TdClassName
{
border-color: #644B7B;
}
.TagClassName
{
border-color: #644B7B;
}
</style>