Shades of Butterfly Bush #64578E
Tints of Butterfly Bush #64578E
RGB
CMYK
RGB Variations
Color information
#64578E (or 0x64578E) is known color: Butterfly Bush. HEX triplet: 64, 57 and 8E. RGB value is (100,87,142). Sum of RGB (Red+Green+Blue) = 100+87+142=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #64578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64578E is #9BA871. Grayscale: #606060. Windows color (decimal): -10201202 or 9328484. OLE color: 9328484.
HSL color Cylindrical-coordinate representation of color #64578E: hue angle of 254.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64578E is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 87 | 142 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.44 |
| HSL | 254.18º | 0.24% | 0.45% | - |
| HSV(B) | 254.18º | 0.39% | 0.56% | - |
| XYZ | 13.55 | 11.48 | 27.09 | - |
| YUV | 97.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 142 | 0.30 | 0.39 | 0 | 0.44 | 254.18 | 0.24 | 0.45 |
| Hex | 64 | 57 | 8E | 1E | 27 | 0 | 2C | FE | 18 | 2D |
| Octal | 144 | 127 | 216 | 36 | 47 | 0 | 54 | 376 | 30 | 55 |
| Binary | 1100100 | 1010111 | 10001110 | 11110 | 100111 | 0 | 101100 | 11111110 | 11000 | 101101 |
Color Harmonies of #64578E
Complementary color
Monochromatic Colors of #64578E
Black with #64578E
Text Example
Text Example
White with #64578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64578E; }
p { color: rgb(100,87,142); }
H1.HeaderClassName
{
color: #64578E;
}
.AnyTagClassName
{
color: #64578E;
}
</style>
background-color css
<style>
a { background-color: #64578E; }
a { background-color: rgb(100,87,142); }
div.DivClassName
{
background-color: #64578E;
}
.BgClassName
{
background-color: #64578E;
}
</style>
border-color css
<style>
span { border-color: #64578E; }
span { border-color: rgb(100,87,142); }
td.TdClassName
{
border-color: #64578E;
}
.TagClassName
{
border-color: #64578E;
}
</style>