Shades of Butterfly Bush #62518C
Tints of Butterfly Bush #62518C
RGB
CMYK
RGB Variations
Color information
#62518C (or 0x62518C) is known color: Butterfly Bush. HEX triplet: 62, 51 and 8C. RGB value is (98,81,140). Sum of RGB (Red+Green+Blue) = 98+81+140=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #62518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62518C is #9DAE73. Grayscale: #5C5C5C. Windows color (decimal): -10333812 or 9195874. OLE color: 9195874.
HSL color Cylindrical-coordinate representation of color #62518C: hue angle of 257.29º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62518C is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 81 | 140 | - |
| CMYK | 0.3 | 0.42 | 0 | 0.45 |
| HSL | 257.29º | 0.27% | 0.43% | - |
| HSV(B) | 257.29º | 0.42% | 0.55% | - |
| XYZ | 12.71 | 10.37 | 26.14 | - |
| YUV | 92.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 140 | 0.3 | 0.42 | 0 | 0.45 | 257.29 | 0.27 | 0.43 |
| Hex | 62 | 51 | 8C | 1E | 2A | 0 | 2D | 101 | 1B | 2B |
| Octal | 142 | 121 | 214 | 36 | 52 | 0 | 55 | 401 | 33 | 53 |
| Binary | 1100010 | 1010001 | 10001100 | 11110 | 101010 | 0 | 101101 | 100000001 | 11011 | 101011 |
Color Harmonies of #62518C
Complementary color
Monochromatic Colors of #62518C
Black with #62518C
Text Example
Text Example
White with #62518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62518C; }
p { color: rgb(98,81,140); }
H1.HeaderClassName
{
color: #62518C;
}
.AnyTagClassName
{
color: #62518C;
}
</style>
background-color css
<style>
a { background-color: #62518C; }
a { background-color: rgb(98,81,140); }
div.DivClassName
{
background-color: #62518C;
}
.BgClassName
{
background-color: #62518C;
}
</style>
border-color css
<style>
span { border-color: #62518C; }
span { border-color: rgb(98,81,140); }
td.TdClassName
{
border-color: #62518C;
}
.TagClassName
{
border-color: #62518C;
}
</style>