Html Css Color HEX #715995 Butterfly Bush

📋 copy color: '#715995'

red 113 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #715995

Tints of Butterfly Bush #715995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 32.19%
G = 25.36%
B = 42.45%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715995 (or 0x715995) is known color: Butterfly Bush. HEX triplet: 71, 59 and 95. RGB value is (113,89,149). Sum of RGB (Red+Green+Blue) = 113+89+149=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #715995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715995 is #8EA66A. Grayscale: #666666. Windows color (decimal): -9348715 or 9787761. OLE color: 9787761.

HSL color Cylindrical-coordinate representation of color #715995: hue angle of 264º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715995 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 89 149 -
CMYK 0.24 0.40 0 0.42
HSL 264º 0.25% 0.47% -
HSV(B) 264º 0.4% 0.58% -
XYZ 15.81 12.83 30.08 -
YUV 103.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 113 89 149 0.24 0.40 0 0.42 264 0.25 0.47
Hex 71 59 95 18 28 0 2A 108 19 2F
Octal 161 131 225 30 50 0 52 410 31 57
Binary 1110001 1011001 10010101 11000 101000 0 101010 100001000 11001 101111

Color Harmonies of #715995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715995

Black with #715995

Text Example


Text Example

White with #715995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715995; }

 p { color: rgb(113,89,149); }

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

background-color css

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

 a { background-color: rgb(113,89,149); }

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

border-color css

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

 span { border-color: rgb(113,89,149); }

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