Html Css Color HEX #745E96 Butterfly Bush

📋 copy color: '#745E96'

red 116 ◦ green 94 ◦ blue 150

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

Shades of Butterfly Bush #745E96

Tints of Butterfly Bush #745E96

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 32.22%
G = 26.11%
B = 41.67%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745E96 (or 0x745E96) is known color: Butterfly Bush. HEX triplet: 74, 5E and 96. RGB value is (116,94,150). Sum of RGB (Red+Green+Blue) = 116+94+150=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #745E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E96 is #8BA169. Grayscale: #6A6A6A. Windows color (decimal): -9150826 or 9854580. OLE color: 9854580.

HSL color Cylindrical-coordinate representation of color #745E96: hue angle of 263.57º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745E96 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 94 150 -
CMYK 0.23 0.37 0 0.41
HSL 263.57º 0.23% 0.48% -
HSV(B) 263.57º 0.37% 0.59% -
XYZ 16.71 13.92 30.66 -
YUV 106.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 116 94 150 0.23 0.37 0 0.41 263.57 0.23 0.48
Hex 74 5E 96 17 25 0 29 108 17 30
Octal 164 136 226 27 45 0 51 410 27 60
Binary 1110100 1011110 10010110 10111 100101 0 101001 100001000 10111 110000

Color Harmonies of #745E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E96

Black with #745E96

Text Example


Text Example

White with #745E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745E96; }

 p { color: rgb(116,94,150); }

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

background-color css

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

 a { background-color: rgb(116,94,150); }

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

border-color css

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

 span { border-color: rgb(116,94,150); }

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