#735B96

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

Shades of Butterfly Bush #735B96

Tints of Butterfly Bush #735B96

Color information

#735B96 (or 0x735B96) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5B and 96. RGB value is (115,91,150). Sum of RGB (Red+Green+Blue) = 115+91+150=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #735B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B96 is #8CA469. Grayscale: #686868. Windows color (decimal): -9217130 or 9853811. OLE color: 9853811.

HSL color Cylindrical-coordinate representation of color #735B96: hue angle of 264.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #735B96 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11591150-
CMYK0.230.3900.41
HSL264.41º24.48%47.25%-
HSV(B)264.41º39.33%58.82%-
XYZ16.3213.3330.57-
YUV104.9153.45135.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=32.30%
G=25.56%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115911500.230.3900.41264.4124.4847.25
Hex735B961727029108182f
Octal16313322627470514103057
Binary111001110110111001011010111100111010100110000100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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