Html Css Color HEX #745C95 Butterfly Bush

📋 copy color: '#745C95'

red 116 ◦ green 92 ◦ blue 149

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

Shades of Butterfly Bush #745C95

Tints of Butterfly Bush #745C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 32.49%
G = 25.77%
B = 41.74%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745C95 (or 0x745C95) is known color: Butterfly Bush. HEX triplet: 74, 5C and 95. RGB value is (116,92,149). Sum of RGB (Red+Green+Blue) = 116+92+149=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #745C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C95 is #8BA36A. Grayscale: #696969. Windows color (decimal): -9151339 or 9788532. OLE color: 9788532.

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

Color convert

RGB 116 92 149 -
CMYK 0.22 0.38 0 0.42
HSL 265.26º 0.24% 0.47% -
HSV(B) 265.26º 0.38% 0.58% -
XYZ 16.45 13.54 30.18 -
YUV 105.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 116 92 149 0.22 0.38 0 0.42 265.26 0.24 0.47
Hex 74 5C 95 16 26 0 2A 109 18 2F
Octal 164 134 225 26 46 0 52 411 30 57
Binary 1110100 1011100 10010101 10110 100110 0 101010 100001001 11000 101111

Color Harmonies of #745C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C95

Black with #745C95

Text Example


Text Example

White with #745C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,92,149); }

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

background-color css

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

 a { background-color: rgb(116,92,149); }

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

border-color css

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

 span { border-color: rgb(116,92,149); }

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