Html Css Color HEX #715E93 Butterfly Bush

📋 copy color: '#715E93'

red 113 ◦ green 94 ◦ blue 147

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

Shades of Butterfly Bush #715E93

Tints of Butterfly Bush #715E93

RGB

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

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

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

R = 31.92%
G = 26.55%
B = 41.53%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715E93 (or 0x715E93) is known color: Butterfly Bush. HEX triplet: 71, 5E and 93. RGB value is (113,94,147). Sum of RGB (Red+Green+Blue) = 113+94+147=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #715E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E93 is #8EA16C. Grayscale: #696969. Windows color (decimal): -9347437 or 9657969. OLE color: 9657969.

HSL color Cylindrical-coordinate representation of color #715E93: hue angle of 261.51º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715E93 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 94 147 -
CMYK 0.23 0.36 0 0.42
HSL 261.51º 0.22% 0.47% -
HSV(B) 261.51º 0.36% 0.58% -
XYZ 16.08 13.62 29.39 -
YUV 105.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 113 94 147 0.23 0.36 0 0.42 261.51 0.22 0.47
Hex 71 5E 93 17 24 0 2A 106 16 2F
Octal 161 136 223 27 44 0 52 406 26 57
Binary 1110001 1011110 10010011 10111 100100 0 101010 100000110 10110 101111

Color Harmonies of #715E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E93

Black with #715E93

Text Example


Text Example

White with #715E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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