Html Css Color HEX #705493 Butterfly Bush

📋 copy color: '#705493'

red 112 ◦ green 84 ◦ blue 147

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

Shades of Butterfly Bush #705493

Tints of Butterfly Bush #705493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 32.65%
G = 24.49%
B = 42.86%

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

#705493 (or 0x705493) is known color: Butterfly Bush. HEX triplet: 70, 54 and 93. RGB value is (112,84,147). Sum of RGB (Red+Green+Blue) = 112+84+147=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #705493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705493 is #8FAB6C. Grayscale: #636363. Windows color (decimal): -9415533 or 9655408. OLE color: 9655408.

HSL color Cylindrical-coordinate representation of color #705493: hue angle of 266.67º degrees, saturation: 0.27, 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 #705493 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 84 147 -
CMYK 0.24 0.43 0 0.42
HSL 266.67º 0.27% 0.45% -
HSV(B) 266.67º 0.43% 0.58% -
XYZ 15.12 11.89 29.1 -
YUV 99.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 112 84 147 0.24 0.43 0 0.42 266.67 0.27 0.45
Hex 70 54 93 18 2B 0 2A 10B 1B 2D
Octal 160 124 223 30 53 0 52 413 33 55
Binary 1110000 1010100 10010011 11000 101011 0 101010 100001011 11011 101101

Color Harmonies of #705493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705493

Black with #705493

Text Example


Text Example

White with #705493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705493; }

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

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

background-color css

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

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

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

border-color css

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

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

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