#756292

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

Shades of Butterfly Bush #756292

Tints of Butterfly Bush #756292

Color information

#756292 (or 0x756292) is unknown color: approx Butterfly Bush. HEX triplet: 75, 62 and 92. RGB value is (117,98,146). Sum of RGB (Red+Green+Blue) = 117+98+146=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #756292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756292 is #8A9D6D. Grayscale: #6C6C6C. Windows color (decimal): -9084270 or 9593461. OLE color: 9593461.

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

Color convert

RGB11798146-
CMYK0.200.3300.43
HSL263.75º19.67%47.84%-
HSV(B)263.75º32.88%57.25%-
XYZ16.8914.5929.12-
YUV109.15148.79133.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=32.41%
G=27.15%
B=40.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117981460.200.3300.43263.7519.6747.84
Hex756292142102B1081430
Octal16514222224410534102460
Binary111010111000101001001010100100001010101110000100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756292; }

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

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

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

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

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

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

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

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