Html Css Color HEX #715E8A Butterfly Bush

📋 copy color: '#715E8A'

red 113 ◦ green 94 ◦ blue 138

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

Shades of Butterfly Bush #715E8A

Tints of Butterfly Bush #715E8A

RGB

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

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

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

R = 32.75%
G = 27.25%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#715E8A (or 0x715E8A) is known color: Butterfly Bush. HEX triplet: 71, 5E and 8A. RGB value is (113,94,138). Sum of RGB (Red+Green+Blue) = 113+94+138=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #715E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E8A is #8EA175. Grayscale: #686868. Windows color (decimal): -9347446 or 9068145. OLE color: 9068145.

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

Color convert

RGB 113 94 138 -
CMYK 0.18 0.32 0 0.46
HSL 265.91º 0.19% 0.45% -
HSV(B) 265.91º 0.32% 0.54% -
XYZ 15.4 13.35 25.81 -
YUV 104.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 113 94 138 0.18 0.32 0 0.46 265.91 0.19 0.45
Hex 71 5E 8A 12 20 0 2E 10A 13 2D
Octal 161 136 212 22 40 0 56 412 23 55
Binary 1110001 1011110 10001010 10010 100000 0 101110 100001010 10011 101101

Color Harmonies of #715E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E8A

Black with #715E8A

Text Example


Text Example

White with #715E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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