Shades of Butterfly Bush #64529D
Tints of Butterfly Bush #64529D
RGB
CMYK
RGB Variations
Color information
#64529D (or 0x64529D) is known color: Butterfly Bush. HEX triplet: 64, 52 and 9D. RGB value is (100,82,157). Sum of RGB (Red+Green+Blue) = 100+82+157=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #64529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64529D is #9BAD62. Grayscale: #5F5F5F. Windows color (decimal): -10202467 or 10310244. OLE color: 10310244.
HSL color Cylindrical-coordinate representation of color #64529D: hue angle of 254.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64529D is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 82 | 157 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.38 |
| HSL | 254.4º | 0.31% | 0.47% | - |
| HSV(B) | 254.4º | 0.48% | 0.62% | - |
| XYZ | 14.36 | 11.18 | 33.3 | - |
| YUV | 95.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 157 | 0.36 | 0.48 | 0 | 0.38 | 254.4 | 0.31 | 0.47 |
| Hex | 64 | 52 | 9D | 24 | 30 | 0 | 26 | FE | 1F | 2F |
| Octal | 144 | 122 | 235 | 44 | 60 | 0 | 46 | 376 | 37 | 57 |
| Binary | 1100100 | 1010010 | 10011101 | 100100 | 110000 | 0 | 100110 | 11111110 | 11111 | 101111 |
Color Harmonies of #64529D
Complementary color
Monochromatic Colors of #64529D
Black with #64529D
Text Example
Text Example
White with #64529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64529D; }
p { color: rgb(100,82,157); }
H1.HeaderClassName
{
color: #64529D;
}
.AnyTagClassName
{
color: #64529D;
}
</style>
background-color css
<style>
a { background-color: #64529D; }
a { background-color: rgb(100,82,157); }
div.DivClassName
{
background-color: #64529D;
}
.BgClassName
{
background-color: #64529D;
}
</style>
border-color css
<style>
span { border-color: #64529D; }
span { border-color: rgb(100,82,157); }
td.TdClassName
{
border-color: #64529D;
}
.TagClassName
{
border-color: #64529D;
}
</style>