Html Css Color HEX #715D8A Butterfly Bush

📋 copy color: '#715D8A'

red 113 ◦ green 93 ◦ blue 138

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

Shades of Butterfly Bush #715D8A

Tints of Butterfly Bush #715D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 32.85%
G = 27.03%
B = 40.12%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#715D8A (or 0x715D8A) is known color: Butterfly Bush. HEX triplet: 71, 5D and 8A. RGB value is (113,93,138). Sum of RGB (Red+Green+Blue) = 113+93+138=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #715D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D8A is #8EA275. Grayscale: #676767. Windows color (decimal): -9347702 or 9067889. OLE color: 9067889.

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

Color convert

RGB 113 93 138 -
CMYK 0.18 0.33 0 0.46
HSL 266.67º 0.19% 0.45% -
HSV(B) 266.67º 0.33% 0.54% -
XYZ 15.31 13.17 25.78 -
YUV 104.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 113 93 138 0.18 0.33 0 0.46 266.67 0.19 0.45
Hex 71 5D 8A 12 21 0 2E 10B 13 2D
Octal 161 135 212 22 41 0 56 413 23 55
Binary 1110001 1011101 10001010 10010 100001 0 101110 100001011 10011 101101

Color Harmonies of #715D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D8A

Black with #715D8A

Text Example


Text Example

White with #715D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,138); }

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

background-color css

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

 a { background-color: rgb(113,93,138); }

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

border-color css

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

 span { border-color: rgb(113,93,138); }

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