Html Css Color HEX #715A8C Butterfly Bush

📋 copy color: '#715A8C'

red 113 ◦ green 90 ◦ blue 140

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

Shades of Butterfly Bush #715A8C

Tints of Butterfly Bush #715A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 32.94%
G = 26.24%
B = 40.82%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#715A8C (or 0x715A8C) is known color: Butterfly Bush. HEX triplet: 71, 5A and 8C. RGB value is (113,90,140). Sum of RGB (Red+Green+Blue) = 113+90+140=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #715A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A8C is #8EA573. Grayscale: #666666. Windows color (decimal): -9348468 or 9198193. OLE color: 9198193.

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

Color convert

RGB 113 90 140 -
CMYK 0.19 0.36 0 0.45
HSL 267.6º 0.22% 0.45% -
HSV(B) 267.6º 0.36% 0.55% -
XYZ 15.2 12.72 26.46 -
YUV 102.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 113 90 140 0.19 0.36 0 0.45 267.6 0.22 0.45
Hex 71 5A 8C 13 24 0 2D 10C 16 2D
Octal 161 132 214 23 44 0 55 414 26 55
Binary 1110001 1011010 10001100 10011 100100 0 101101 100001100 10110 101101

Color Harmonies of #715A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A8C

Black with #715A8C

Text Example


Text Example

White with #715A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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