Shades of Butterfly Bush #64519A
Tints of Butterfly Bush #64519A
RGB
CMYK
RGB Variations
Color information
#64519A (or 0x64519A) is known color: Butterfly Bush. HEX triplet: 64, 51 and 9A. RGB value is (100,81,154). Sum of RGB (Red+Green+Blue) = 100+81+154=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #64519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64519A is #9BAE65. Grayscale: #5E5E5E. Windows color (decimal): -10202726 or 10113380. OLE color: 10113380.
HSL color Cylindrical-coordinate representation of color #64519A: hue angle of 255.62º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64519A is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 81 | 154 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.40 |
| HSL | 255.62º | 0.31% | 0.46% | - |
| HSV(B) | 255.62º | 0.47% | 0.6% | - |
| XYZ | 14.03 | 10.93 | 31.94 | - |
| YUV | 95 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 154 | 0.35 | 0.47 | 0 | 0.40 | 255.62 | 0.31 | 0.46 |
| Hex | 64 | 51 | 9A | 23 | 2F | 0 | 28 | 100 | 1F | 2E |
| Octal | 144 | 121 | 232 | 43 | 57 | 0 | 50 | 400 | 37 | 56 |
| Binary | 1100100 | 1010001 | 10011010 | 100011 | 101111 | 0 | 101000 | 100000000 | 11111 | 101110 |
Color Harmonies of #64519A
Complementary color
Monochromatic Colors of #64519A
Black with #64519A
Text Example
Text Example
White with #64519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64519A; }
p { color: rgb(100,81,154); }
H1.HeaderClassName
{
color: #64519A;
}
.AnyTagClassName
{
color: #64519A;
}
</style>
background-color css
<style>
a { background-color: #64519A; }
a { background-color: rgb(100,81,154); }
div.DivClassName
{
background-color: #64519A;
}
.BgClassName
{
background-color: #64519A;
}
</style>
border-color css
<style>
span { border-color: #64519A; }
span { border-color: rgb(100,81,154); }
td.TdClassName
{
border-color: #64519A;
}
.TagClassName
{
border-color: #64519A;
}
</style>