#734496

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

Shades of Studio #734496

Tints of Studio #734496

Color information

#734496 (or 0x734496) is unknown color: approx Studio. HEX triplet: 73, 44 and 96. RGB value is (115,68,150). Sum of RGB (Red+Green+Blue) = 115+68+150=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #734496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734496 is #8CBB69. Grayscale: #5B5B5B. Windows color (decimal): -9223018 or 9847923. OLE color: 9847923.

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

Color convert

RGB11568150-
CMYK0.230.5500.41
HSL274.39º37.61%42.75%-
HSV(B)274.39º54.67%58.82%-
XYZ14.649.9830.01-
YUV91.4161.07144.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=34.53%
G=20.42%
B=45.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115681500.230.5500.41274.3937.6142.75
Hex7344961737029112262b
Octal16310422627670514224653
Binary1110011100010010010110101111101110101001100010010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734496; }

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

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

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

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

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

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

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

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