#735E8D

Color #735E8D Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #735E8D

Tints of Butterfly Bush #735E8D

Color information

#735E8D (or 0x735E8D) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5E and 8D. RGB value is (115,94,141). Sum of RGB (Red+Green+Blue) = 115+94+141=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #735E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735E8D is #8CA172. Grayscale: #696969. Windows color (decimal): -9216371 or 9264755. OLE color: 9264755.

HSL color Cylindrical-coordinate representation of color #735E8D: hue angle of 266.81º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #735E8D is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11594141-
CMYK0.180.3300.45
HSL266.81º20%46.08%-
HSV(B)266.81º33.33%55.29%-
XYZ15.8813.5726.98-
YUV105.64147.96134.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=32.86%
G=26.86%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115941410.180.3300.45266.812046.08
Hex735E8D122102D10b142e
Octal16313621522410554132456
Binary111001110111101000110110010100001010110110000101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735E8D; }

 p { color: rgb(115,94,141); }

 H1.HeaderClassName
 {
   color: #735E8D;
 }
 .AnyTagClassName
 {
   color: #735E8D;
 }
</style>
background-color css

<style>
 a { background-color: #735E8D; }

 a { background-color: rgb(115,94,141); }

 div.DivClassName
 {
   background-color: #735E8D;
 }
 .BgClassName
 {
   background-color: #735E8D;
 }
</style>
border-color css

<style>
 span { border-color: #735E8D; }

 span { border-color: rgb(115,94,141); }

 td.TdClassName
 {
   border-color: #735E8D;
 }
 .TagClassName
 {
   border-color: #735E8D;
 }
</style>