Shades of Butterfly Bush #644C90
Tints of Butterfly Bush #644C90
RGB
CMYK
RGB Variations
Color information
#644C90 (or 0x644C90) is known color: Butterfly Bush. HEX triplet: 64, 4C and 90. RGB value is (100,76,144). Sum of RGB (Red+Green+Blue) = 100+76+144=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #644C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644C90 is #9BB36F. Grayscale: #5A5A5A. Windows color (decimal): -10204016 or 9456740. OLE color: 9456740.
HSL color Cylindrical-coordinate representation of color #644C90: hue angle of 261.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #644C90 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 76 | 144 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.44 |
| HSL | 261.18º | 0.31% | 0.43% | - |
| HSV(B) | 261.18º | 0.47% | 0.56% | - |
| XYZ | 12.87 | 9.89 | 27.62 | - |
| YUV | 90.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 144 | 0.31 | 0.47 | 0 | 0.44 | 261.18 | 0.31 | 0.43 |
| Hex | 64 | 4C | 90 | 1F | 2F | 0 | 2C | 105 | 1F | 2B |
| Octal | 144 | 114 | 220 | 37 | 57 | 0 | 54 | 405 | 37 | 53 |
| Binary | 1100100 | 1001100 | 10010000 | 11111 | 101111 | 0 | 101100 | 100000101 | 11111 | 101011 |
Color Harmonies of #644C90
Complementary color
Monochromatic Colors of #644C90
Black with #644C90
Text Example
Text Example
White with #644C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C90; }
p { color: rgb(100,76,144); }
H1.HeaderClassName
{
color: #644C90;
}
.AnyTagClassName
{
color: #644C90;
}
</style>
background-color css
<style>
a { background-color: #644C90; }
a { background-color: rgb(100,76,144); }
div.DivClassName
{
background-color: #644C90;
}
.BgClassName
{
background-color: #644C90;
}
</style>
border-color css
<style>
span { border-color: #644C90; }
span { border-color: rgb(100,76,144); }
td.TdClassName
{
border-color: #644C90;
}
.TagClassName
{
border-color: #644C90;
}
</style>