Shades of Butterfly Bush #644B8B
Tints of Butterfly Bush #644B8B
RGB
CMYK
RGB Variations
Color information
#644B8B (or 0x644B8B) is known color: Butterfly Bush. HEX triplet: 64, 4B and 8B. RGB value is (100,75,139). Sum of RGB (Red+Green+Blue) = 100+75+139=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #644B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644B8B is #9BB474. Grayscale: #595959. Windows color (decimal): -10204277 or 9128804. OLE color: 9128804.
HSL color Cylindrical-coordinate representation of color #644B8B: hue angle of 263.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644B8B is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 75 | 139 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.45 |
| HSL | 263.44º | 0.3% | 0.42% | - |
| HSV(B) | 263.44º | 0.46% | 0.55% | - |
| XYZ | 12.43 | 9.61 | 25.62 | - |
| YUV | 89.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 139 | 0.28 | 0.46 | 0 | 0.45 | 263.44 | 0.3 | 0.42 |
| Hex | 64 | 4B | 8B | 1C | 2E | 0 | 2D | 107 | 1E | 2A |
| Octal | 144 | 113 | 213 | 34 | 56 | 0 | 55 | 407 | 36 | 52 |
| Binary | 1100100 | 1001011 | 10001011 | 11100 | 101110 | 0 | 101101 | 100000111 | 11110 | 101010 |
Color Harmonies of #644B8B
Complementary color
Monochromatic Colors of #644B8B
Black with #644B8B
Text Example
Text Example
White with #644B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B8B; }
p { color: rgb(100,75,139); }
H1.HeaderClassName
{
color: #644B8B;
}
.AnyTagClassName
{
color: #644B8B;
}
</style>
background-color css
<style>
a { background-color: #644B8B; }
a { background-color: rgb(100,75,139); }
div.DivClassName
{
background-color: #644B8B;
}
.BgClassName
{
background-color: #644B8B;
}
</style>
border-color css
<style>
span { border-color: #644B8B; }
span { border-color: rgb(100,75,139); }
td.TdClassName
{
border-color: #644B8B;
}
.TagClassName
{
border-color: #644B8B;
}
</style>