Shades of Butterfly Bush #614E93
Tints of Butterfly Bush #614E93
RGB
CMYK
RGB Variations
Color information
#614E93 (or 0x614E93) is known color: Butterfly Bush. HEX triplet: 61, 4E and 93. RGB value is (97,78,147). Sum of RGB (Red+Green+Blue) = 97+78+147=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #614E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E93 is #9EB16C. Grayscale: #5B5B5B. Windows color (decimal): -10400109 or 9653857. OLE color: 9653857.
HSL color Cylindrical-coordinate representation of color #614E93: hue angle of 256.52º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614E93 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 78 | 147 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.42 |
| HSL | 256.52º | 0.31% | 0.44% | - |
| HSV(B) | 256.52º | 0.47% | 0.58% | - |
| XYZ | 12.92 | 10.1 | 28.87 | - |
| YUV | 91.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 147 | 0.34 | 0.47 | 0 | 0.42 | 256.52 | 0.31 | 0.44 |
| Hex | 61 | 4E | 93 | 22 | 2F | 0 | 2A | 101 | 1F | 2C |
| Octal | 141 | 116 | 223 | 42 | 57 | 0 | 52 | 401 | 37 | 54 |
| Binary | 1100001 | 1001110 | 10010011 | 100010 | 101111 | 0 | 101010 | 100000001 | 11111 | 101100 |
Color Harmonies of #614E93
Complementary color
Monochromatic Colors of #614E93
Black with #614E93
Text Example
Text Example
White with #614E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E93; }
p { color: rgb(97,78,147); }
H1.HeaderClassName
{
color: #614E93;
}
.AnyTagClassName
{
color: #614E93;
}
</style>
background-color css
<style>
a { background-color: #614E93; }
a { background-color: rgb(97,78,147); }
div.DivClassName
{
background-color: #614E93;
}
.BgClassName
{
background-color: #614E93;
}
</style>
border-color css
<style>
span { border-color: #614E93; }
span { border-color: rgb(97,78,147); }
td.TdClassName
{
border-color: #614E93;
}
.TagClassName
{
border-color: #614E93;
}
</style>