#735C8E

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

Shades of Butterfly Bush #735C8E

Tints of Butterfly Bush #735C8E

Color information

#735C8E (or 0x735C8E) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5C and 8E. RGB value is (115,92,142). Sum of RGB (Red+Green+Blue) = 115+92+142=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #735C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C8E is #8CA371. Grayscale: #686868. Windows color (decimal): -9216882 or 9329779. OLE color: 9329779.

HSL color Cylindrical-coordinate representation of color #735C8E: hue angle of 267.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #735C8E is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11592142-
CMYK0.190.3500.44
HSL267.6º21.37%45.88%-
HSV(B)267.6º35.21%55.69%-
XYZ15.7813.2527.32-
YUV104.58149.12135.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=32.95%
G=26.36%
B=40.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115921420.190.3500.44267.621.3745.88
Hex735C8E132302C10c152e
Octal16313421623430544142556
Binary111001110111001000111010011100011010110010000110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,92,142); }

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

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

 a { background-color: rgb(115,92,142); }

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

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

 span { border-color: rgb(115,92,142); }

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