#734EAC

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

Shades of Studio #734EAC

Tints of Studio #734EAC

Color information

#734EAC (or 0x734EAC) is unknown color: approx Studio. HEX triplet: 73, 4E and AC. RGB value is (115,78,172). Sum of RGB (Red+Green+Blue) = 115+78+172=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #734EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734EAC is #8CB153. Grayscale: #636363. Windows color (decimal): -9220436 or 11292275. OLE color: 11292275.

HSL color Cylindrical-coordinate representation of color #734EAC: hue angle of 263.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734EAC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11578172-
CMYK0.330.5500.33
HSL263.62º37.6%49.02%-
HSV(B)263.62º54.65%67.45%-
XYZ17.2412.0740.45-
YUV99.78168.76138.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=31.51%
G=21.37%
B=47.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115781720.330.5500.33263.6237.649.02
Hex734EAC21370211082631
Octal16311625441670414104661
Binary11100111001110101011001000011101110100001100001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,78,172); }

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

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

 a { background-color: rgb(115,78,172); }

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

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

 span { border-color: rgb(115,78,172); }

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