#726093

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

Shades of Butterfly Bush #726093

Tints of Butterfly Bush #726093

Color information

#726093 (or 0x726093) is unknown color: approx Butterfly Bush. HEX triplet: 72, 60 and 93. RGB value is (114,96,147). Sum of RGB (Red+Green+Blue) = 114+96+147=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #726093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726093 is #8D9F6C. Grayscale: #6B6B6B. Windows color (decimal): -9281389 or 9658482. OLE color: 9658482.

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

Color convert

RGB11496147-
CMYK0.220.3500.42
HSL261.18º20.99%47.65%-
HSV(B)261.18º34.69%57.65%-
XYZ16.3914.0529.45-
YUV107.2150.46132.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=31.93%
G=26.89%
B=41.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114961470.220.3500.42261.1820.9947.65
Hex726093162302A1051530
Octal16214022326430524052560
Binary111001011000001001001110110100011010101010000010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726093; }

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

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

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

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

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

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

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

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