Html Css Color HEX #70558B Butterfly Bush

📋 copy color: '#70558B'

red 112 ◦ green 85 ◦ blue 139

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

Shades of Butterfly Bush #70558B

Tints of Butterfly Bush #70558B

RGB

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

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

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

R = 33.33%
G = 25.3%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70558B (or 0x70558B) is known color: Butterfly Bush. HEX triplet: 70, 55 and 8B. RGB value is (112,85,139). Sum of RGB (Red+Green+Blue) = 112+85+139=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #70558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70558B is #8FAA74. Grayscale: #636363. Windows color (decimal): -9415285 or 9131376. OLE color: 9131376.

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

Color convert

RGB 112 85 139 -
CMYK 0.19 0.39 0 0.45
HSL 270º 0.24% 0.44% -
HSV(B) 270º 0.39% 0.55% -
XYZ 14.59 11.81 25.94 -
YUV 99.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 112 85 139 0.19 0.39 0 0.45 270 0.24 0.44
Hex 70 55 8B 13 27 0 2D 10E 18 2C
Octal 160 125 213 23 47 0 55 416 30 54
Binary 1110000 1010101 10001011 10011 100111 0 101101 100001110 11000 101100

Color Harmonies of #70558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70558B

Black with #70558B

Text Example


Text Example

White with #70558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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