Html Css Color HEX #715C8D Butterfly Bush

📋 copy color: '#715C8D'

red 113 ◦ green 92 ◦ blue 141

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

Shades of Butterfly Bush #715C8D

Tints of Butterfly Bush #715C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 32.66%
G = 26.59%
B = 40.75%

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

#715C8D (or 0x715C8D) is known color: Butterfly Bush. HEX triplet: 71, 5C and 8D. RGB value is (113,92,141). Sum of RGB (Red+Green+Blue) = 113+92+141=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #715C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C8D is #8EA372. Grayscale: #676767. Windows color (decimal): -9347955 or 9264241. OLE color: 9264241.

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

Color convert

RGB 113 92 141 -
CMYK 0.20 0.35 0 0.45
HSL 265.71º 0.21% 0.46% -
HSV(B) 265.71º 0.35% 0.55% -
XYZ 15.44 13.09 26.91 -
YUV 103.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 113 92 141 0.20 0.35 0 0.45 265.71 0.21 0.46
Hex 71 5C 8D 14 23 0 2D 10A 15 2E
Octal 161 134 215 24 43 0 55 412 25 56
Binary 1110001 1011100 10001101 10100 100011 0 101101 100001010 10101 101110

Color Harmonies of #715C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C8D

Black with #715C8D

Text Example


Text Example

White with #715C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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