#726094

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

Shades of Butterfly Bush #726094

Tints of Butterfly Bush #726094

Color information

#726094 (or 0x726094) is unknown color: approx Butterfly Bush. HEX triplet: 72, 60 and 94. RGB value is (114,96,148). Sum of RGB (Red+Green+Blue) = 114+96+148=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #726094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726094 is #8D9F6B. Grayscale: #6B6B6B. Windows color (decimal): -9281388 or 9724018. OLE color: 9724018.

HSL color Cylindrical-coordinate representation of color #726094: hue angle of 260.77º 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 #726094 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11496148-
CMYK0.230.3500.42
HSL260.77º21.31%47.84%-
HSV(B)260.77º35.14%58.04%-
XYZ16.4714.0829.87-
YUV107.31150.96132.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=31.84%
G=26.82%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114961480.230.3500.42260.7721.3147.84
Hex726094172302A1051530
Octal16214022427430524052560
Binary111001011000001001010010111100011010101010000010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726094; }

 p { color: rgb(114,96,148); }

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

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

 a { background-color: rgb(114,96,148); }

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

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

 span { border-color: rgb(114,96,148); }

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