#735B98

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

Shades of Butterfly Bush #735B98

Tints of Butterfly Bush #735B98

Color information

#735B98 (or 0x735B98) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5B and 98. RGB value is (115,91,152). Sum of RGB (Red+Green+Blue) = 115+91+152=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #735B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B98 is #8CA467. Grayscale: #686868. Windows color (decimal): -9217128 or 9984883. OLE color: 9984883.

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

Color convert

RGB11591152-
CMYK0.240.4000.40
HSL263.61º25.1%47.65%-
HSV(B)263.61º40.13%59.61%-
XYZ16.4813.3931.42-
YUV105.13154.45135.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=32.12%
G=25.42%
B=42.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115911520.240.4000.40263.6125.147.65
Hex735B9818280281081930
Octal16313323030500504103160
Binary111001110110111001100011000101000010100010000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B98; }

 p { color: rgb(115,91,152); }

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

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

 a { background-color: rgb(115,91,152); }

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

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

 span { border-color: rgb(115,91,152); }

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