Shades of Butterfly Bush #745F90
Tints of Butterfly Bush #745F90
RGB
CMYK
RGB Variations
Color information
#745F90 (or 0x745F90) is known color: Butterfly Bush. HEX triplet: 74, 5F and 90. RGB value is (116,95,144). Sum of RGB (Red+Green+Blue) = 116+95+144=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #745F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F90 is #8BA06F. Grayscale: #6A6A6A. Windows color (decimal): -9150576 or 9461620. OLE color: 9461620.
HSL color Cylindrical-coordinate representation of color #745F90: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745F90 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 95 | 144 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.44 |
| HSL | 265.71º | 0.21% | 0.47% | - |
| HSV(B) | 265.71º | 0.34% | 0.56% | - |
| XYZ | 16.33 | 13.91 | 28.21 | - |
| YUV | 106.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 144 | 0.19 | 0.34 | 0 | 0.44 | 265.71 | 0.21 | 0.47 |
| Hex | 74 | 5F | 90 | 13 | 22 | 0 | 2C | 10A | 15 | 2F |
| Octal | 164 | 137 | 220 | 23 | 42 | 0 | 54 | 412 | 25 | 57 |
| Binary | 1110100 | 1011111 | 10010000 | 10011 | 100010 | 0 | 101100 | 100001010 | 10101 | 101111 |
Color Harmonies of #745F90
Complementary color
Monochromatic Colors of #745F90
Black with #745F90
Text Example
Text Example
White with #745F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F90; }
p { color: rgb(116,95,144); }
H1.HeaderClassName
{
color: #745F90;
}
.AnyTagClassName
{
color: #745F90;
}
</style>
background-color css
<style>
a { background-color: #745F90; }
a { background-color: rgb(116,95,144); }
div.DivClassName
{
background-color: #745F90;
}
.BgClassName
{
background-color: #745F90;
}
</style>
border-color css
<style>
span { border-color: #745F90; }
span { border-color: rgb(116,95,144); }
td.TdClassName
{
border-color: #745F90;
}
.TagClassName
{
border-color: #745F90;
}
</style>