#715392

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

Shades of Butterfly Bush #715392

Tints of Butterfly Bush #715392

Color information

#715392 (or 0x715392) is unknown color: approx Butterfly Bush. HEX triplet: 71, 53 and 92. RGB value is (113,83,146). Sum of RGB (Red+Green+Blue) = 113+83+146=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #715392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715392 is #8EAC6D. Grayscale: #626262. Windows color (decimal): -9350254 or 9589617. OLE color: 9589617.

HSL color Cylindrical-coordinate representation of color #715392: hue angle of 268.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #715392 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11383146-
CMYK0.230.4300.43
HSL268.57º27.51%44.9%-
HSV(B)268.57º43.15%57.25%-
XYZ15.0911.7728.67-
YUV99.15154.44137.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=33.04%
G=24.27%
B=42.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113831460.230.4300.43268.5727.5144.9
Hex715392172B02B10d1c2d
Octal16112322227530534153455
Binary111000110100111001001010111101011010101110000110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715392; }

 p { color: rgb(113,83,146); }

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

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

 a { background-color: rgb(113,83,146); }

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

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

 span { border-color: rgb(113,83,146); }

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