#735D8E

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

Shades of Butterfly Bush #735D8E

Tints of Butterfly Bush #735D8E

Color information

#735D8E (or 0x735D8E) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5D and 8E. RGB value is (115,93,142). Sum of RGB (Red+Green+Blue) = 115+93+142=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #735D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D8E is #8CA271. Grayscale: #686868. Windows color (decimal): -9216626 or 9330035. OLE color: 9330035.

HSL color Cylindrical-coordinate representation of color #735D8E: hue angle of 266.94º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735D8E is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11593142-
CMYK0.190.3500.44
HSL266.94º20.85%46.08%-
HSV(B)266.94º34.51%55.69%-
XYZ15.8713.4327.35-
YUV105.16148.79135.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=32.86%
G=26.57%
B=40.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115931420.190.3500.44266.9420.8546.08
Hex735D8E132302C10b152e
Octal16313521623430544132556
Binary111001110111011000111010011100011010110010000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,142); }

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

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

 a { background-color: rgb(115,93,142); }

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

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

 span { border-color: rgb(115,93,142); }

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