Shades of Butterfly Bush #63519B
Tints of Butterfly Bush #63519B
RGB
CMYK
RGB Variations
Color information
#63519B (or 0x63519B) is known color: Butterfly Bush. HEX triplet: 63, 51 and 9B. RGB value is (99,81,155). Sum of RGB (Red+Green+Blue) = 99+81+155=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #63519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63519B is #9CAE64. Grayscale: #5E5E5E. Windows color (decimal): -10268261 or 10178915. OLE color: 10178915.
HSL color Cylindrical-coordinate representation of color #63519B: hue angle of 254.59º degrees, saturation: 0.31, 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 #63519B is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 81 | 155 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.39 |
| HSL | 254.59º | 0.31% | 0.46% | - |
| HSV(B) | 254.59º | 0.48% | 0.61% | - |
| XYZ | 14 | 10.9 | 32.38 | - |
| YUV | 94.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 155 | 0.36 | 0.48 | 0 | 0.39 | 254.59 | 0.31 | 0.46 |
| Hex | 63 | 51 | 9B | 24 | 30 | 0 | 27 | FF | 1F | 2E |
| Octal | 143 | 121 | 233 | 44 | 60 | 0 | 47 | 377 | 37 | 56 |
| Binary | 1100011 | 1010001 | 10011011 | 100100 | 110000 | 0 | 100111 | 11111111 | 11111 | 101110 |
Color Harmonies of #63519B
Complementary color
Monochromatic Colors of #63519B
Black with #63519B
Text Example
Text Example
White with #63519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63519B; }
p { color: rgb(99,81,155); }
H1.HeaderClassName
{
color: #63519B;
}
.AnyTagClassName
{
color: #63519B;
}
</style>
background-color css
<style>
a { background-color: #63519B; }
a { background-color: rgb(99,81,155); }
div.DivClassName
{
background-color: #63519B;
}
.BgClassName
{
background-color: #63519B;
}
</style>
border-color css
<style>
span { border-color: #63519B; }
span { border-color: rgb(99,81,155); }
td.TdClassName
{
border-color: #63519B;
}
.TagClassName
{
border-color: #63519B;
}
</style>