#734996

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

Shades of Studio #734996

Tints of Studio #734996

Color information

#734996 (or 0x734996) is unknown color: approx Studio. HEX triplet: 73, 49 and 96. RGB value is (115,73,150). Sum of RGB (Red+Green+Blue) = 115+73+150=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #734996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734996 is #8CB669. Grayscale: #5E5E5E. Windows color (decimal): -9221738 or 9849203. OLE color: 9849203.

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

Color convert

RGB11573150-
CMYK0.230.5100.41
HSL272.73º34.53%43.73%-
HSV(B)272.73º51.33%58.82%-
XYZ14.9610.6130.11-
YUV94.34159.41142.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=34.02%
G=21.60%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115731500.230.5100.41272.7334.5343.73
Hex7349961733029111232c
Octal16311122627630514214354
Binary1110011100100110010110101111100110101001100010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734996; }

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

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

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

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

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

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

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

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