#755992

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

Shades of Butterfly Bush #755992

Tints of Butterfly Bush #755992

Color information

#755992 (or 0x755992) is unknown color: approx Butterfly Bush. HEX triplet: 75, 59 and 92. RGB value is (117,89,146). Sum of RGB (Red+Green+Blue) = 117+89+146=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #755992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755992 is #8AA66D. Grayscale: #676767. Windows color (decimal): -9086574 or 9591157. OLE color: 9591157.

HSL color Cylindrical-coordinate representation of color #755992: hue angle of 269.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755992 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11789146-
CMYK0.200.3900.43
HSL269.47º24.26%46.08%-
HSV(B)269.47º39.04%57.25%-
XYZ16.11328.86-
YUV103.87151.78137.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=33.24%
G=25.28%
B=41.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117891460.200.3900.43269.4724.2646.08
Hex755992142702B10d182e
Octal16513122224470534153056
Binary111010110110011001001010100100111010101110000110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755992; }

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

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

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

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

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

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

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

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