#756193

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

Shades of Butterfly Bush #756193

Tints of Butterfly Bush #756193

Color information

#756193 (or 0x756193) is unknown color: approx Butterfly Bush. HEX triplet: 75, 61 and 93. RGB value is (117,97,147). Sum of RGB (Red+Green+Blue) = 117+97+147=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #756193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756193 is #8A9E6C. Grayscale: #6C6C6C. Windows color (decimal): -9084525 or 9658741. OLE color: 9658741.

HSL color Cylindrical-coordinate representation of color #756193: hue angle of 264º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756193 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11797147-
CMYK0.200.3400.42
HSL264º20.49%47.84%-
HSV(B)264º34.01%57.65%-
XYZ16.8814.4429.5-
YUV108.68149.63133.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=32.41%
G=26.87%
B=40.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117971470.200.3400.4226420.4947.84
Hex756193142202A1081430
Octal16514122324420524102460
Binary111010111000011001001110100100010010101010000100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756193; }

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

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

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

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

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

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

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

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