Html Css Color HEX #715A8E Butterfly Bush

📋 copy color: '#715A8E'

red 113 ◦ green 90 ◦ blue 142

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

Shades of Butterfly Bush #715A8E

Tints of Butterfly Bush #715A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 32.75%
G = 26.09%
B = 41.16%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#715A8E (or 0x715A8E) is known color: Butterfly Bush. HEX triplet: 71, 5A and 8E. RGB value is (113,90,142). Sum of RGB (Red+Green+Blue) = 113+90+142=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #715A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A8E is #8EA571. Grayscale: #666666. Windows color (decimal): -9348466 or 9329265. OLE color: 9329265.

HSL color Cylindrical-coordinate representation of color #715A8E: hue angle of 266.54º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715A8E is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 90 142 -
CMYK 0.20 0.37 0 0.44
HSL 266.54º 0.22% 0.45% -
HSV(B) 266.54º 0.37% 0.56% -
XYZ 15.35 12.78 27.25 -
YUV 102.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 113 90 142 0.20 0.37 0 0.44 266.54 0.22 0.45
Hex 71 5A 8E 14 25 0 2C 10B 16 2D
Octal 161 132 216 24 45 0 54 413 26 55
Binary 1110001 1011010 10001110 10100 100101 0 101100 100001011 10110 101101

Color Harmonies of #715A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A8E

Black with #715A8E

Text Example


Text Example

White with #715A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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