Html Css Color HEX #756291 Butterfly Bush

📋 copy color: '#756291'

red 117 ◦ green 98 ◦ blue 145

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

Shades of Butterfly Bush #756291

Tints of Butterfly Bush #756291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

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

R = 32.5%
G = 27.22%
B = 40.28%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756291 (or 0x756291) is known color: Butterfly Bush. HEX triplet: 75, 62 and 91. RGB value is (117,98,145). Sum of RGB (Red+Green+Blue) = 117+98+145=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #756291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756291 is #8A9D6E. Grayscale: #6C6C6C. Windows color (decimal): -9084271 or 9527925. OLE color: 9527925.

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

Color convert

RGB 117 98 145 -
CMYK 0.19 0.32 0 0.43
HSL 264.26º 0.19% 0.48% -
HSV(B) 264.26º 0.32% 0.57% -
XYZ 16.81 14.56 28.71 -
YUV 109.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 117 98 145 0.19 0.32 0 0.43 264.26 0.19 0.48
Hex 75 62 91 13 20 0 2B 108 13 30
Octal 165 142 221 23 40 0 53 410 23 60
Binary 1110101 1100010 10010001 10011 100000 0 101011 100001000 10011 110000

Color Harmonies of #756291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756291

Black with #756291

Text Example


Text Example

White with #756291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756291; }

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

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

background-color css

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

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

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

border-color css

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

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

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