Html Css Color HEX #756190 Butterfly Bush

📋 copy color: '#756190'

red 117 ◦ green 97 ◦ blue 144

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

Shades of Butterfly Bush #756190

Tints of Butterfly Bush #756190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 32.68%
G = 27.09%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756190 (or 0x756190) is known color: Butterfly Bush. HEX triplet: 75, 61 and 90. RGB value is (117,97,144). Sum of RGB (Red+Green+Blue) = 117+97+144=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #756190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756190 is #8A9E6F. Grayscale: #6C6C6C. Windows color (decimal): -9084528 or 9462133. OLE color: 9462133.

HSL color Cylindrical-coordinate representation of color #756190: hue angle of 265.53º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756190 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 97 144 -
CMYK 0.19 0.33 0 0.44
HSL 265.53º 0.2% 0.47% -
HSV(B) 265.53º 0.33% 0.56% -
XYZ 16.64 14.34 28.28 -
YUV 108.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 117 97 144 0.19 0.33 0 0.44 265.53 0.2 0.47
Hex 75 61 90 13 21 0 2C 10A 14 2F
Octal 165 141 220 23 41 0 54 412 24 57
Binary 1110101 1100001 10010000 10011 100001 0 101100 100001010 10100 101111

Color Harmonies of #756190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756190

Black with #756190

Text Example


Text Example

White with #756190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756190; }

 p { color: rgb(117,97,144); }

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

background-color css

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

 a { background-color: rgb(117,97,144); }

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

border-color css

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

 span { border-color: rgb(117,97,144); }

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