#756093

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

Shades of Butterfly Bush #756093

Tints of Butterfly Bush #756093

Color information

#756093 (or 0x756093) is unknown color: approx Butterfly Bush. HEX triplet: 75, 60 and 93. RGB value is (117,96,147). Sum of RGB (Red+Green+Blue) = 117+96+147=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #756093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756093 is #8A9F6C. Grayscale: #6B6B6B. Windows color (decimal): -9084781 or 9658485. OLE color: 9658485.

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

Color convert

RGB11796147-
CMYK0.200.3500.42
HSL264.71º20.99%47.65%-
HSV(B)264.71º34.69%57.65%-
XYZ16.7914.2529.47-
YUV108.09149.96134.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=32.5%
G=26.67%
B=40.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117961470.200.3500.42264.7120.9947.65
Hex756093142302A1091530
Octal16514022324430524112560
Binary111010111000001001001110100100011010101010000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756093; }

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

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

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

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

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

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

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

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