#734A95

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

Shades of Studio #734A95

Tints of Studio #734A95

Color information

#734A95 (or 0x734A95) is unknown color: approx Studio. HEX triplet: 73, 4A and 95. RGB value is (115,74,149). Sum of RGB (Red+Green+Blue) = 115+74+149=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #734A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A95 is #8CB56A. Grayscale: #5E5E5E. Windows color (decimal): -9221483 or 9783923. OLE color: 9783923.

HSL color Cylindrical-coordinate representation of color #734A95: hue angle of 272.8º degrees, saturation: 0.34, 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 #734A95 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11574149-
CMYK0.230.5000.42
HSL272.8º33.63%43.73%-
HSV(B)272.8º50.34%58.43%-
XYZ14.9410.7129.71-
YUV94.81158.58142.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=34.02%
G=21.89%
B=44.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115741490.230.5000.42272.833.6343.73
Hex734A95173202A111222c
Octal16311222527620524214254
Binary1110011100101010010101101111100100101010100010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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