#734995

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

Shades of Studio #734995

Tints of Studio #734995

Color information

#734995 (or 0x734995) is unknown color: approx Studio. HEX triplet: 73, 49 and 95. RGB value is (115,73,149). Sum of RGB (Red+Green+Blue) = 115+73+149=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #734995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734995 is #8CB66A. Grayscale: #5D5D5D. Windows color (decimal): -9221739 or 9783667. OLE color: 9783667.

HSL color Cylindrical-coordinate representation of color #734995: hue angle of 273.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734995 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11573149-
CMYK0.230.5100.42
HSL273.16º34.23%43.53%-
HSV(B)273.16º51.01%58.43%-
XYZ14.8810.5829.69-
YUV94.22158.91142.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=34.12%
G=21.66%
B=44.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115731490.230.5100.42273.1634.2343.53
Hex734995173302A111222c
Octal16311122527630524214254
Binary1110011100100110010101101111100110101010100010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734995; }

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

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

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

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

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

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

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

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