Html Css Color HEX #715791 Butterfly Bush

📋 copy color: '#715791'

red 113 ◦ green 87 ◦ blue 145

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

Shades of Butterfly Bush #715791

Tints of Butterfly Bush #715791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 32.75%
G = 25.22%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715791 (or 0x715791) is known color: Butterfly Bush. HEX triplet: 71, 57 and 91. RGB value is (113,87,145). Sum of RGB (Red+Green+Blue) = 113+87+145=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #715791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715791 is #8EA86E. Grayscale: #656565. Windows color (decimal): -9349231 or 9525105. OLE color: 9525105.

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

Color convert

RGB 113 87 145 -
CMYK 0.22 0.4 0 0.43
HSL 266.9º 0.25% 0.45% -
HSV(B) 266.9º 0.4% 0.57% -
XYZ 15.33 12.37 28.37 -
YUV 101.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 113 87 145 0.22 0.4 0 0.43 266.9 0.25 0.45
Hex 71 57 91 16 28 0 2B 10B 19 2D
Octal 161 127 221 26 50 0 53 413 31 55
Binary 1110001 1010111 10010001 10110 101000 0 101011 100001011 11001 101101

Color Harmonies of #715791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715791

Black with #715791

Text Example


Text Example

White with #715791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715791; }

 p { color: rgb(113,87,145); }

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

background-color css

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

 a { background-color: rgb(113,87,145); }

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

border-color css

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

 span { border-color: rgb(113,87,145); }

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