#734CAE

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

Shades of Studio #734CAE

Tints of Studio #734CAE

Color information

#734CAE (or 0x734CAE) is unknown color: approx Studio. HEX triplet: 73, 4C and AE. RGB value is (115,76,174). Sum of RGB (Red+Green+Blue) = 115+76+174=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #734CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734CAE is #8CB351. Grayscale: #626262. Windows color (decimal): -9220946 or 11422835. OLE color: 11422835.

HSL color Cylindrical-coordinate representation of color #734CAE: hue angle of 263.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #734CAE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11576174-
CMYK0.340.5600.32
HSL263.88º39.2%49.02%-
HSV(B)263.88º56.32%68.24%-
XYZ17.2911.8741.42-
YUV98.83170.42139.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=31.51%
G=20.82%
B=47.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115761740.340.5600.32263.8839.249.02
Hex734CAE22380201082731
Octal16311425642700404104761
Binary11100111001100101011101000101110000100000100001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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