#735A8C

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

Shades of Butterfly Bush #735A8C

Tints of Butterfly Bush #735A8C

Color information

#735A8C (or 0x735A8C) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5A and 8C. RGB value is (115,90,140). Sum of RGB (Red+Green+Blue) = 115+90+140=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #735A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735A8C is #8CA573. Grayscale: #676767. Windows color (decimal): -9217396 or 9198195. OLE color: 9198195.

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

Color convert

RGB11590140-
CMYK0.180.3600.45
HSL270º21.74%45.1%-
HSV(B)270º35.71%54.9%-
XYZ15.4612.8526.48-
YUV103.18148.78136.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=33.33%
G=26.09%
B=40.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115901400.180.3600.4527021.7445.1
Hex735A8C122402D10e162d
Octal16313221422440554162655
Binary111001110110101000110010010100100010110110000111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,140); }

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

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

 a { background-color: rgb(115,90,140); }

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

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

 span { border-color: rgb(115,90,140); }

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