#755C93

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

Shades of Butterfly Bush #755C93

Tints of Butterfly Bush #755C93

Color information

#755C93 (or 0x755C93) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5C and 93. RGB value is (117,92,147). Sum of RGB (Red+Green+Blue) = 117+92+147=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #755C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C93 is #8AA36C. Grayscale: #696969. Windows color (decimal): -9085805 or 9657461. OLE color: 9657461.

HSL color Cylindrical-coordinate representation of color #755C93: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #755C93 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11792147-
CMYK0.200.3700.42
HSL267.27º23.01%46.86%-
HSV(B)267.27º37.41%57.65%-
XYZ16.4313.5429.35-
YUV105.74151.28136.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=32.87%
G=25.84%
B=41.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117921470.200.3700.42267.2723.0146.86
Hex755C93142502A10b172f
Octal16513422324450524132757
Binary111010110111001001001110100100101010101010000101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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