Html Css Color HEX #705594 Butterfly Bush

📋 copy color: '#705594'

red 112 ◦ green 85 ◦ blue 148

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

Shades of Butterfly Bush #705594

Tints of Butterfly Bush #705594

RGB

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

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

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

R = 32.46%
G = 24.64%
B = 42.9%

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

#705594 (or 0x705594) is known color: Butterfly Bush. HEX triplet: 70, 55 and 94. RGB value is (112,85,148). Sum of RGB (Red+Green+Blue) = 112+85+148=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #705594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705594 is #8FAA6B. Grayscale: #646464. Windows color (decimal): -9415276 or 9721200. OLE color: 9721200.

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

Color convert

RGB 112 85 148 -
CMYK 0.24 0.43 0 0.42
HSL 265.71º 0.27% 0.46% -
HSV(B) 265.71º 0.43% 0.58% -
XYZ 15.28 12.08 29.54 -
YUV 100.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 112 85 148 0.24 0.43 0 0.42 265.71 0.27 0.46
Hex 70 55 94 18 2B 0 2A 10A 1B 2E
Octal 160 125 224 30 53 0 52 412 33 56
Binary 1110000 1010101 10010100 11000 101011 0 101010 100001010 11011 101110

Color Harmonies of #705594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705594

Black with #705594

Text Example


Text Example

White with #705594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705594; }

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

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

background-color css

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

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

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

border-color css

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

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

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