Html Css Color HEX #705491 Butterfly Bush

📋 copy color: '#705491'

red 112 ◦ green 84 ◦ blue 145

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

Shades of Butterfly Bush #705491

Tints of Butterfly Bush #705491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 32.84%
G = 24.63%
B = 42.52%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#705491 (or 0x705491) is known color: Butterfly Bush. HEX triplet: 70, 54 and 91. RGB value is (112,84,145). Sum of RGB (Red+Green+Blue) = 112+84+145=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #705491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705491 is #8FAB6E. Grayscale: #636363. Windows color (decimal): -9415535 or 9524336. OLE color: 9524336.

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

Color convert

RGB 112 84 145 -
CMYK 0.23 0.42 0 0.43
HSL 267.54º 0.27% 0.45% -
HSV(B) 267.54º 0.42% 0.57% -
XYZ 14.96 11.83 28.28 -
YUV 99.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 112 84 145 0.23 0.42 0 0.43 267.54 0.27 0.45
Hex 70 54 91 17 2A 0 2B 10C 1B 2D
Octal 160 124 221 27 52 0 53 414 33 55
Binary 1110000 1010100 10010001 10111 101010 0 101011 100001100 11011 101101

Color Harmonies of #705491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705491

Black with #705491

Text Example


Text Example

White with #705491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705491; }

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

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

background-color css

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

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

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

border-color css

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

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

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