Html Css Color HEX #715B91 Butterfly Bush

📋 copy color: '#715B91'

red 113 ◦ green 91 ◦ blue 145

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

Shades of Butterfly Bush #715B91

Tints of Butterfly Bush #715B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 32.38%
G = 26.07%
B = 41.55%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715B91 (or 0x715B91) is known color: Butterfly Bush. HEX triplet: 71, 5B and 91. RGB value is (113,91,145). Sum of RGB (Red+Green+Blue) = 113+91+145=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #715B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B91 is #8EA46E. Grayscale: #676767. Windows color (decimal): -9348207 or 9526129. OLE color: 9526129.

HSL color Cylindrical-coordinate representation of color #715B91: hue angle of 264.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715B91 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 91 145 -
CMYK 0.22 0.37 0 0.43
HSL 264.44º 0.23% 0.46% -
HSV(B) 264.44º 0.37% 0.57% -
XYZ 15.66 13.04 28.48 -
YUV 103.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 113 91 145 0.22 0.37 0 0.43 264.44 0.23 0.46
Hex 71 5B 91 16 25 0 2B 108 17 2E
Octal 161 133 221 26 45 0 53 410 27 56
Binary 1110001 1011011 10010001 10110 100101 0 101011 100001000 10111 101110

Color Harmonies of #715B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B91

Black with #715B91

Text Example


Text Example

White with #715B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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