Html Css Color HEX #705494 Butterfly Bush

📋 copy color: '#705494'

red 112 ◦ green 84 ◦ blue 148

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

Shades of Butterfly Bush #705494

Tints of Butterfly Bush #705494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 32.56%
G = 24.42%
B = 43.02%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705494 (or 0x705494) is known color: Butterfly Bush. HEX triplet: 70, 54 and 94. RGB value is (112,84,148). Sum of RGB (Red+Green+Blue) = 112+84+148=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #705494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705494 is #8FAB6B. Grayscale: #636363. Windows color (decimal): -9415532 or 9720944. OLE color: 9720944.

HSL color Cylindrical-coordinate representation of color #705494: hue angle of 266.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705494 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 84 148 -
CMYK 0.24 0.43 0 0.42
HSL 266.25º 0.28% 0.45% -
HSV(B) 266.25º 0.43% 0.58% -
XYZ 15.2 11.92 29.52 -
YUV 99.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 112 84 148 0.24 0.43 0 0.42 266.25 0.28 0.45
Hex 70 54 94 18 2B 0 2A 10A 1C 2D
Octal 160 124 224 30 53 0 52 412 34 55
Binary 1110000 1010100 10010100 11000 101011 0 101010 100001010 11100 101101

Color Harmonies of #705494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705494

Black with #705494

Text Example


Text Example

White with #705494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705494; }

 p { color: rgb(112,84,148); }

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

background-color css

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

 a { background-color: rgb(112,84,148); }

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

border-color css

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

 span { border-color: rgb(112,84,148); }

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