Html Css Color HEX #765C93 Butterfly Bush

📋 copy color: '#765C93'

red 118 ◦ green 92 ◦ blue 147

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

Shades of Butterfly Bush #765C93

Tints of Butterfly Bush #765C93

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

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

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

R = 33.05%
G = 25.77%
B = 41.18%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765C93 (or 0x765C93) is known color: Butterfly Bush. HEX triplet: 76, 5C and 93. RGB value is (118,92,147). Sum of RGB (Red+Green+Blue) = 118+92+147=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #765C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C93 is #89A36C. Grayscale: #696969. Windows color (decimal): -9020269 or 9657462. OLE color: 9657462.

HSL color Cylindrical-coordinate representation of color #765C93: hue angle of 268.36º 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 #765C93 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 92 147 -
CMYK 0.20 0.37 0 0.42
HSL 268.36º 0.23% 0.47% -
HSV(B) 268.36º 0.37% 0.58% -
XYZ 16.56 13.61 29.36 -
YUV 106.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 118 92 147 0.20 0.37 0 0.42 268.36 0.23 0.47
Hex 76 5C 93 14 25 0 2A 10C 17 2F
Octal 166 134 223 24 45 0 52 414 27 57
Binary 1110110 1011100 10010011 10100 100101 0 101010 100001100 10111 101111

Color Harmonies of #765C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C93

Black with #765C93

Text Example


Text Example

White with #765C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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