Html Css Color HEX #745990 Butterfly Bush

📋 copy color: '#745990'

red 116 ◦ green 89 ◦ blue 144

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

Shades of Butterfly Bush #745990

Tints of Butterfly Bush #745990

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

 GREEN value IS 89 (35.16% from 255) = 25.5%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 33.24%
G = 25.5%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#745990 (or 0x745990) is known color: Butterfly Bush. HEX triplet: 74, 59 and 90. RGB value is (116,89,144). Sum of RGB (Red+Green+Blue) = 116+89+144=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #745990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745990 is #8BA66F. Grayscale: #676767. Windows color (decimal): -9152112 or 9460084. OLE color: 9460084.

HSL color Cylindrical-coordinate representation of color #745990: hue angle of 269.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745990 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 89 144 -
CMYK 0.19 0.38 0 0.44
HSL 269.45º 0.24% 0.46% -
HSV(B) 269.45º 0.38% 0.56% -
XYZ 15.81 12.87 28.04 -
YUV 103.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 116 89 144 0.19 0.38 0 0.44 269.45 0.24 0.46
Hex 74 59 90 13 26 0 2C 10D 18 2E
Octal 164 131 220 23 46 0 54 415 30 56
Binary 1110100 1011001 10010000 10011 100110 0 101100 100001101 11000 101110

Color Harmonies of #745990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745990

Black with #745990

Text Example


Text Example

White with #745990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745990; }

 p { color: rgb(116,89,144); }

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

background-color css

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

 a { background-color: rgb(116,89,144); }

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

border-color css

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

 span { border-color: rgb(116,89,144); }

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