Html Css Color HEX #715A95 Butterfly Bush

📋 copy color: '#715A95'

red 113 ◦ green 90 ◦ blue 149

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

Shades of Butterfly Bush #715A95

Tints of Butterfly Bush #715A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

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

R = 32.1%
G = 25.57%
B = 42.33%

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

#715A95 (or 0x715A95) is known color: Butterfly Bush. HEX triplet: 71, 5A and 95. RGB value is (113,90,149). Sum of RGB (Red+Green+Blue) = 113+90+149=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #715A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A95 is #8EA56A. Grayscale: #676767. Windows color (decimal): -9348459 or 9788017. OLE color: 9788017.

HSL color Cylindrical-coordinate representation of color #715A95: hue angle of 263.39º 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 #715A95 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 90 149 -
CMYK 0.24 0.40 0 0.42
HSL 263.39º 0.25% 0.47% -
HSV(B) 263.39º 0.4% 0.58% -
XYZ 15.89 12.99 30.1 -
YUV 103.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 113 90 149 0.24 0.40 0 0.42 263.39 0.25 0.47
Hex 71 5A 95 18 28 0 2A 107 19 2F
Octal 161 132 225 30 50 0 52 407 31 57
Binary 1110001 1011010 10010101 11000 101000 0 101010 100000111 11001 101111

Color Harmonies of #715A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A95

Black with #715A95

Text Example


Text Example

White with #715A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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