Html Css Color HEX #70558F Butterfly Bush

📋 copy color: '#70558F'

red 112 ◦ green 85 ◦ blue 143

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

Shades of Butterfly Bush #70558F

Tints of Butterfly Bush #70558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 32.94%
G = 25%
B = 42.06%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70558F (or 0x70558F) is known color: Butterfly Bush. HEX triplet: 70, 55 and 8F. RGB value is (112,85,143). Sum of RGB (Red+Green+Blue) = 112+85+143=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #70558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70558F is #8FAA70. Grayscale: #636363. Windows color (decimal): -9415281 or 9393520. OLE color: 9393520.

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

Color convert

RGB 112 85 143 -
CMYK 0.22 0.41 0 0.44
HSL 267.93º 0.25% 0.45% -
HSV(B) 267.93º 0.41% 0.56% -
XYZ 14.89 11.92 27.5 -
YUV 99.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 112 85 143 0.22 0.41 0 0.44 267.93 0.25 0.45
Hex 70 55 8F 16 29 0 2C 10C 19 2D
Octal 160 125 217 26 51 0 54 414 31 55
Binary 1110000 1010101 10001111 10110 101001 0 101100 100001100 11001 101101

Color Harmonies of #70558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70558F

Black with #70558F

Text Example


Text Example

White with #70558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70558F; }

 p { color: rgb(112,85,143); }

 H1.HeaderClassName
 {
   color: #70558F;
 }
 .AnyTagClassName
 {
   color: #70558F;
 }
</style>

background-color css

<style>
 a { background-color: #70558F; }

 a { background-color: rgb(112,85,143); }

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

border-color css

<style>
 span { border-color: #70558F; }

 span { border-color: rgb(112,85,143); }

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