#735996

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

Shades of Butterfly Bush #735996

Tints of Butterfly Bush #735996

Color information

#735996 (or 0x735996) is unknown color: approx Butterfly Bush. HEX triplet: 73, 59 and 96. RGB value is (115,89,150). Sum of RGB (Red+Green+Blue) = 115+89+150=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #735996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735996 is #8CA669. Grayscale: #676767. Windows color (decimal): -9217642 or 9853299. OLE color: 9853299.

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

Color convert

RGB11589150-
CMYK0.230.4100.41
HSL265.57º25.52%46.86%-
HSV(B)265.57º40.67%58.82%-
XYZ16.1512.9930.51-
YUV103.73154.11136.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=32.49%
G=25.14%
B=42.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115891500.230.4100.41265.5725.5246.86
Hex735996172902910a1a2f
Octal16313122627510514123257
Binary111001110110011001011010111101001010100110000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735996; }

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

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

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

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

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

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

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

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