#734A94

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

Shades of Studio #734A94

Tints of Studio #734A94

Color information

#734A94 (or 0x734A94) is unknown color: approx Studio. HEX triplet: 73, 4A and 94. RGB value is (115,74,148). Sum of RGB (Red+Green+Blue) = 115+74+148=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #734A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A94 is #8CB56B. Grayscale: #5E5E5E. Windows color (decimal): -9221484 or 9718387. OLE color: 9718387.

HSL color Cylindrical-coordinate representation of color #734A94: hue angle of 273.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734A94 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11574148-
CMYK0.220.5000.42
HSL273.24º33.33%43.53%-
HSV(B)273.24º50%58.04%-
XYZ14.8610.6829.3-
YUV94.7158.08142.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=34.12%
G=21.96%
B=43.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115741480.220.5000.42273.2433.3343.53
Hex734A94163202A111212c
Octal16311222426620524214154
Binary1110011100101010010100101101100100101010100010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,74,148); }

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

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

 a { background-color: rgb(115,74,148); }

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

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

 span { border-color: rgb(115,74,148); }

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