Html Css Color HEX #745992 Butterfly Bush

📋 copy color: '#745992'

red 116 ◦ green 89 ◦ blue 146

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

Shades of Butterfly Bush #745992

Tints of Butterfly Bush #745992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 33.05%
G = 25.36%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#745992 (or 0x745992) is known color: Butterfly Bush. HEX triplet: 74, 59 and 92. RGB value is (116,89,146). Sum of RGB (Red+Green+Blue) = 116+89+146=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #745992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745992 is #8BA66D. Grayscale: #676767. Windows color (decimal): -9152110 or 9591156. OLE color: 9591156.

HSL color Cylindrical-coordinate representation of color #745992: hue angle of 268.42º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745992 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 89 146 -
CMYK 0.21 0.39 0 0.43
HSL 268.42º 0.24% 0.46% -
HSV(B) 268.42º 0.39% 0.57% -
XYZ 15.96 12.93 28.85 -
YUV 103.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 116 89 146 0.21 0.39 0 0.43 268.42 0.24 0.46
Hex 74 59 92 15 27 0 2B 10C 18 2E
Octal 164 131 222 25 47 0 53 414 30 56
Binary 1110100 1011001 10010010 10101 100111 0 101011 100001100 11000 101110

Color Harmonies of #745992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745992

Black with #745992

Text Example


Text Example

White with #745992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745992; }

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

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

background-color css

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

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

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

border-color css

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

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

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