#734DB6

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

Shades of Studio #734DB6

Tints of Studio #734DB6

Color information

#734DB6 (or 0x734DB6) is unknown color: approx Studio. HEX triplet: 73, 4D and B6. RGB value is (115,77,182). Sum of RGB (Red+Green+Blue) = 115+77+182=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #734DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DB6 is #8CB249. Grayscale: #636363. Windows color (decimal): -9220682 or 11947379. OLE color: 11947379.

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

Color convert

RGB11577182-
CMYK0.370.5800.29
HSL261.71º41.83%50.78%-
HSV(B)261.71º57.69%71.37%-
XYZ18.1712.3345.68-
YUV100.33174.09138.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=30.75%
G=20.59%
B=48.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115771820.370.5800.29261.7141.8350.78
Hex734DB6253A01D1062a33
Octal16311526645720354065263
Binary1110011100110110110110100101111010011101100000110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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