Html Css Color HEX #745B99 Butterfly Bush

📋 copy color: '#745B99'

red 116 ◦ green 91 ◦ blue 153

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

Shades of Butterfly Bush #745B99

Tints of Butterfly Bush #745B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 32.22%
G = 25.28%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745B99 (or 0x745B99) is known color: Butterfly Bush. HEX triplet: 74, 5B and 99. RGB value is (116,91,153). Sum of RGB (Red+Green+Blue) = 116+91+153=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #745B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B99 is #8BA466. Grayscale: #696969. Windows color (decimal): -9151591 or 10050420. OLE color: 10050420.

HSL color Cylindrical-coordinate representation of color #745B99: hue angle of 264.19º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745B99 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 91 153 -
CMYK 0.24 0.41 0 0.4
HSL 264.19º 0.25% 0.48% -
HSV(B) 264.19º 0.41% 0.6% -
XYZ 16.69 13.5 31.86 -
YUV 105.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 116 91 153 0.24 0.41 0 0.4 264.19 0.25 0.48
Hex 74 5B 99 18 29 0 28 108 19 30
Octal 164 133 231 30 51 0 50 410 31 60
Binary 1110100 1011011 10011001 11000 101001 0 101000 100001000 11001 110000

Color Harmonies of #745B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B99

Black with #745B99

Text Example


Text Example

White with #745B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,153); }

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

background-color css

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

 a { background-color: rgb(116,91,153); }

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

border-color css

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

 span { border-color: rgb(116,91,153); }

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