#755C98

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

Shades of Butterfly Bush #755C98

Tints of Butterfly Bush #755C98

Color information

#755C98 (or 0x755C98) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5C and 98. RGB value is (117,92,152). Sum of RGB (Red+Green+Blue) = 117+92+152=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #755C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C98 is #8AA367. Grayscale: #6A6A6A. Windows color (decimal): -9085800 or 9985141. OLE color: 9985141.

HSL color Cylindrical-coordinate representation of color #755C98: hue angle of 265º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755C98 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11792152-
CMYK0.230.3900.40
HSL265º24.59%47.84%-
HSV(B)265º39.47%59.61%-
XYZ16.8313.731.46-
YUV106.32153.78135.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=32.41%
G=25.48%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117921520.230.3900.4026524.5947.84
Hex755C9817270281091930
Octal16513423027470504113160
Binary111010110111001001100010111100111010100010000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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