Html Css Color HEX #715A8B Butterfly Bush

📋 copy color: '#715A8B'

red 113 ◦ green 90 ◦ blue 139

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

Shades of Butterfly Bush #715A8B

Tints of Butterfly Bush #715A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 33.04%
G = 26.32%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#715A8B (or 0x715A8B) is known color: Butterfly Bush. HEX triplet: 71, 5A and 8B. RGB value is (113,90,139). Sum of RGB (Red+Green+Blue) = 113+90+139=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #715A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A8B is #8EA574. Grayscale: #666666. Windows color (decimal): -9348469 or 9132657. OLE color: 9132657.

HSL color Cylindrical-coordinate representation of color #715A8B: hue angle of 268.16º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715A8B is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 90 139 -
CMYK 0.19 0.35 0 0.45
HSL 268.16º 0.21% 0.45% -
HSV(B) 268.16º 0.35% 0.55% -
XYZ 15.13 12.69 26.08 -
YUV 102.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 113 90 139 0.19 0.35 0 0.45 268.16 0.21 0.45
Hex 71 5A 8B 13 23 0 2D 10C 15 2D
Octal 161 132 213 23 43 0 55 414 25 55
Binary 1110001 1011010 10001011 10011 100011 0 101101 100001100 10101 101101

Color Harmonies of #715A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A8B

Black with #715A8B

Text Example


Text Example

White with #715A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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