Html Css Color HEX #705495 Butterfly Bush

📋 copy color: '#705495'

red 112 ◦ green 84 ◦ blue 149

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

Shades of Butterfly Bush #705495

Tints of Butterfly Bush #705495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 32.46%
G = 24.35%
B = 43.19%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705495 (or 0x705495) is known color: Butterfly Bush. HEX triplet: 70, 54 and 95. RGB value is (112,84,149). Sum of RGB (Red+Green+Blue) = 112+84+149=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #705495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705495 is #8FAB6A. Grayscale: #636363. Windows color (decimal): -9415531 or 9786480. OLE color: 9786480.

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

Color convert

RGB 112 84 149 -
CMYK 0.25 0.44 0 0.42
HSL 265.85º 0.28% 0.46% -
HSV(B) 265.85º 0.44% 0.58% -
XYZ 15.28 11.96 29.94 -
YUV 99.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 112 84 149 0.25 0.44 0 0.42 265.85 0.28 0.46
Hex 70 54 95 19 2C 0 2A 10A 1C 2E
Octal 160 124 225 31 54 0 52 412 34 56
Binary 1110000 1010100 10010101 11001 101100 0 101010 100001010 11100 101110

Color Harmonies of #705495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705495

Black with #705495

Text Example


Text Example

White with #705495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705495; }

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

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

background-color css

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

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

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

border-color css

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

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

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