Shades of Butterfly Bush #654C84
Tints of Butterfly Bush #654C84
RGB
CMYK
RGB Variations
Color information
#654C84 (or 0x654C84) is known color: Butterfly Bush. HEX triplet: 65, 4C and 84. RGB value is (101,76,132). Sum of RGB (Red+Green+Blue) = 101+76+132=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #654C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654C84 is #9AB37B. Grayscale: #595959. Windows color (decimal): -10138492 or 8670309. OLE color: 8670309.
HSL color Cylindrical-coordinate representation of color #654C84: hue angle of 266.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #654C84 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 76 | 132 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.48 |
| HSL | 266.79º | 0.27% | 0.41% | - |
| HSV(B) | 266.79º | 0.42% | 0.52% | - |
| XYZ | 12.12 | 9.6 | 23.04 | - |
| YUV | 89.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 132 | 0.23 | 0.42 | 0 | 0.48 | 266.79 | 0.27 | 0.41 |
| Hex | 65 | 4C | 84 | 17 | 2A | 0 | 30 | 10B | 1B | 29 |
| Octal | 145 | 114 | 204 | 27 | 52 | 0 | 60 | 413 | 33 | 51 |
| Binary | 1100101 | 1001100 | 10000100 | 10111 | 101010 | 0 | 110000 | 100001011 | 11011 | 101001 |
Color Harmonies of #654C84
Complementary color
Monochromatic Colors of #654C84
Black with #654C84
Text Example
Text Example
White with #654C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C84; }
p { color: rgb(101,76,132); }
H1.HeaderClassName
{
color: #654C84;
}
.AnyTagClassName
{
color: #654C84;
}
</style>
background-color css
<style>
a { background-color: #654C84; }
a { background-color: rgb(101,76,132); }
div.DivClassName
{
background-color: #654C84;
}
.BgClassName
{
background-color: #654C84;
}
</style>
border-color css
<style>
span { border-color: #654C84; }
span { border-color: rgb(101,76,132); }
td.TdClassName
{
border-color: #654C84;
}
.TagClassName
{
border-color: #654C84;
}
</style>