Shades of Butterfly Bush #62519A
Tints of Butterfly Bush #62519A
RGB
CMYK
RGB Variations
Color information
#62519A (or 0x62519A) is known color: Butterfly Bush. HEX triplet: 62, 51 and 9A. RGB value is (98,81,154). Sum of RGB (Red+Green+Blue) = 98+81+154=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #62519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62519A is #9DAE65. Grayscale: #5E5E5E. Windows color (decimal): -10333798 or 10113378. OLE color: 10113378.
HSL color Cylindrical-coordinate representation of color #62519A: hue angle of 253.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62519A is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 81 | 154 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.40 |
| HSL | 253.97º | 0.31% | 0.46% | - |
| HSV(B) | 253.97º | 0.47% | 0.6% | - |
| XYZ | 13.81 | 10.81 | 31.93 | - |
| YUV | 94.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 154 | 0.36 | 0.47 | 0 | 0.40 | 253.97 | 0.31 | 0.46 |
| Hex | 62 | 51 | 9A | 24 | 2F | 0 | 28 | FE | 1F | 2E |
| Octal | 142 | 121 | 232 | 44 | 57 | 0 | 50 | 376 | 37 | 56 |
| Binary | 1100010 | 1010001 | 10011010 | 100100 | 101111 | 0 | 101000 | 11111110 | 11111 | 101110 |
Color Harmonies of #62519A
Complementary color
Monochromatic Colors of #62519A
Black with #62519A
Text Example
Text Example
White with #62519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62519A; }
p { color: rgb(98,81,154); }
H1.HeaderClassName
{
color: #62519A;
}
.AnyTagClassName
{
color: #62519A;
}
</style>
background-color css
<style>
a { background-color: #62519A; }
a { background-color: rgb(98,81,154); }
div.DivClassName
{
background-color: #62519A;
}
.BgClassName
{
background-color: #62519A;
}
</style>
border-color css
<style>
span { border-color: #62519A; }
span { border-color: rgb(98,81,154); }
td.TdClassName
{
border-color: #62519A;
}
.TagClassName
{
border-color: #62519A;
}
</style>