Shades of Butterfly Bush #654F84
Tints of Butterfly Bush #654F84
RGB
CMYK
RGB Variations
Color information
#654F84 (or 0x654F84) is known color: Butterfly Bush. HEX triplet: 65, 4F and 84. RGB value is (101,79,132). Sum of RGB (Red+Green+Blue) = 101+79+132=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #654F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654F84 is #9AB07B. Grayscale: #5B5B5B. Windows color (decimal): -10137724 or 8671077. OLE color: 8671077.
HSL color Cylindrical-coordinate representation of color #654F84: hue angle of 264.91º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654F84 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 79 | 132 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.48 |
| HSL | 264.91º | 0.25% | 0.41% | - |
| HSV(B) | 264.91º | 0.4% | 0.52% | - |
| XYZ | 12.33 | 10.02 | 23.12 | - |
| YUV | 91.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 132 | 0.23 | 0.40 | 0 | 0.48 | 264.91 | 0.25 | 0.41 |
| Hex | 65 | 4F | 84 | 17 | 28 | 0 | 30 | 109 | 19 | 29 |
| Octal | 145 | 117 | 204 | 27 | 50 | 0 | 60 | 411 | 31 | 51 |
| Binary | 1100101 | 1001111 | 10000100 | 10111 | 101000 | 0 | 110000 | 100001001 | 11001 | 101001 |
Color Harmonies of #654F84
Complementary color
Monochromatic Colors of #654F84
Black with #654F84
Text Example
Text Example
White with #654F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F84; }
p { color: rgb(101,79,132); }
H1.HeaderClassName
{
color: #654F84;
}
.AnyTagClassName
{
color: #654F84;
}
</style>
background-color css
<style>
a { background-color: #654F84; }
a { background-color: rgb(101,79,132); }
div.DivClassName
{
background-color: #654F84;
}
.BgClassName
{
background-color: #654F84;
}
</style>
border-color css
<style>
span { border-color: #654F84; }
span { border-color: rgb(101,79,132); }
td.TdClassName
{
border-color: #654F84;
}
.TagClassName
{
border-color: #654F84;
}
</style>