#734CA9

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

Shades of Studio #734CA9

Tints of Studio #734CA9

Color information

#734CA9 (or 0x734CA9) is unknown color: approx Studio. HEX triplet: 73, 4C and A9. RGB value is (115,76,169). Sum of RGB (Red+Green+Blue) = 115+76+169=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #734CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734CA9 is #8CB356. Grayscale: #616161. Windows color (decimal): -9220951 or 11095155. OLE color: 11095155.

HSL color Cylindrical-coordinate representation of color #734CA9: hue angle of 265.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734CA9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11576169-
CMYK0.320.5500.34
HSL265.16º37.96%48.04%-
HSV(B)265.16º55.03%66.27%-
XYZ16.8211.6838.9-
YUV98.26167.92139.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=31.94%
G=21.11%
B=46.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal115761690.320.5500.34265.1637.9648.04
Hex734CA920370221092630
Octal16311425140670424114660
Binary11100111001100101010011000001101110100010100001001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,76,169); }

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

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

 a { background-color: rgb(115,76,169); }

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

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

 span { border-color: rgb(115,76,169); }

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