Html Css Color HEX #715E8C Butterfly Bush

📋 copy color: '#715E8C'

red 113 ◦ green 94 ◦ blue 140

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

Shades of Butterfly Bush #715E8C

Tints of Butterfly Bush #715E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 32.56%
G = 27.09%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#715E8C (or 0x715E8C) is known color: Butterfly Bush. HEX triplet: 71, 5E and 8C. RGB value is (113,94,140). Sum of RGB (Red+Green+Blue) = 113+94+140=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #715E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E8C is #8EA173. Grayscale: #686868. Windows color (decimal): -9347444 or 9199217. OLE color: 9199217.

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

Color convert

RGB 113 94 140 -
CMYK 0.19 0.33 0 0.45
HSL 264.78º 0.2% 0.46% -
HSV(B) 264.78º 0.33% 0.55% -
XYZ 15.55 13.41 26.58 -
YUV 104.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 113 94 140 0.19 0.33 0 0.45 264.78 0.2 0.46
Hex 71 5E 8C 13 21 0 2D 109 14 2E
Octal 161 136 214 23 41 0 55 411 24 56
Binary 1110001 1011110 10001100 10011 100001 0 101101 100001001 10100 101110

Color Harmonies of #715E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E8C

Black with #715E8C

Text Example


Text Example

White with #715E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,140); }

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

background-color css

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

 a { background-color: rgb(113,94,140); }

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

border-color css

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

 span { border-color: rgb(113,94,140); }

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