#734A93

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

Shades of Studio #734A93

Tints of Studio #734A93

Color information

#734A93 (or 0x734A93) is unknown color: approx Studio. HEX triplet: 73, 4A and 93. RGB value is (115,74,147). Sum of RGB (Red+Green+Blue) = 115+74+147=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #734A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A93 is #8CB56C. Grayscale: #5E5E5E. Windows color (decimal): -9221485 or 9652851. OLE color: 9652851.

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

Color convert

RGB11574147-
CMYK0.220.5000.42
HSL273.7º33.03%43.33%-
HSV(B)273.7º49.66%57.65%-
XYZ14.7910.6528.88-
YUV94.58157.58142.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=34.23%
G=22.02%
B=43.75%

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
Decimal115741470.220.5000.42273.733.0343.33
Hex734A93163202A112212b
Octal16311222326620524224153
Binary1110011100101010010011101101100100101010100010010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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