Shades of Butterfly Bush #63529E
Tints of Butterfly Bush #63529E
RGB
CMYK
RGB Variations
Color information
#63529E (or 0x63529E) is known color: Butterfly Bush. HEX triplet: 63, 52 and 9E. RGB value is (99,82,158). Sum of RGB (Red+Green+Blue) = 99+82+158=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #63529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63529E is #9CAD61. Grayscale: #5F5F5F. Windows color (decimal): -10268002 or 10375779. OLE color: 10375779.
HSL color Cylindrical-coordinate representation of color #63529E: hue angle of 253.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63529E is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 82 | 158 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.38 |
| HSL | 253.42º | 0.32% | 0.47% | - |
| HSV(B) | 253.42º | 0.48% | 0.62% | - |
| XYZ | 14.33 | 11.16 | 33.75 | - |
| YUV | 95.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 158 | 0.37 | 0.48 | 0 | 0.38 | 253.42 | 0.32 | 0.47 |
| Hex | 63 | 52 | 9E | 25 | 30 | 0 | 26 | FD | 20 | 2F |
| Octal | 143 | 122 | 236 | 45 | 60 | 0 | 46 | 375 | 40 | 57 |
| Binary | 1100011 | 1010010 | 10011110 | 100101 | 110000 | 0 | 100110 | 11111101 | 100000 | 101111 |
Color Harmonies of #63529E
Complementary color
Monochromatic Colors of #63529E
Black with #63529E
Text Example
Text Example
White with #63529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63529E; }
p { color: rgb(99,82,158); }
H1.HeaderClassName
{
color: #63529E;
}
.AnyTagClassName
{
color: #63529E;
}
</style>
background-color css
<style>
a { background-color: #63529E; }
a { background-color: rgb(99,82,158); }
div.DivClassName
{
background-color: #63529E;
}
.BgClassName
{
background-color: #63529E;
}
</style>
border-color css
<style>
span { border-color: #63529E; }
span { border-color: rgb(99,82,158); }
td.TdClassName
{
border-color: #63529E;
}
.TagClassName
{
border-color: #63529E;
}
</style>