#715798

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

Shades of Butterfly Bush #715798

Tints of Butterfly Bush #715798

Color information

#715798 (or 0x715798) is unknown color: approx Butterfly Bush. HEX triplet: 71, 57 and 98. RGB value is (113,87,152). Sum of RGB (Red+Green+Blue) = 113+87+152=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #715798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715798 is #8EA867. Grayscale: #656565. Windows color (decimal): -9349224 or 9983857. OLE color: 9983857.

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

Color convert

RGB11387152-
CMYK0.260.4300.40
HSL264º27.2%46.86%-
HSV(B)264º42.76%59.61%-
XYZ15.8912.5931.3-
YUV102.18156.11135.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=32.10%
G=24.72%
B=43.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113871520.260.4300.4026427.246.86
Hex7157981A2B0281081b2f
Octal16112723032530504103357
Binary111000110101111001100011010101011010100010000100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715798; }

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

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

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

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

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

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

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

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