#715998

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

Shades of Butterfly Bush #715998

Tints of Butterfly Bush #715998

Color information

#715998 (or 0x715998) is unknown color: approx Butterfly Bush. HEX triplet: 71, 59 and 98. RGB value is (113,89,152). Sum of RGB (Red+Green+Blue) = 113+89+152=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #715998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715998 is #8EA667. Grayscale: #676767. Windows color (decimal): -9348712 or 9984369. OLE color: 9984369.

HSL color Cylindrical-coordinate representation of color #715998: hue angle of 262.86º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715998 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11389152-
CMYK0.260.4100.40
HSL262.86º26.14%47.25%-
HSV(B)262.86º41.45%59.61%-
XYZ16.0512.9231.35-
YUV103.36155.45134.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=31.92%
G=25.14%
B=42.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113891520.260.4100.40262.8626.1447.25
Hex7159981A290281071a2f
Octal16113123032510504073257
Binary111000110110011001100011010101001010100010000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715998; }

 p { color: rgb(113,89,152); }

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

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

 a { background-color: rgb(113,89,152); }

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

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

 span { border-color: rgb(113,89,152); }

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