#734bb6

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

Shades of Studio #734BB6

Tints of Studio #734BB6

Color information

#734BB6 (or 0x734BB6) is unknown color: approx Studio. HEX triplet: 73, 4B and B6. RGB value is (115,75,182). Sum of RGB (Red+Green+Blue) = 115+75+182=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #734BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BB6 is #8CB449. Grayscale: #626262. Windows color (decimal): -9221194 or 11946867. OLE color: 11946867.

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

Color convert

RGB11575182-
CMYK0.370.5900.29
HSL262.43º42.29%50.39%-
HSV(B)262.43º58.79%71.37%-
XYZ18.0312.0545.63-
YUV99.16174.75139.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 182 (71.48% from 255) = 48.92%
R=30.91%
G=20.16%
B=48.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115751820.370.5900.29262.4342.2950.39
Hex734BB6253B01D1062a32
Octal16311326645730354065262
Binary1110011100101110110110100101111011011101100000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,182); }

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

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

 a { background-color: rgb(115,75,182); }

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

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

 span { border-color: rgb(115,75,182); }

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