Shades of Butterfly Bush #63527D
Tints of Butterfly Bush #63527D
RGB
CMYK
RGB Variations
Color information
#63527D (or 0x63527D) is known color: Butterfly Bush. HEX triplet: 63, 52 and 7D. RGB value is (99,82,125). Sum of RGB (Red+Green+Blue) = 99+82+125=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #63527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63527D is #9CAD82. Grayscale: #5B5B5B. Windows color (decimal): -10268035 or 8213091. OLE color: 8213091.
HSL color Cylindrical-coordinate representation of color #63527D: hue angle of 263.72º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63527D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 82 | 125 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.51 |
| HSL | 263.72º | 0.21% | 0.41% | - |
| HSV(B) | 263.72º | 0.34% | 0.49% | - |
| XYZ | 11.86 | 10.17 | 20.74 | - |
| YUV | 91.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 125 | 0.21 | 0.34 | 0 | 0.51 | 263.72 | 0.21 | 0.41 |
| Hex | 63 | 52 | 7D | 15 | 22 | 0 | 33 | 108 | 15 | 29 |
| Octal | 143 | 122 | 175 | 25 | 42 | 0 | 63 | 410 | 25 | 51 |
| Binary | 1100011 | 1010010 | 1111101 | 10101 | 100010 | 0 | 110011 | 100001000 | 10101 | 101001 |
Color Harmonies of #63527D
Complementary color
Monochromatic Colors of #63527D
Black with #63527D
Text Example
Text Example
White with #63527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63527D; }
p { color: rgb(99,82,125); }
H1.HeaderClassName
{
color: #63527D;
}
.AnyTagClassName
{
color: #63527D;
}
</style>
background-color css
<style>
a { background-color: #63527D; }
a { background-color: rgb(99,82,125); }
div.DivClassName
{
background-color: #63527D;
}
.BgClassName
{
background-color: #63527D;
}
</style>
border-color css
<style>
span { border-color: #63527D; }
span { border-color: rgb(99,82,125); }
td.TdClassName
{
border-color: #63527D;
}
.TagClassName
{
border-color: #63527D;
}
</style>