Html Css Color HEX #71578B Butterfly Bush

📋 copy color: '#71578B'

red 113 ◦ green 87 ◦ blue 139

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

Shades of Butterfly Bush #71578B

Tints of Butterfly Bush #71578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

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

R = 33.33%
G = 25.66%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71578B (or 0x71578B) is known color: Butterfly Bush. HEX triplet: 71, 57 and 8B. RGB value is (113,87,139). Sum of RGB (Red+Green+Blue) = 113+87+139=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #71578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71578B is #8EA874. Grayscale: #646464. Windows color (decimal): -9349237 or 9131889. OLE color: 9131889.

HSL color Cylindrical-coordinate representation of color #71578B: hue angle of 270º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71578B is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 87 139 -
CMYK 0.19 0.37 0 0.45
HSL 270º 0.23% 0.44% -
HSV(B) 270º 0.37% 0.55% -
XYZ 14.88 12.19 26 -
YUV 100.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 113 87 139 0.19 0.37 0 0.45 270 0.23 0.44
Hex 71 57 8B 13 25 0 2D 10E 17 2C
Octal 161 127 213 23 45 0 55 416 27 54
Binary 1110001 1010111 10001011 10011 100101 0 101101 100001110 10111 101100

Color Harmonies of #71578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71578B

Black with #71578B

Text Example


Text Example

White with #71578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71578B; }

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

 H1.HeaderClassName
 {
   color: #71578B;
 }
 .AnyTagClassName
 {
   color: #71578B;
 }
</style>

background-color css

<style>
 a { background-color: #71578B; }

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

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

border-color css

<style>
 span { border-color: #71578B; }

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

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