Html Css Color HEX #70518F Butterfly Bush

📋 copy color: '#70518F'

red 112 ◦ green 81 ◦ blue 143

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

Shades of Butterfly Bush #70518F

Tints of Butterfly Bush #70518F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 33.33%
G = 24.11%
B = 42.56%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70518F (or 0x70518F) is known color: Butterfly Bush. HEX triplet: 70, 51 and 8F. RGB value is (112,81,143). Sum of RGB (Red+Green+Blue) = 112+81+143=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #70518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70518F is #8FAE70. Grayscale: #616161. Windows color (decimal): -9416305 or 9392496. OLE color: 9392496.

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

Color convert

RGB 112 81 143 -
CMYK 0.22 0.43 0 0.44
HSL 270º 0.28% 0.44% -
HSV(B) 270º 0.43% 0.56% -
XYZ 14.58 11.31 27.4 -
YUV 97.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 112 81 143 0.22 0.43 0 0.44 270 0.28 0.44
Hex 70 51 8F 16 2B 0 2C 10E 1C 2C
Octal 160 121 217 26 53 0 54 416 34 54
Binary 1110000 1010001 10001111 10110 101011 0 101100 100001110 11100 101100

Color Harmonies of #70518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70518F

Black with #70518F

Text Example


Text Example

White with #70518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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