Html Css Color HEX #715B89 Butterfly Bush

📋 copy color: '#715B89'

red 113 ◦ green 91 ◦ blue 137

#715B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #715B89

Tints of Butterfly Bush #715B89

RGB

 RED value IS 113 (44.53% from 255) = 33.14%

 GREEN value IS 91 (35.94% from 255) = 26.69%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 33.14%
G = 26.69%
B = 40.18%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#715B89 (or 0x715B89) is known color: Butterfly Bush. HEX triplet: 71, 5B and 89. RGB value is (113,91,137). Sum of RGB (Red+Green+Blue) = 113+91+137=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #715B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B89 is #8EA476. Grayscale: #666666. Windows color (decimal): -9348215 or 9001841. OLE color: 9001841.

HSL color Cylindrical-coordinate representation of color #715B89: hue angle of 268.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715B89 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 91 137 -
CMYK 0.18 0.34 0 0.46
HSL 268.7º 0.2% 0.45% -
HSV(B) 268.7º 0.34% 0.54% -
XYZ 15.07 12.8 25.34 -
YUV 102.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 113 91 137 0.18 0.34 0 0.46 268.7 0.2 0.45
Hex 71 5B 89 12 22 0 2E 10D 14 2D
Octal 161 133 211 22 42 0 56 415 24 55
Binary 1110001 1011011 10001001 10010 100010 0 101110 100001101 10100 101101

Color Harmonies of #715B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B89

Black with #715B89

Text Example


Text Example

White with #715B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715B89; }

 p { color: rgb(113,91,137); }

 H1.HeaderClassName
 {
   color: #715B89;
 }
 .AnyTagClassName
 {
   color: #715B89;
 }
</style>

background-color css

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

 a { background-color: rgb(113,91,137); }

 div.DivClassName
 {
   background-color: #715B89;
 }
 .BgClassName
 {
   background-color: #715B89;
 }
</style>

border-color css

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

 span { border-color: rgb(113,91,137); }

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