Html Css Color HEX #775C93 Butterfly Bush

📋 copy color: '#775C93'

red 119 ◦ green 92 ◦ blue 147

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

Shades of Butterfly Bush #775C93

Tints of Butterfly Bush #775C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

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

R = 33.24%
G = 25.7%
B = 41.06%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775C93 (or 0x775C93) is known color: Butterfly Bush. HEX triplet: 77, 5C and 93. RGB value is (119,92,147). Sum of RGB (Red+Green+Blue) = 119+92+147=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #775C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C93 is #88A36C. Grayscale: #6A6A6A. Windows color (decimal): -8954733 or 9657463. OLE color: 9657463.

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

Color convert

RGB 119 92 147 -
CMYK 0.19 0.37 0 0.42
HSL 269.45º 0.23% 0.47% -
HSV(B) 269.45º 0.37% 0.58% -
XYZ 16.7 13.68 29.36 -
YUV 106.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 119 92 147 0.19 0.37 0 0.42 269.45 0.23 0.47
Hex 77 5C 93 13 25 0 2A 10D 17 2F
Octal 167 134 223 23 45 0 52 415 27 57
Binary 1110111 1011100 10010011 10011 100101 0 101010 100001101 10111 101111

Color Harmonies of #775C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C93

Black with #775C93

Text Example


Text Example

White with #775C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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