Shades of Butterfly Bush #65517E
Tints of Butterfly Bush #65517E
RGB
CMYK
RGB Variations
Color information
#65517E (or 0x65517E) is known color: Butterfly Bush. HEX triplet: 65, 51 and 7E. RGB value is (101,81,126). Sum of RGB (Red+Green+Blue) = 101+81+126=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #65517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65517E is #9AAE81. Grayscale: #5B5B5B. Windows color (decimal): -10137218 or 8278373. OLE color: 8278373.
HSL color Cylindrical-coordinate representation of color #65517E: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65517E is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 81 | 126 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.51 |
| HSL | 266.67º | 0.22% | 0.41% | - |
| HSV(B) | 266.67º | 0.36% | 0.49% | - |
| XYZ | 12.08 | 10.16 | 21.06 | - |
| YUV | 92.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 126 | 0.20 | 0.36 | 0 | 0.51 | 266.67 | 0.22 | 0.41 |
| Hex | 65 | 51 | 7E | 14 | 24 | 0 | 33 | 10B | 16 | 29 |
| Octal | 145 | 121 | 176 | 24 | 44 | 0 | 63 | 413 | 26 | 51 |
| Binary | 1100101 | 1010001 | 1111110 | 10100 | 100100 | 0 | 110011 | 100001011 | 10110 | 101001 |
Color Harmonies of #65517E
Complementary color
Monochromatic Colors of #65517E
Black with #65517E
Text Example
Text Example
White with #65517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65517E; }
p { color: rgb(101,81,126); }
H1.HeaderClassName
{
color: #65517E;
}
.AnyTagClassName
{
color: #65517E;
}
</style>
background-color css
<style>
a { background-color: #65517E; }
a { background-color: rgb(101,81,126); }
div.DivClassName
{
background-color: #65517E;
}
.BgClassName
{
background-color: #65517E;
}
</style>
border-color css
<style>
span { border-color: #65517E; }
span { border-color: rgb(101,81,126); }
td.TdClassName
{
border-color: #65517E;
}
.TagClassName
{
border-color: #65517E;
}
</style>