Html Css Color HEX #715D8E Butterfly Bush

📋 copy color: '#715D8E'

red 113 ◦ green 93 ◦ blue 142

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

Shades of Butterfly Bush #715D8E

Tints of Butterfly Bush #715D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 32.47%
G = 26.72%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#715D8E (or 0x715D8E) is known color: Butterfly Bush. HEX triplet: 71, 5D and 8E. RGB value is (113,93,142). Sum of RGB (Red+Green+Blue) = 113+93+142=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #715D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D8E is #8EA271. Grayscale: #686868. Windows color (decimal): -9347698 or 9330033. OLE color: 9330033.

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

Color convert

RGB 113 93 142 -
CMYK 0.20 0.35 0 0.44
HSL 264.49º 0.21% 0.46% -
HSV(B) 264.49º 0.35% 0.56% -
XYZ 15.61 13.29 27.33 -
YUV 104.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 113 93 142 0.20 0.35 0 0.44 264.49 0.21 0.46
Hex 71 5D 8E 14 23 0 2C 108 15 2E
Octal 161 135 216 24 43 0 54 410 25 56
Binary 1110001 1011101 10001110 10100 100011 0 101100 100001000 10101 101110

Color Harmonies of #715D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D8E

Black with #715D8E

Text Example


Text Example

White with #715D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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