Html Css Color HEX #745E93 Butterfly Bush

📋 copy color: '#745E93'

red 116 ◦ green 94 ◦ blue 147

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

Shades of Butterfly Bush #745E93

Tints of Butterfly Bush #745E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 32.49%
G = 26.33%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745E93 (or 0x745E93) is known color: Butterfly Bush. HEX triplet: 74, 5E and 93. RGB value is (116,94,147). Sum of RGB (Red+Green+Blue) = 116+94+147=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #745E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E93 is #8BA16C. Grayscale: #6A6A6A. Windows color (decimal): -9150829 or 9657972. OLE color: 9657972.

HSL color Cylindrical-coordinate representation of color #745E93: hue angle of 264.91º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #745E93 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 94 147 -
CMYK 0.21 0.36 0 0.42
HSL 264.91º 0.22% 0.47% -
HSV(B) 264.91º 0.36% 0.58% -
XYZ 16.47 13.83 29.4 -
YUV 106.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 116 94 147 0.21 0.36 0 0.42 264.91 0.22 0.47
Hex 74 5E 93 15 24 0 2A 109 16 2F
Octal 164 136 223 25 44 0 52 411 26 57
Binary 1110100 1011110 10010011 10101 100100 0 101010 100001001 10110 101111

Color Harmonies of #745E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E93

Black with #745E93

Text Example


Text Example

White with #745E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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