#755E93

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

Shades of Butterfly Bush #755E93

Tints of Butterfly Bush #755E93

Color information

#755E93 (or 0x755E93) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5E and 93. RGB value is (117,94,147). Sum of RGB (Red+Green+Blue) = 117+94+147=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #755E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E93 is #8AA16C. Grayscale: #6A6A6A. Windows color (decimal): -9085293 or 9657973. OLE color: 9657973.

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

Color convert

RGB11794147-
CMYK0.200.3600.42
HSL266.04º21.99%47.25%-
HSV(B)266.04º36.05%57.65%-
XYZ16.6113.8929.41-
YUV106.92150.62135.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=32.68%
G=26.26%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117941470.200.3600.42266.0421.9947.25
Hex755E93142402A10a162f
Octal16513622324440524122657
Binary111010110111101001001110100100100010101010000101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,147); }

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

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

 a { background-color: rgb(117,94,147); }

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

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

 span { border-color: rgb(117,94,147); }

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