#735F8A

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

Shades of Butterfly Bush #735F8A

Tints of Butterfly Bush #735F8A

Color information

#735F8A (or 0x735F8A) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5F and 8A. RGB value is (115,95,138). Sum of RGB (Red+Green+Blue) = 115+95+138=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #735F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F8A is #8CA075. Grayscale: #696969. Windows color (decimal): -9216118 or 9068403. OLE color: 9068403.

HSL color Cylindrical-coordinate representation of color #735F8A: hue angle of 267.91º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #735F8A is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11595138-
CMYK0.170.3100.46
HSL267.91º18.45%45.69%-
HSV(B)267.91º31.16%54.12%-
XYZ15.7513.6625.85-
YUV105.88146.13134.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=33.05%
G=27.30%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115951380.170.3100.46267.9118.4545.69
Hex735F8A111F02E10c122e
Octal16313721221370564142256
Binary11100111011111100010101000111111010111010000110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,95,138); }

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

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

 a { background-color: rgb(115,95,138); }

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

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

 span { border-color: rgb(115,95,138); }

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