Html Css Color HEX #70578C Butterfly Bush

📋 copy color: '#70578C'

red 112 ◦ green 87 ◦ blue 140

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

Shades of Butterfly Bush #70578C

Tints of Butterfly Bush #70578C

RGB

 RED value IS 112 (44.14% from 255) = 33.04%

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

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

R = 33.04%
G = 25.66%
B = 41.3%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70578C (or 0x70578C) is known color: Butterfly Bush. HEX triplet: 70, 57 and 8C. RGB value is (112,87,140). Sum of RGB (Red+Green+Blue) = 112+87+140=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #70578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70578C is #8FA873. Grayscale: #646464. Windows color (decimal): -9414772 or 9197424. OLE color: 9197424.

HSL color Cylindrical-coordinate representation of color #70578C: hue angle of 268.3º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70578C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 87 140 -
CMYK 0.20 0.38 0 0.45
HSL 268.3º 0.23% 0.45% -
HSV(B) 268.3º 0.38% 0.55% -
XYZ 14.82 12.15 26.38 -
YUV 100.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 112 87 140 0.20 0.38 0 0.45 268.3 0.23 0.45
Hex 70 57 8C 14 26 0 2D 10C 17 2D
Octal 160 127 214 24 46 0 55 414 27 55
Binary 1110000 1010111 10001100 10100 100110 0 101101 100001100 10111 101101

Color Harmonies of #70578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70578C

Black with #70578C

Text Example


Text Example

White with #70578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70578C; }

 p { color: rgb(112,87,140); }

 H1.HeaderClassName
 {
   color: #70578C;
 }
 .AnyTagClassName
 {
   color: #70578C;
 }
</style>

background-color css

<style>
 a { background-color: #70578C; }

 a { background-color: rgb(112,87,140); }

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

border-color css

<style>
 span { border-color: #70578C; }

 span { border-color: rgb(112,87,140); }

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