#715694

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

Shades of Butterfly Bush #715694

Tints of Butterfly Bush #715694

Color information

#715694 (or 0x715694) is unknown color: approx Butterfly Bush. HEX triplet: 71, 56 and 94. RGB value is (113,86,148). Sum of RGB (Red+Green+Blue) = 113+86+148=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #715694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715694 is #8EA96B. Grayscale: #646464. Windows color (decimal): -9349484 or 9721457. OLE color: 9721457.

HSL color Cylindrical-coordinate representation of color #715694: hue angle of 266.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715694 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11386148-
CMYK0.240.4200.42
HSL266.13º26.5%45.88%-
HSV(B)266.13º41.89%58.04%-
XYZ15.4812.329.58-
YUV101.14154.45136.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=32.56%
G=24.78%
B=42.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113861480.240.4200.42266.1326.545.88
Hex715694182A02A10a1a2e
Octal16112622430520524123256
Binary111000110101101001010011000101010010101010000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715694; }

 p { color: rgb(113,86,148); }

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

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

 a { background-color: rgb(113,86,148); }

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

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

 span { border-color: rgb(113,86,148); }

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