#755B96

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

Shades of Butterfly Bush #755B96

Tints of Butterfly Bush #755B96

Color information

#755B96 (or 0x755B96) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5B and 96. RGB value is (117,91,150). Sum of RGB (Red+Green+Blue) = 117+91+150=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #755B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B96 is #8AA469. Grayscale: #696969. Windows color (decimal): -9086058 or 9853813. OLE color: 9853813.

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

Color convert

RGB11791150-
CMYK0.220.3900.41
HSL266.44º24.48%47.25%-
HSV(B)266.44º39.33%58.82%-
XYZ16.5813.4730.58-
YUV105.5153.11136.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=32.68%
G=25.42%
B=41.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117911500.220.3900.41266.4424.4847.25
Hex755B96162702910a182f
Octal16513322626470514123057
Binary111010110110111001011010110100111010100110000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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