Shades of Butterfly Bush #74608D
Tints of Butterfly Bush #74608D
RGB
CMYK
RGB Variations
Color information
#74608D (or 0x74608D) is known color: Butterfly Bush. HEX triplet: 74, 60 and 8D. RGB value is (116,96,141). Sum of RGB (Red+Green+Blue) = 116+96+141=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #74608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74608D is #8B9F72. Grayscale: #6A6A6A. Windows color (decimal): -9150323 or 9265268. OLE color: 9265268.
HSL color Cylindrical-coordinate representation of color #74608D: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74608D is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 96 | 141 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.45 |
| HSL | 266.67º | 0.19% | 0.46% | - |
| HSV(B) | 266.67º | 0.32% | 0.55% | - |
| XYZ | 16.19 | 14 | 27.05 | - |
| YUV | 107.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 141 | 0.18 | 0.32 | 0 | 0.45 | 266.67 | 0.19 | 0.46 |
| Hex | 74 | 60 | 8D | 12 | 20 | 0 | 2D | 10B | 13 | 2E |
| Octal | 164 | 140 | 215 | 22 | 40 | 0 | 55 | 413 | 23 | 56 |
| Binary | 1110100 | 1100000 | 10001101 | 10010 | 100000 | 0 | 101101 | 100001011 | 10011 | 101110 |
Color Harmonies of #74608D
Complementary color
Monochromatic Colors of #74608D
Black with #74608D
Text Example
Text Example
White with #74608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74608D; }
p { color: rgb(116,96,141); }
H1.HeaderClassName
{
color: #74608D;
}
.AnyTagClassName
{
color: #74608D;
}
</style>
background-color css
<style>
a { background-color: #74608D; }
a { background-color: rgb(116,96,141); }
div.DivClassName
{
background-color: #74608D;
}
.BgClassName
{
background-color: #74608D;
}
</style>
border-color css
<style>
span { border-color: #74608D; }
span { border-color: rgb(116,96,141); }
td.TdClassName
{
border-color: #74608D;
}
.TagClassName
{
border-color: #74608D;
}
</style>