Shades of Butterfly Bush #74608C
Tints of Butterfly Bush #74608C
RGB
CMYK
RGB Variations
Color information
#74608C (or 0x74608C) is known color: Butterfly Bush. HEX triplet: 74, 60 and 8C. RGB value is (116,96,140). Sum of RGB (Red+Green+Blue) = 116+96+140=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #74608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74608C is #8B9F73. Grayscale: #6A6A6A. Windows color (decimal): -9150324 or 9199732. OLE color: 9199732.
HSL color Cylindrical-coordinate representation of color #74608C: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74608C is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 96 | 140 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.45 |
| HSL | 267.27º | 0.19% | 0.46% | - |
| HSV(B) | 267.27º | 0.31% | 0.55% | - |
| XYZ | 16.12 | 13.97 | 26.66 | - |
| YUV | 107 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 140 | 0.17 | 0.31 | 0 | 0.45 | 267.27 | 0.19 | 0.46 |
| Hex | 74 | 60 | 8C | 11 | 1F | 0 | 2D | 10B | 13 | 2E |
| Octal | 164 | 140 | 214 | 21 | 37 | 0 | 55 | 413 | 23 | 56 |
| Binary | 1110100 | 1100000 | 10001100 | 10001 | 11111 | 0 | 101101 | 100001011 | 10011 | 101110 |
Color Harmonies of #74608C
Complementary color
Monochromatic Colors of #74608C
Black with #74608C
Text Example
Text Example
White with #74608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74608C; }
p { color: rgb(116,96,140); }
H1.HeaderClassName
{
color: #74608C;
}
.AnyTagClassName
{
color: #74608C;
}
</style>
background-color css
<style>
a { background-color: #74608C; }
a { background-color: rgb(116,96,140); }
div.DivClassName
{
background-color: #74608C;
}
.BgClassName
{
background-color: #74608C;
}
</style>
border-color css
<style>
span { border-color: #74608C; }
span { border-color: rgb(116,96,140); }
td.TdClassName
{
border-color: #74608C;
}
.TagClassName
{
border-color: #74608C;
}
</style>