Html Css Color HEX #715A8A Butterfly Bush

📋 copy color: '#715A8A'

red 113 ◦ green 90 ◦ blue 138

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

Shades of Butterfly Bush #715A8A

Tints of Butterfly Bush #715A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 33.14%
G = 26.39%
B = 40.47%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#715A8A (or 0x715A8A) is known color: Butterfly Bush. HEX triplet: 71, 5A and 8A. RGB value is (113,90,138). Sum of RGB (Red+Green+Blue) = 113+90+138=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #715A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A8A is #8EA575. Grayscale: #666666. Windows color (decimal): -9348470 or 9067121. OLE color: 9067121.

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

Color convert

RGB 113 90 138 -
CMYK 0.18 0.35 0 0.46
HSL 268.75º 0.21% 0.45% -
HSV(B) 268.75º 0.35% 0.54% -
XYZ 15.05 12.66 25.69 -
YUV 102.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 113 90 138 0.18 0.35 0 0.46 268.75 0.21 0.45
Hex 71 5A 8A 12 23 0 2E 10D 15 2D
Octal 161 132 212 22 43 0 56 415 25 55
Binary 1110001 1011010 10001010 10010 100011 0 101110 100001101 10101 101101

Color Harmonies of #715A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A8A

Black with #715A8A

Text Example


Text Example

White with #715A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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