Shades of Butterfly Bush #63588D
Tints of Butterfly Bush #63588D
RGB
CMYK
RGB Variations
Color information
#63588D (or 0x63588D) is known color: Butterfly Bush. HEX triplet: 63, 58 and 8D. RGB value is (99,88,141). Sum of RGB (Red+Green+Blue) = 99+88+141=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #63588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63588D is #9CA772. Grayscale: #616161. Windows color (decimal): -10266483 or 9263203. OLE color: 9263203.
HSL color Cylindrical-coordinate representation of color #63588D: hue angle of 252.45º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63588D is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 88 | 141 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.45 |
| HSL | 252.45º | 0.23% | 0.45% | - |
| HSV(B) | 252.45º | 0.38% | 0.55% | - |
| XYZ | 13.44 | 11.56 | 26.72 | - |
| YUV | 97.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 141 | 0.30 | 0.38 | 0 | 0.45 | 252.45 | 0.23 | 0.45 |
| Hex | 63 | 58 | 8D | 1E | 26 | 0 | 2D | FC | 17 | 2D |
| Octal | 143 | 130 | 215 | 36 | 46 | 0 | 55 | 374 | 27 | 55 |
| Binary | 1100011 | 1011000 | 10001101 | 11110 | 100110 | 0 | 101101 | 11111100 | 10111 | 101101 |
Color Harmonies of #63588D
Complementary color
Monochromatic Colors of #63588D
Black with #63588D
Text Example
Text Example
White with #63588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63588D; }
p { color: rgb(99,88,141); }
H1.HeaderClassName
{
color: #63588D;
}
.AnyTagClassName
{
color: #63588D;
}
</style>
background-color css
<style>
a { background-color: #63588D; }
a { background-color: rgb(99,88,141); }
div.DivClassName
{
background-color: #63588D;
}
.BgClassName
{
background-color: #63588D;
}
</style>
border-color css
<style>
span { border-color: #63588D; }
span { border-color: rgb(99,88,141); }
td.TdClassName
{
border-color: #63588D;
}
.TagClassName
{
border-color: #63588D;
}
</style>