#735896

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

Shades of Butterfly Bush #735896

Tints of Butterfly Bush #735896

Color information

#735896 (or 0x735896) is unknown color: approx Butterfly Bush. HEX triplet: 73, 58 and 96. RGB value is (115,88,150). Sum of RGB (Red+Green+Blue) = 115+88+150=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #735896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735896 is #8CA769. Grayscale: #666666. Windows color (decimal): -9217898 or 9853043. OLE color: 9853043.

HSL color Cylindrical-coordinate representation of color #735896: hue angle of 266.13º 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 #735896 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11588150-
CMYK0.230.4100.41
HSL266.13º26.05%46.67%-
HSV(B)266.13º41.33%58.82%-
XYZ16.0612.8330.48-
YUV103.14154.45136.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=32.58%
G=24.93%
B=42.49%

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
Decimal115881500.230.4100.41266.1326.0546.67
Hex735896172902910a1a2f
Octal16313022627510514123257
Binary111001110110001001011010111101001010100110000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735896; }

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

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

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

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

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

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

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

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