Shades of Butterfly Bush #64519C
Tints of Butterfly Bush #64519C
RGB
CMYK
RGB Variations
Color information
#64519C (or 0x64519C) is known color: Butterfly Bush. HEX triplet: 64, 51 and 9C. RGB value is (100,81,156). Sum of RGB (Red+Green+Blue) = 100+81+156=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #64519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64519C is #9BAE63. Grayscale: #5E5E5E. Windows color (decimal): -10202724 or 10244452. OLE color: 10244452.
HSL color Cylindrical-coordinate representation of color #64519C: hue angle of 255.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64519C is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 81 | 156 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.39 |
| HSL | 255.2º | 0.32% | 0.46% | - |
| HSV(B) | 255.2º | 0.48% | 0.61% | - |
| XYZ | 14.2 | 10.99 | 32.83 | - |
| YUV | 95.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 156 | 0.36 | 0.48 | 0 | 0.39 | 255.2 | 0.32 | 0.46 |
| Hex | 64 | 51 | 9C | 24 | 30 | 0 | 27 | FF | 20 | 2E |
| Octal | 144 | 121 | 234 | 44 | 60 | 0 | 47 | 377 | 40 | 56 |
| Binary | 1100100 | 1010001 | 10011100 | 100100 | 110000 | 0 | 100111 | 11111111 | 100000 | 101110 |
Color Harmonies of #64519C
Complementary color
Monochromatic Colors of #64519C
Black with #64519C
Text Example
Text Example
White with #64519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64519C; }
p { color: rgb(100,81,156); }
H1.HeaderClassName
{
color: #64519C;
}
.AnyTagClassName
{
color: #64519C;
}
</style>
background-color css
<style>
a { background-color: #64519C; }
a { background-color: rgb(100,81,156); }
div.DivClassName
{
background-color: #64519C;
}
.BgClassName
{
background-color: #64519C;
}
</style>
border-color css
<style>
span { border-color: #64519C; }
span { border-color: rgb(100,81,156); }
td.TdClassName
{
border-color: #64519C;
}
.TagClassName
{
border-color: #64519C;
}
</style>