Html Css Color HEX #755991 Butterfly Bush

📋 copy color: '#755991'

red 117 ◦ green 89 ◦ blue 145

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

Shades of Butterfly Bush #755991

Tints of Butterfly Bush #755991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 33.33%
G = 25.36%
B = 41.31%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755991 (or 0x755991) is known color: Butterfly Bush. HEX triplet: 75, 59 and 91. RGB value is (117,89,145). Sum of RGB (Red+Green+Blue) = 117+89+145=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #755991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755991 is #8AA66E. Grayscale: #676767. Windows color (decimal): -9086575 or 9525621. OLE color: 9525621.

HSL color Cylindrical-coordinate representation of color #755991: hue angle of 270º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755991 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 89 145 -
CMYK 0.19 0.39 0 0.43
HSL 270º 0.24% 0.46% -
HSV(B) 270º 0.39% 0.57% -
XYZ 16.02 12.97 28.45 -
YUV 103.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 117 89 145 0.19 0.39 0 0.43 270 0.24 0.46
Hex 75 59 91 13 27 0 2B 10E 18 2E
Octal 165 131 221 23 47 0 53 416 30 56
Binary 1110101 1011001 10010001 10011 100111 0 101011 100001110 11000 101110

Color Harmonies of #755991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755991

Black with #755991

Text Example


Text Example

White with #755991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755991; }

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

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

background-color css

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

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

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

border-color css

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

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

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