Shades of Butterfly Bush #654987
Tints of Butterfly Bush #654987
RGB
CMYK
RGB Variations
Color information
#654987 (or 0x654987) is known color: Butterfly Bush. HEX triplet: 65, 49 and 87. RGB value is (101,73,135). Sum of RGB (Red+Green+Blue) = 101+73+135=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #654987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654987 is #9AB678. Grayscale: #585858. Windows color (decimal): -10139257 or 8866149. OLE color: 8866149.
HSL color Cylindrical-coordinate representation of color #654987: hue angle of 267.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654987 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 73 | 135 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.47 |
| HSL | 267.1º | 0.3% | 0.41% | - |
| HSV(B) | 267.1º | 0.46% | 0.53% | - |
| XYZ | 12.12 | 9.28 | 24.07 | - |
| YUV | 88.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 135 | 0.25 | 0.46 | 0 | 0.47 | 267.1 | 0.3 | 0.41 |
| Hex | 65 | 49 | 87 | 19 | 2E | 0 | 2F | 10B | 1E | 29 |
| Octal | 145 | 111 | 207 | 31 | 56 | 0 | 57 | 413 | 36 | 51 |
| Binary | 1100101 | 1001001 | 10000111 | 11001 | 101110 | 0 | 101111 | 100001011 | 11110 | 101001 |
Color Harmonies of #654987
Complementary color
Monochromatic Colors of #654987
Black with #654987
Text Example
Text Example
White with #654987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654987; }
p { color: rgb(101,73,135); }
H1.HeaderClassName
{
color: #654987;
}
.AnyTagClassName
{
color: #654987;
}
</style>
background-color css
<style>
a { background-color: #654987; }
a { background-color: rgb(101,73,135); }
div.DivClassName
{
background-color: #654987;
}
.BgClassName
{
background-color: #654987;
}
</style>
border-color css
<style>
span { border-color: #654987; }
span { border-color: rgb(101,73,135); }
td.TdClassName
{
border-color: #654987;
}
.TagClassName
{
border-color: #654987;
}
</style>