#726090

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

Shades of Butterfly Bush #726090

Tints of Butterfly Bush #726090

Color information

#726090 (or 0x726090) is unknown color: approx Butterfly Bush. HEX triplet: 72, 60 and 90. RGB value is (114,96,144). Sum of RGB (Red+Green+Blue) = 114+96+144=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #726090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726090 is #8D9F6F. Grayscale: #6A6A6A. Windows color (decimal): -9281392 or 9461874. OLE color: 9461874.

HSL color Cylindrical-coordinate representation of color #726090: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726090 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11496144-
CMYK0.210.3300.44
HSL262.5º20%47.06%-
HSV(B)262.5º33.33%56.47%-
XYZ16.1613.9628.23-
YUV106.85148.96133.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=32.20%
G=27.12%
B=40.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114961440.210.3300.44262.52047.06
Hex726090152102C106142f
Octal16214022025410544062457
Binary111001011000001001000010101100001010110010000011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726090; }

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

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

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

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

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

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

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

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