#735B99

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

Shades of Butterfly Bush #735B99

Tints of Butterfly Bush #735B99

Color information

#735B99 (or 0x735B99) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5B and 99. RGB value is (115,91,153). Sum of RGB (Red+Green+Blue) = 115+91+153=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #735B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B99 is #8CA466. Grayscale: #696969. Windows color (decimal): -9217127 or 10050419. OLE color: 10050419.

HSL color Cylindrical-coordinate representation of color #735B99: hue angle of 263.23º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #735B99 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11591153-
CMYK0.250.4100.4
HSL263.23º25.41%47.84%-
HSV(B)263.23º40.52%60%-
XYZ16.5613.4331.86-
YUV105.24154.95134.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=32.03%
G=25.35%
B=42.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115911530.250.4100.4263.2325.4147.84
Hex735B9919290281071930
Octal16313323131510504073160
Binary111001110110111001100111001101001010100010000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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