#715891

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

Shades of Butterfly Bush #715891

Tints of Butterfly Bush #715891

Color information

#715891 (or 0x715891) is unknown color: approx Butterfly Bush. HEX triplet: 71, 58 and 91. RGB value is (113,88,145). Sum of RGB (Red+Green+Blue) = 113+88+145=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #715891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715891 is #8EA76E. Grayscale: #656565. Windows color (decimal): -9348975 or 9525361. OLE color: 9525361.

HSL color Cylindrical-coordinate representation of color #715891: hue angle of 266.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715891 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11388145-
CMYK0.220.3900.43
HSL266.32º24.46%45.69%-
HSV(B)266.32º39.31%56.86%-
XYZ15.4112.5328.4-
YUV101.97152.28135.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=32.66%
G=25.43%
B=41.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113881450.220.3900.43266.3224.4645.69
Hex715891162702B10a182e
Octal16113022126470534123056
Binary111000110110001001000110110100111010101110000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715891; }

 p { color: rgb(113,88,145); }

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

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

 a { background-color: rgb(113,88,145); }

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

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

 span { border-color: rgb(113,88,145); }

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