#755F97

Color #755F97 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #755F97

Tints of Butterfly Bush #755F97

Color information

#755F97 (or 0x755F97) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5F and 97. RGB value is (117,95,151). Sum of RGB (Red+Green+Blue) = 117+95+151=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #755F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F97 is #8AA068. Grayscale: #6B6B6B. Windows color (decimal): -9085033 or 9920373. OLE color: 9920373.

HSL color Cylindrical-coordinate representation of color #755F97: hue angle of 263.57º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #755F97 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11795151-
CMYK0.230.3700.41
HSL263.57º22.76%48.24%-
HSV(B)263.57º37.09%59.22%-
XYZ17.0114.231.12-
YUV107.96152.29134.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 151 (59.38% from 255) = 41.60%
R=32.23%
G=26.17%
B=41.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117951510.230.3700.41263.5722.7648.24
Hex755F9717250291081730
Octal16513722727450514102760
Binary111010110111111001011110111100101010100110000100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F97; }

 p { color: rgb(117,95,151); }

 H1.HeaderClassName
 {
   color: #755F97;
 }
 .AnyTagClassName
 {
   color: #755F97;
 }
</style>
background-color css

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

 a { background-color: rgb(117,95,151); }

 div.DivClassName
 {
   background-color: #755F97;
 }
 .BgClassName
 {
   background-color: #755F97;
 }
</style>
border-color css

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

 span { border-color: rgb(117,95,151); }

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