#745D98

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

Shades of Butterfly Bush #745D98

Tints of Butterfly Bush #745D98

Color information

#745D98 (or 0x745D98) is unknown color: approx Butterfly Bush. HEX triplet: 74, 5D and 98. RGB value is (116,93,152). Sum of RGB (Red+Green+Blue) = 116+93+152=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 93 (36.72% from 255 or 25.76% 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 #745D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D98 is #8BA267. Grayscale: #6A6A6A. Windows color (decimal): -9151080 or 9985396. OLE color: 9985396.

HSL color Cylindrical-coordinate representation of color #745D98: hue angle of 263.39º degrees, saturation: 0.24, 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 #745D98 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11693152-
CMYK0.240.3900.40
HSL263.39º24.08%48.04%-
HSV(B)263.39º38.82%59.61%-
XYZ16.7813.8131.49-
YUV106.6153.62134.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=32.13%
G=25.76%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116931520.240.3900.40263.3924.0848.04
Hex745D9818270281071830
Octal16413523030470504073060
Binary111010010111011001100011000100111010100010000011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745D98; }

 p { color: rgb(116,93,152); }

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

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

 a { background-color: rgb(116,93,152); }

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

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

 span { border-color: rgb(116,93,152); }

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