Shades of Butterfly Bush #65519B
Tints of Butterfly Bush #65519B
RGB
CMYK
RGB Variations
Color information
#65519B (or 0x65519B) is known color: Butterfly Bush. HEX triplet: 65, 51 and 9B. RGB value is (101,81,155). Sum of RGB (Red+Green+Blue) = 101+81+155=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #65519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65519B is #9AAE64. Grayscale: #5F5F5F. Windows color (decimal): -10137189 or 10178917. OLE color: 10178917.
HSL color Cylindrical-coordinate representation of color #65519B: hue angle of 256.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65519B is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 81 | 155 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.39 |
| HSL | 256.22º | 0.31% | 0.46% | - |
| HSV(B) | 256.22º | 0.48% | 0.61% | - |
| XYZ | 14.23 | 11.02 | 32.39 | - |
| YUV | 95.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 155 | 0.35 | 0.48 | 0 | 0.39 | 256.22 | 0.31 | 0.46 |
| Hex | 65 | 51 | 9B | 23 | 30 | 0 | 27 | 100 | 1F | 2E |
| Octal | 145 | 121 | 233 | 43 | 60 | 0 | 47 | 400 | 37 | 56 |
| Binary | 1100101 | 1010001 | 10011011 | 100011 | 110000 | 0 | 100111 | 100000000 | 11111 | 101110 |
Color Harmonies of #65519B
Complementary color
Monochromatic Colors of #65519B
Black with #65519B
Text Example
Text Example
White with #65519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65519B; }
p { color: rgb(101,81,155); }
H1.HeaderClassName
{
color: #65519B;
}
.AnyTagClassName
{
color: #65519B;
}
</style>
background-color css
<style>
a { background-color: #65519B; }
a { background-color: rgb(101,81,155); }
div.DivClassName
{
background-color: #65519B;
}
.BgClassName
{
background-color: #65519B;
}
</style>
border-color css
<style>
span { border-color: #65519B; }
span { border-color: rgb(101,81,155); }
td.TdClassName
{
border-color: #65519B;
}
.TagClassName
{
border-color: #65519B;
}
</style>