Shades of Butterfly Bush #63519C
Tints of Butterfly Bush #63519C
RGB
CMYK
RGB Variations
Color information
#63519C (or 0x63519C) is known color: Butterfly Bush. HEX triplet: 63, 51 and 9C. RGB value is (99,81,156). Sum of RGB (Red+Green+Blue) = 99+81+156=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #63519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63519C is #9CAE63. Grayscale: #5E5E5E. Windows color (decimal): -10268260 or 10244451. OLE color: 10244451.
HSL color Cylindrical-coordinate representation of color #63519C: hue angle of 254.4º degrees, saturation: 0.32, 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 #63519C is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 81 | 156 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.39 |
| HSL | 254.4º | 0.32% | 0.46% | - |
| HSV(B) | 254.4º | 0.48% | 0.61% | - |
| XYZ | 14.09 | 10.94 | 32.82 | - |
| YUV | 94.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 156 | 0.37 | 0.48 | 0 | 0.39 | 254.4 | 0.32 | 0.46 |
| Hex | 63 | 51 | 9C | 25 | 30 | 0 | 27 | FE | 20 | 2E |
| Octal | 143 | 121 | 234 | 45 | 60 | 0 | 47 | 376 | 40 | 56 |
| Binary | 1100011 | 1010001 | 10011100 | 100101 | 110000 | 0 | 100111 | 11111110 | 100000 | 101110 |
Color Harmonies of #63519C
Complementary color
Monochromatic Colors of #63519C
Black with #63519C
Text Example
Text Example
White with #63519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63519C; }
p { color: rgb(99,81,156); }
H1.HeaderClassName
{
color: #63519C;
}
.AnyTagClassName
{
color: #63519C;
}
</style>
background-color css
<style>
a { background-color: #63519C; }
a { background-color: rgb(99,81,156); }
div.DivClassName
{
background-color: #63519C;
}
.BgClassName
{
background-color: #63519C;
}
</style>
border-color css
<style>
span { border-color: #63519C; }
span { border-color: rgb(99,81,156); }
td.TdClassName
{
border-color: #63519C;
}
.TagClassName
{
border-color: #63519C;
}
</style>