Shades of Butterfly Bush #62518F
Tints of Butterfly Bush #62518F
RGB
CMYK
RGB Variations
Color information
#62518F (or 0x62518F) is known color: Butterfly Bush. HEX triplet: 62, 51 and 8F. RGB value is (98,81,143). Sum of RGB (Red+Green+Blue) = 98+81+143=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #62518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62518F is #9DAE70. Grayscale: #5C5C5C. Windows color (decimal): -10333809 or 9392482. OLE color: 9392482.
HSL color Cylindrical-coordinate representation of color #62518F: hue angle of 256.45º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62518F is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 81 | 143 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.44 |
| HSL | 256.45º | 0.28% | 0.44% | - |
| HSV(B) | 256.45º | 0.43% | 0.56% | - |
| XYZ | 12.94 | 10.46 | 27.32 | - |
| YUV | 93.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 143 | 0.31 | 0.43 | 0 | 0.44 | 256.45 | 0.28 | 0.44 |
| Hex | 62 | 51 | 8F | 1F | 2B | 0 | 2C | 100 | 1C | 2C |
| Octal | 142 | 121 | 217 | 37 | 53 | 0 | 54 | 400 | 34 | 54 |
| Binary | 1100010 | 1010001 | 10001111 | 11111 | 101011 | 0 | 101100 | 100000000 | 11100 | 101100 |
Color Harmonies of #62518F
Complementary color
Monochromatic Colors of #62518F
Black with #62518F
Text Example
Text Example
White with #62518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62518F; }
p { color: rgb(98,81,143); }
H1.HeaderClassName
{
color: #62518F;
}
.AnyTagClassName
{
color: #62518F;
}
</style>
background-color css
<style>
a { background-color: #62518F; }
a { background-color: rgb(98,81,143); }
div.DivClassName
{
background-color: #62518F;
}
.BgClassName
{
background-color: #62518F;
}
</style>
border-color css
<style>
span { border-color: #62518F; }
span { border-color: rgb(98,81,143); }
td.TdClassName
{
border-color: #62518F;
}
.TagClassName
{
border-color: #62518F;
}
</style>