Shades of Butterfly Bush #654A91
Tints of Butterfly Bush #654A91
RGB
CMYK
RGB Variations
Color information
#654A91 (or 0x654A91) is known color: Butterfly Bush. HEX triplet: 65, 4A and 91. RGB value is (101,74,145). Sum of RGB (Red+Green+Blue) = 101+74+145=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #654A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654A91 is #9AB56E. Grayscale: #595959. Windows color (decimal): -10138991 or 9521765. OLE color: 9521765.
HSL color Cylindrical-coordinate representation of color #654A91: hue angle of 262.82º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654A91 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 74 | 145 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.43 |
| HSL | 262.82º | 0.32% | 0.43% | - |
| HSV(B) | 262.82º | 0.49% | 0.57% | - |
| XYZ | 12.93 | 9.71 | 27.98 | - |
| YUV | 90.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 145 | 0.30 | 0.49 | 0 | 0.43 | 262.82 | 0.32 | 0.43 |
| Hex | 65 | 4A | 91 | 1E | 31 | 0 | 2B | 107 | 20 | 2B |
| Octal | 145 | 112 | 221 | 36 | 61 | 0 | 53 | 407 | 40 | 53 |
| Binary | 1100101 | 1001010 | 10010001 | 11110 | 110001 | 0 | 101011 | 100000111 | 100000 | 101011 |
Color Harmonies of #654A91
Complementary color
Monochromatic Colors of #654A91
Black with #654A91
Text Example
Text Example
White with #654A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A91; }
p { color: rgb(101,74,145); }
H1.HeaderClassName
{
color: #654A91;
}
.AnyTagClassName
{
color: #654A91;
}
</style>
background-color css
<style>
a { background-color: #654A91; }
a { background-color: rgb(101,74,145); }
div.DivClassName
{
background-color: #654A91;
}
.BgClassName
{
background-color: #654A91;
}
</style>
border-color css
<style>
span { border-color: #654A91; }
span { border-color: rgb(101,74,145); }
td.TdClassName
{
border-color: #654A91;
}
.TagClassName
{
border-color: #654A91;
}
</style>