#715898

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

Shades of Butterfly Bush #715898

Tints of Butterfly Bush #715898

Color information

#715898 (or 0x715898) is unknown color: approx Butterfly Bush. HEX triplet: 71, 58 and 98. RGB value is (113,88,152). Sum of RGB (Red+Green+Blue) = 113+88+152=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #715898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715898 is #8EA767. Grayscale: #666666. Windows color (decimal): -9348968 or 9984113. OLE color: 9984113.

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

Color convert

RGB11388152-
CMYK0.260.4200.40
HSL263.44º26.67%47.06%-
HSV(B)263.44º42.11%59.61%-
XYZ15.9712.7631.33-
YUV102.77155.78135.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=32.01%
G=24.93%
B=43.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113881520.260.4200.40263.4426.6747.06
Hex7158981A2A0281071b2f
Octal16113023032520504073357
Binary111000110110001001100011010101010010100010000011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715898; }

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

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

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

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

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

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

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

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