Html Css Color HEX #715B8D Butterfly Bush

📋 copy color: '#715B8D'

red 113 ◦ green 91 ◦ blue 141

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

Shades of Butterfly Bush #715B8D

Tints of Butterfly Bush #715B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 32.75%
G = 26.38%
B = 40.87%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#715B8D (or 0x715B8D) is known color: Butterfly Bush. HEX triplet: 71, 5B and 8D. RGB value is (113,91,141). Sum of RGB (Red+Green+Blue) = 113+91+141=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #715B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B8D is #8EA472. Grayscale: #676767. Windows color (decimal): -9348211 or 9263985. OLE color: 9263985.

HSL color Cylindrical-coordinate representation of color #715B8D: hue angle of 266.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715B8D is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 91 141 -
CMYK 0.20 0.35 0 0.45
HSL 266.4º 0.22% 0.45% -
HSV(B) 266.4º 0.35% 0.55% -
XYZ 15.36 12.92 26.88 -
YUV 103.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 113 91 141 0.20 0.35 0 0.45 266.4 0.22 0.45
Hex 71 5B 8D 14 23 0 2D 10A 16 2D
Octal 161 133 215 24 43 0 55 412 26 55
Binary 1110001 1011011 10001101 10100 100011 0 101101 100001010 10110 101101

Color Harmonies of #715B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B8D

Black with #715B8D

Text Example


Text Example

White with #715B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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