#734494

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

Shades of Studio #734494

Tints of Studio #734494

Color information

#734494 (or 0x734494) is unknown color: approx Studio. HEX triplet: 73, 44 and 94. RGB value is (115,68,148). Sum of RGB (Red+Green+Blue) = 115+68+148=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #734494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734494 is #8CBB6B. Grayscale: #5A5A5A. Windows color (decimal): -9223020 or 9716851. OLE color: 9716851.

HSL color Cylindrical-coordinate representation of color #734494: hue angle of 275.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734494 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11568148-
CMYK0.220.5400.42
HSL275.25º37.04%42.35%-
HSV(B)275.25º54.05%58.04%-
XYZ14.489.9229.17-
YUV91.17160.07145-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=34.74%
G=20.54%
B=44.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115681480.220.5400.42275.2537.0442.35
Hex734494163602A113252a
Octal16310422426660524234552
Binary1110011100010010010100101101101100101010100010011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734494; }

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

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

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

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

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

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

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

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