#734E95

Color #734E95 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #734E95

Tints of Studio #734E95

Color information

#734E95 (or 0x734E95) is unknown color: approx Studio. HEX triplet: 73, 4E and 95. RGB value is (115,78,149). Sum of RGB (Red+Green+Blue) = 115+78+149=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #734E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734E95 is #8CB16A. Grayscale: #606060. Windows color (decimal): -9220459 or 9784947. OLE color: 9784947.

HSL color Cylindrical-coordinate representation of color #734E95: hue angle of 271.27º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #734E95 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11578149-
CMYK0.230.4800.42
HSL271.27º31.28%44.51%-
HSV(B)271.27º47.65%58.43%-
XYZ15.2211.2629.81-
YUV97.16157.26140.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=33.63%
G=22.81%
B=43.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115781490.230.4800.42271.2731.2844.51
Hex734E95173002A10f1f2d
Octal16311622527600524173755
Binary111001110011101001010110111110000010101010000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E95; }

 p { color: rgb(115,78,149); }

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

<style>
 a { background-color: #734E95; }

 a { background-color: rgb(115,78,149); }

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

<style>
 span { border-color: #734E95; }

 span { border-color: rgb(115,78,149); }

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