Shades of Butterfly Bush #644B81
Tints of Butterfly Bush #644B81
RGB
CMYK
RGB Variations
Color information
#644B81 (or 0x644B81) is known color: Butterfly Bush. HEX triplet: 64, 4B and 81. RGB value is (100,75,129). Sum of RGB (Red+Green+Blue) = 100+75+129=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #644B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644B81 is #9BB47E. Grayscale: #585858. Windows color (decimal): -10204287 or 8473444. OLE color: 8473444.
HSL color Cylindrical-coordinate representation of color #644B81: hue angle of 267.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #644B81 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 75 | 129 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.49 |
| HSL | 267.78º | 0.26% | 0.4% | - |
| HSV(B) | 267.78º | 0.42% | 0.51% | - |
| XYZ | 11.73 | 9.33 | 21.95 | - |
| YUV | 88.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 129 | 0.22 | 0.42 | 0 | 0.49 | 267.78 | 0.26 | 0.4 |
| Hex | 64 | 4B | 81 | 16 | 2A | 0 | 31 | 10C | 1A | 28 |
| Octal | 144 | 113 | 201 | 26 | 52 | 0 | 61 | 414 | 32 | 50 |
| Binary | 1100100 | 1001011 | 10000001 | 10110 | 101010 | 0 | 110001 | 100001100 | 11010 | 101000 |
Color Harmonies of #644B81
Complementary color
Monochromatic Colors of #644B81
Black with #644B81
Text Example
Text Example
White with #644B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B81; }
p { color: rgb(100,75,129); }
H1.HeaderClassName
{
color: #644B81;
}
.AnyTagClassName
{
color: #644B81;
}
</style>
background-color css
<style>
a { background-color: #644B81; }
a { background-color: rgb(100,75,129); }
div.DivClassName
{
background-color: #644B81;
}
.BgClassName
{
background-color: #644B81;
}
</style>
border-color css
<style>
span { border-color: #644B81; }
span { border-color: rgb(100,75,129); }
td.TdClassName
{
border-color: #644B81;
}
.TagClassName
{
border-color: #644B81;
}
</style>