Shades of Butterfly Bush #705393
Tints of Butterfly Bush #705393
RGB
CMYK
RGB Variations
Color information
#705393 (or 0x705393) is known color: Butterfly Bush. HEX triplet: 70, 53 and 93. RGB value is (112,83,147). Sum of RGB (Red+Green+Blue) = 112+83+147=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #705393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705393 is #8FAC6C. Grayscale: #626262. Windows color (decimal): -9415789 or 9655152. OLE color: 9655152.
HSL color Cylindrical-coordinate representation of color #705393: hue angle of 267.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705393 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 83 | 147 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.42 |
| HSL | 267.19º | 0.28% | 0.45% | - |
| HSV(B) | 267.19º | 0.44% | 0.58% | - |
| XYZ | 15.04 | 11.74 | 29.08 | - |
| YUV | 98.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 147 | 0.24 | 0.44 | 0 | 0.42 | 267.19 | 0.28 | 0.45 |
| Hex | 70 | 53 | 93 | 18 | 2C | 0 | 2A | 10B | 1C | 2D |
| Octal | 160 | 123 | 223 | 30 | 54 | 0 | 52 | 413 | 34 | 55 |
| Binary | 1110000 | 1010011 | 10010011 | 11000 | 101100 | 0 | 101010 | 100001011 | 11100 | 101101 |
Color Harmonies of #705393
Complementary color
Monochromatic Colors of #705393
Black with #705393
Text Example
Text Example
White with #705393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705393; }
p { color: rgb(112,83,147); }
H1.HeaderClassName
{
color: #705393;
}
.AnyTagClassName
{
color: #705393;
}
</style>
background-color css
<style>
a { background-color: #705393; }
a { background-color: rgb(112,83,147); }
div.DivClassName
{
background-color: #705393;
}
.BgClassName
{
background-color: #705393;
}
</style>
border-color css
<style>
span { border-color: #705393; }
span { border-color: rgb(112,83,147); }
td.TdClassName
{
border-color: #705393;
}
.TagClassName
{
border-color: #705393;
}
</style>