Shades of Butterfly Bush #75608C
Tints of Butterfly Bush #75608C
RGB
CMYK
RGB Variations
Color information
#75608C (or 0x75608C) is known color: Butterfly Bush. HEX triplet: 75, 60 and 8C. RGB value is (117,96,140). Sum of RGB (Red+Green+Blue) = 117+96+140=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #75608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75608C is #8A9F73. Grayscale: #6B6B6B. Windows color (decimal): -9084788 or 9199733. OLE color: 9199733.
HSL color Cylindrical-coordinate representation of color #75608C: hue angle of 268.64º 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 #75608C is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 96 | 140 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.45 |
| HSL | 268.64º | 0.19% | 0.46% | - |
| HSV(B) | 268.64º | 0.31% | 0.55% | - |
| XYZ | 16.25 | 14.04 | 26.66 | - |
| YUV | 107.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 140 | 0.16 | 0.31 | 0 | 0.45 | 268.64 | 0.19 | 0.46 |
| Hex | 75 | 60 | 8C | 10 | 1F | 0 | 2D | 10D | 13 | 2E |
| Octal | 165 | 140 | 214 | 20 | 37 | 0 | 55 | 415 | 23 | 56 |
| Binary | 1110101 | 1100000 | 10001100 | 10000 | 11111 | 0 | 101101 | 100001101 | 10011 | 101110 |
Color Harmonies of #75608C
Complementary color
Monochromatic Colors of #75608C
Black with #75608C
Text Example
Text Example
White with #75608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75608C; }
p { color: rgb(117,96,140); }
H1.HeaderClassName
{
color: #75608C;
}
.AnyTagClassName
{
color: #75608C;
}
</style>
background-color css
<style>
a { background-color: #75608C; }
a { background-color: rgb(117,96,140); }
div.DivClassName
{
background-color: #75608C;
}
.BgClassName
{
background-color: #75608C;
}
</style>
border-color css
<style>
span { border-color: #75608C; }
span { border-color: rgb(117,96,140); }
td.TdClassName
{
border-color: #75608C;
}
.TagClassName
{
border-color: #75608C;
}
</style>