#755D92

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

Shades of Butterfly Bush #755D92

Tints of Butterfly Bush #755D92

Color information

#755D92 (or 0x755D92) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5D and 92. RGB value is (117,93,146). Sum of RGB (Red+Green+Blue) = 117+93+146=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #755D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D92 is #8AA26D. Grayscale: #6A6A6A. Windows color (decimal): -9085550 or 9592181. OLE color: 9592181.

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

Color convert

RGB11793146-
CMYK0.200.3600.43
HSL267.17º22.18%46.86%-
HSV(B)267.17º36.3%57.25%-
XYZ16.4413.6928.97-
YUV106.22150.45135.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=32.87%
G=26.12%
B=41.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117931460.200.3600.43267.1722.1846.86
Hex755D92142402B10b162f
Octal16513522224440534132657
Binary111010110111011001001010100100100010101110000101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,146); }

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

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

 a { background-color: rgb(117,93,146); }

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

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

 span { border-color: rgb(117,93,146); }

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