Shades of Butterfly Bush #65517C
Tints of Butterfly Bush #65517C
RGB
CMYK
RGB Variations
Color information
#65517C (or 0x65517C) is known color: Butterfly Bush. HEX triplet: 65, 51 and 7C. RGB value is (101,81,124). Sum of RGB (Red+Green+Blue) = 101+81+124=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #65517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65517C is #9AAE83. Grayscale: #5B5B5B. Windows color (decimal): -10137220 or 8147301. OLE color: 8147301.
HSL color Cylindrical-coordinate representation of color #65517C: hue angle of 267.91º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65517C is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 81 | 124 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.51 |
| HSL | 267.91º | 0.21% | 0.4% | - |
| HSV(B) | 267.91º | 0.35% | 0.49% | - |
| XYZ | 11.95 | 10.11 | 20.39 | - |
| YUV | 91.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 124 | 0.19 | 0.35 | 0 | 0.51 | 267.91 | 0.21 | 0.4 |
| Hex | 65 | 51 | 7C | 13 | 23 | 0 | 33 | 10C | 15 | 28 |
| Octal | 145 | 121 | 174 | 23 | 43 | 0 | 63 | 414 | 25 | 50 |
| Binary | 1100101 | 1010001 | 1111100 | 10011 | 100011 | 0 | 110011 | 100001100 | 10101 | 101000 |
Color Harmonies of #65517C
Complementary color
Monochromatic Colors of #65517C
Black with #65517C
Text Example
Text Example
White with #65517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65517C; }
p { color: rgb(101,81,124); }
H1.HeaderClassName
{
color: #65517C;
}
.AnyTagClassName
{
color: #65517C;
}
</style>
background-color css
<style>
a { background-color: #65517C; }
a { background-color: rgb(101,81,124); }
div.DivClassName
{
background-color: #65517C;
}
.BgClassName
{
background-color: #65517C;
}
</style>
border-color css
<style>
span { border-color: #65517C; }
span { border-color: rgb(101,81,124); }
td.TdClassName
{
border-color: #65517C;
}
.TagClassName
{
border-color: #65517C;
}
</style>