#734D92

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

Shades of Studio #734D92

Tints of Studio #734D92

Color information

#734D92 (or 0x734D92) is unknown color: approx Studio. HEX triplet: 73, 4D and 92. RGB value is (115,77,146). Sum of RGB (Red+Green+Blue) = 115+77+146=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #734D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D92 is #8CB26D. Grayscale: #5F5F5F. Windows color (decimal): -9220718 or 9588083. OLE color: 9588083.

HSL color Cylindrical-coordinate representation of color #734D92: hue angle of 273.04º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #734D92 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11577146-
CMYK0.210.4700.43
HSL273.04º30.94%43.73%-
HSV(B)273.04º47.26%57.25%-
XYZ14.9111.0328.54-
YUV96.23156.09141.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=34.02%
G=22.78%
B=43.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115771460.210.4700.43273.0430.9443.73
Hex734D92152F02B1111f2c
Octal16311522225570534213754
Binary111001110011011001001010101101111010101110001000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,77,146); }

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

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

 a { background-color: rgb(115,77,146); }

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

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

 span { border-color: rgb(115,77,146); }

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