Html Css Color HEX #715690 Butterfly Bush

📋 copy color: '#715690'

red 113 ◦ green 86 ◦ blue 144

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

Shades of Butterfly Bush #715690

Tints of Butterfly Bush #715690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 32.94%
G = 25.07%
B = 41.98%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#715690 (or 0x715690) is known color: Butterfly Bush. HEX triplet: 71, 56 and 90. RGB value is (113,86,144). Sum of RGB (Red+Green+Blue) = 113+86+144=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #715690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715690 is #8EA96F. Grayscale: #646464. Windows color (decimal): -9349488 or 9459313. OLE color: 9459313.

HSL color Cylindrical-coordinate representation of color #715690: hue angle of 267.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715690 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 86 144 -
CMYK 0.22 0.40 0 0.44
HSL 267.93º 0.25% 0.45% -
HSV(B) 267.93º 0.4% 0.56% -
XYZ 15.17 12.18 27.94 -
YUV 100.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 113 86 144 0.22 0.40 0 0.44 267.93 0.25 0.45
Hex 71 56 90 16 28 0 2C 10C 19 2D
Octal 161 126 220 26 50 0 54 414 31 55
Binary 1110001 1010110 10010000 10110 101000 0 101100 100001100 11001 101101

Color Harmonies of #715690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715690

Black with #715690

Text Example


Text Example

White with #715690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715690; }

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

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

background-color css

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

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

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

border-color css

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

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

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