#735C8A

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

Shades of Butterfly Bush #735C8A

Tints of Butterfly Bush #735C8A

Color information

#735C8A (or 0x735C8A) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5C and 8A. RGB value is (115,92,138). Sum of RGB (Red+Green+Blue) = 115+92+138=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #735C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C8A is #8CA375. Grayscale: #676767. Windows color (decimal): -9216886 or 9067635. OLE color: 9067635.

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

Color convert

RGB11592138-
CMYK0.170.3300.46
HSL270º20%45.1%-
HSV(B)270º33.33%54.12%-
XYZ15.4813.1325.76-
YUV104.12147.12135.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 138 (54.30% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115921380.170.3300.462702045.1
Hex735C8A112102E10e142d
Octal16313421221410564162455
Binary111001110111001000101010001100001010111010000111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,92,138); }

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

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

 a { background-color: rgb(115,92,138); }

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

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

 span { border-color: rgb(115,92,138); }

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