Html Css Color HEX #745995 Butterfly Bush

📋 copy color: '#745995'

red 116 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #745995

Tints of Butterfly Bush #745995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

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

R = 32.77%
G = 25.14%
B = 42.09%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745995 (or 0x745995) is known color: Butterfly Bush. HEX triplet: 74, 59 and 95. RGB value is (116,89,149). Sum of RGB (Red+Green+Blue) = 116+89+149=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #745995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745995 is #8BA66A. Grayscale: #676767. Windows color (decimal): -9152107 or 9787764. OLE color: 9787764.

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

Color convert

RGB 116 89 149 -
CMYK 0.22 0.40 0 0.42
HSL 267º 0.25% 0.47% -
HSV(B) 267º 0.4% 0.58% -
XYZ 16.2 13.03 30.09 -
YUV 103.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 116 89 149 0.22 0.40 0 0.42 267 0.25 0.47
Hex 74 59 95 16 28 0 2A 10B 19 2F
Octal 164 131 225 26 50 0 52 413 31 57
Binary 1110100 1011001 10010101 10110 101000 0 101010 100001011 11001 101111

Color Harmonies of #745995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745995

Black with #745995

Text Example


Text Example

White with #745995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745995; }

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

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

background-color css

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

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

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

border-color css

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

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

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