Shades of Butterfly Bush #63527E
Tints of Butterfly Bush #63527E
RGB
CMYK
RGB Variations
Color information
#63527E (or 0x63527E) is known color: Butterfly Bush. HEX triplet: 63, 52 and 7E. RGB value is (99,82,126). Sum of RGB (Red+Green+Blue) = 99+82+126=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #63527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63527E is #9CAD81. Grayscale: #5B5B5B. Windows color (decimal): -10268034 or 8278627. OLE color: 8278627.
HSL color Cylindrical-coordinate representation of color #63527E: hue angle of 263.18º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63527E is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 82 | 126 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.51 |
| HSL | 263.18º | 0.21% | 0.41% | - |
| HSV(B) | 263.18º | 0.35% | 0.49% | - |
| XYZ | 11.93 | 10.19 | 21.08 | - |
| YUV | 92.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 126 | 0.21 | 0.35 | 0 | 0.51 | 263.18 | 0.21 | 0.41 |
| Hex | 63 | 52 | 7E | 15 | 23 | 0 | 33 | 107 | 15 | 29 |
| Octal | 143 | 122 | 176 | 25 | 43 | 0 | 63 | 407 | 25 | 51 |
| Binary | 1100011 | 1010010 | 1111110 | 10101 | 100011 | 0 | 110011 | 100000111 | 10101 | 101001 |
Color Harmonies of #63527E
Complementary color
Monochromatic Colors of #63527E
Black with #63527E
Text Example
Text Example
White with #63527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63527E; }
p { color: rgb(99,82,126); }
H1.HeaderClassName
{
color: #63527E;
}
.AnyTagClassName
{
color: #63527E;
}
</style>
background-color css
<style>
a { background-color: #63527E; }
a { background-color: rgb(99,82,126); }
div.DivClassName
{
background-color: #63527E;
}
.BgClassName
{
background-color: #63527E;
}
</style>
border-color css
<style>
span { border-color: #63527E; }
span { border-color: rgb(99,82,126); }
td.TdClassName
{
border-color: #63527E;
}
.TagClassName
{
border-color: #63527E;
}
</style>