Html Css Color HEX #715595 Butterfly Bush

📋 copy color: '#715595'

red 113 ◦ green 85 ◦ blue 149

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

Shades of Butterfly Bush #715595

Tints of Butterfly Bush #715595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 32.56%
G = 24.5%
B = 42.94%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715595 (or 0x715595) is known color: Butterfly Bush. HEX triplet: 71, 55 and 95. RGB value is (113,85,149). Sum of RGB (Red+Green+Blue) = 113+85+149=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #715595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715595 is #8EAA6A. Grayscale: #646464. Windows color (decimal): -9349739 or 9786737. OLE color: 9786737.

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

Color convert

RGB 113 85 149 -
CMYK 0.24 0.43 0 0.42
HSL 266.25º 0.27% 0.46% -
HSV(B) 266.25º 0.43% 0.58% -
XYZ 15.48 12.18 29.97 -
YUV 100.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 113 85 149 0.24 0.43 0 0.42 266.25 0.27 0.46
Hex 71 55 95 18 2B 0 2A 10A 1B 2E
Octal 161 125 225 30 53 0 52 412 33 56
Binary 1110001 1010101 10010101 11000 101011 0 101010 100001010 11011 101110

Color Harmonies of #715595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715595

Black with #715595

Text Example


Text Example

White with #715595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715595; }

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

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

background-color css

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

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

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

border-color css

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

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

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