#734DB4

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

Shades of Studio #734DB4

Tints of Studio #734DB4

Color information

#734DB4 (or 0x734DB4) is unknown color: approx Studio. HEX triplet: 73, 4D and B4. RGB value is (115,77,180). Sum of RGB (Red+Green+Blue) = 115+77+180=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #734DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DB4 is #8CB24B. Grayscale: #636363. Windows color (decimal): -9220684 or 11816307. OLE color: 11816307.

HSL color Cylindrical-coordinate representation of color #734DB4: hue angle of 262.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734DB4 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11577180-
CMYK0.360.5700.29
HSL262.14º40.71%50.39%-
HSV(B)262.14º57.22%70.59%-
XYZ17.9612.2544.6-
YUV100.1173.09138.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=30.91%
G=20.70%
B=48.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115771800.360.5700.29262.1440.7150.39
Hex734DB4243901D1062932
Octal16311526444710354065162
Binary1110011100110110110100100100111001011101100000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,77,180); }

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

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

 a { background-color: rgb(115,77,180); }

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

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

 span { border-color: rgb(115,77,180); }

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