#735B8B

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

Shades of Butterfly Bush #735B8B

Tints of Butterfly Bush #735B8B

Color information

#735B8B (or 0x735B8B) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5B and 8B. RGB value is (115,91,139). Sum of RGB (Red+Green+Blue) = 115+91+139=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #735B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B8B is #8CA474. Grayscale: #676767. Windows color (decimal): -9217141 or 9132915. OLE color: 9132915.

HSL color Cylindrical-coordinate representation of color #735B8B: hue angle of 270º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735B8B is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11591139-
CMYK0.170.3500.45
HSL270º20.87%45.1%-
HSV(B)270º34.53%54.51%-
XYZ15.4712.9926.12-
YUV103.65147.95136.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=33.33%
G=26.38%
B=40.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115911390.170.3500.4527020.8745.1
Hex735B8B112302D10e152d
Octal16313321321430554162555
Binary111001110110111000101110001100011010110110000111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,91,139); }

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

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

 a { background-color: rgb(115,91,139); }

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

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

 span { border-color: rgb(115,91,139); }

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