Html Css Color HEX #775E93 Butterfly Bush

📋 copy color: '#775E93'

red 119 ◦ green 94 ◦ blue 147

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

Shades of Butterfly Bush #775E93

Tints of Butterfly Bush #775E93

RGB

 RED value IS 119 (46.88% from 255) = 33.06%

 GREEN value IS 94 (37.11% from 255) = 26.11%

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

R = 33.06%
G = 26.11%
B = 40.83%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775E93 (or 0x775E93) is known color: Butterfly Bush. HEX triplet: 77, 5E and 93. RGB value is (119,94,147). Sum of RGB (Red+Green+Blue) = 119+94+147=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #775E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E93 is #88A16C. Grayscale: #6B6B6B. Windows color (decimal): -8954221 or 9657975. OLE color: 9657975.

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

Color convert

RGB 119 94 147 -
CMYK 0.19 0.36 0 0.42
HSL 268.3º 0.22% 0.47% -
HSV(B) 268.3º 0.36% 0.58% -
XYZ 16.88 14.03 29.42 -
YUV 107.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 119 94 147 0.19 0.36 0 0.42 268.3 0.22 0.47
Hex 77 5E 93 13 24 0 2A 10C 16 2F
Octal 167 136 223 23 44 0 52 414 26 57
Binary 1110111 1011110 10010011 10011 100100 0 101010 100001100 10110 101111

Color Harmonies of #775E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E93

Black with #775E93

Text Example


Text Example

White with #775E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E93; }

 p { color: rgb(119,94,147); }

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

background-color css

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

 a { background-color: rgb(119,94,147); }

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

border-color css

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

 span { border-color: rgb(119,94,147); }

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