#735C96

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

Shades of Butterfly Bush #735C96

Tints of Butterfly Bush #735C96

Color information

#735C96 (or 0x735C96) is unknown color: approx Butterfly Bush. HEX triplet: 73, 5C and 96. RGB value is (115,92,150). Sum of RGB (Red+Green+Blue) = 115+92+150=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #735C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C96 is #8CA369. Grayscale: #696969. Windows color (decimal): -9216874 or 9854067. OLE color: 9854067.

HSL color Cylindrical-coordinate representation of color #735C96: hue angle of 263.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #735C96 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11592150-
CMYK0.230.3900.41
HSL263.79º23.97%47.45%-
HSV(B)263.79º38.67%58.82%-
XYZ16.413.530.6-
YUV105.49153.12134.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=32.21%
G=25.77%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115921500.230.3900.41263.7923.9747.45
Hex735C961727029108182f
Octal16313422627470514103057
Binary111001110111001001011010111100111010100110000100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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