#755B94

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

Shades of Butterfly Bush #755B94

Tints of Butterfly Bush #755B94

Color information

#755B94 (or 0x755B94) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5B and 94. RGB value is (117,91,148). Sum of RGB (Red+Green+Blue) = 117+91+148=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #755B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B94 is #8AA46B. Grayscale: #696969. Windows color (decimal): -9086060 or 9722741. OLE color: 9722741.

HSL color Cylindrical-coordinate representation of color #755B94: hue angle of 267.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755B94 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11791148-
CMYK0.210.3900.42
HSL267.37º23.85%46.86%-
HSV(B)267.37º38.51%58.04%-
XYZ16.4213.429.74-
YUV105.27152.11136.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=32.87%
G=25.56%
B=41.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117911480.210.3900.42267.3723.8546.86
Hex755B94152702A10b182f
Octal16513322425470524133057
Binary111010110110111001010010101100111010101010000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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