Html Css Color HEX #745D95 Butterfly Bush

📋 copy color: '#745D95'

red 116 ◦ green 93 ◦ blue 149

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

Shades of Butterfly Bush #745D95

Tints of Butterfly Bush #745D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

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

R = 32.4%
G = 25.98%
B = 41.62%

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

#745D95 (or 0x745D95) is known color: Butterfly Bush. HEX triplet: 74, 5D and 95. RGB value is (116,93,149). Sum of RGB (Red+Green+Blue) = 116+93+149=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #745D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D95 is #8BA26A. Grayscale: #6A6A6A. Windows color (decimal): -9151083 or 9788788. OLE color: 9788788.

HSL color Cylindrical-coordinate representation of color #745D95: hue angle of 264.64º degrees, saturation: 0.23, 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 #745D95 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 93 149 -
CMYK 0.22 0.38 0 0.42
HSL 264.64º 0.23% 0.47% -
HSV(B) 264.64º 0.38% 0.58% -
XYZ 16.54 13.71 30.21 -
YUV 106.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 116 93 149 0.22 0.38 0 0.42 264.64 0.23 0.47
Hex 74 5D 95 16 26 0 2A 109 17 2F
Octal 164 135 225 26 46 0 52 411 27 57
Binary 1110100 1011101 10010101 10110 100110 0 101010 100001001 10111 101111

Color Harmonies of #745D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D95

Black with #745D95

Text Example


Text Example

White with #745D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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