Html Css Color HEX #715693 Butterfly Bush

📋 copy color: '#715693'

red 113 ◦ green 86 ◦ blue 147

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

Shades of Butterfly Bush #715693

Tints of Butterfly Bush #715693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 32.66%
G = 24.86%
B = 42.49%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715693 (or 0x715693) is known color: Butterfly Bush. HEX triplet: 71, 56 and 93. RGB value is (113,86,147). Sum of RGB (Red+Green+Blue) = 113+86+147=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #715693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715693 is #8EA96C. Grayscale: #646464. Windows color (decimal): -9349485 or 9655921. OLE color: 9655921.

HSL color Cylindrical-coordinate representation of color #715693: hue angle of 266.56º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715693 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 86 147 -
CMYK 0.23 0.41 0 0.42
HSL 266.56º 0.26% 0.46% -
HSV(B) 266.56º 0.41% 0.58% -
XYZ 15.4 12.27 29.16 -
YUV 101.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 113 86 147 0.23 0.41 0 0.42 266.56 0.26 0.46
Hex 71 56 93 17 29 0 2A 10B 1A 2E
Octal 161 126 223 27 51 0 52 413 32 56
Binary 1110001 1010110 10010011 10111 101001 0 101010 100001011 11010 101110

Color Harmonies of #715693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715693

Black with #715693

Text Example


Text Example

White with #715693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715693; }

 p { color: rgb(113,86,147); }

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

background-color css

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

 a { background-color: rgb(113,86,147); }

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

border-color css

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

 span { border-color: rgb(113,86,147); }

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