Html Css Color HEX #745993 Butterfly Bush

📋 copy color: '#745993'

red 116 ◦ green 89 ◦ blue 147

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

Shades of Butterfly Bush #745993

Tints of Butterfly Bush #745993

RGB

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

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

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

R = 32.95%
G = 25.28%
B = 41.76%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745993 (or 0x745993) is known color: Butterfly Bush. HEX triplet: 74, 59 and 93. RGB value is (116,89,147). Sum of RGB (Red+Green+Blue) = 116+89+147=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #745993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745993 is #8BA66C. Grayscale: #676767. Windows color (decimal): -9152109 or 9656692. OLE color: 9656692.

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

Color convert

RGB 116 89 147 -
CMYK 0.21 0.39 0 0.42
HSL 267.93º 0.25% 0.46% -
HSV(B) 267.93º 0.39% 0.58% -
XYZ 16.04 12.96 29.26 -
YUV 103.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 116 89 147 0.21 0.39 0 0.42 267.93 0.25 0.46
Hex 74 59 93 15 27 0 2A 10C 19 2E
Octal 164 131 223 25 47 0 52 414 31 56
Binary 1110100 1011001 10010011 10101 100111 0 101010 100001100 11001 101110

Color Harmonies of #745993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745993

Black with #745993

Text Example


Text Example

White with #745993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745993; }

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

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

background-color css

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

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

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

border-color css

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

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

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