Html Css Color HEX #755993 Butterfly Bush

📋 copy color: '#755993'

red 117 ◦ green 89 ◦ blue 147

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

Shades of Butterfly Bush #755993

Tints of Butterfly Bush #755993

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

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

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

R = 33.14%
G = 25.21%
B = 41.64%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755993 (or 0x755993) is known color: Butterfly Bush. HEX triplet: 75, 59 and 93. RGB value is (117,89,147). Sum of RGB (Red+Green+Blue) = 117+89+147=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #755993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755993 is #8AA66C. Grayscale: #676767. Windows color (decimal): -9086573 or 9656693. OLE color: 9656693.

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

Color convert

RGB 117 89 147 -
CMYK 0.20 0.39 0 0.42
HSL 268.97º 0.25% 0.46% -
HSV(B) 268.97º 0.39% 0.58% -
XYZ 16.17 13.03 29.27 -
YUV 103.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 117 89 147 0.20 0.39 0 0.42 268.97 0.25 0.46
Hex 75 59 93 14 27 0 2A 10D 19 2E
Octal 165 131 223 24 47 0 52 415 31 56
Binary 1110101 1011001 10010011 10100 100111 0 101010 100001101 11001 101110

Color Harmonies of #755993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755993

Black with #755993

Text Example


Text Example

White with #755993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755993; }

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

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

background-color css

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

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

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

border-color css

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

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

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