#734BB5

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

Shades of Studio #734BB5

Tints of Studio #734BB5

Color information

#734BB5 (or 0x734BB5) is unknown color: approx Studio. HEX triplet: 73, 4B and B5. RGB value is (115,75,181). Sum of RGB (Red+Green+Blue) = 115+75+181=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #734BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BB5 is #8CB44A. Grayscale: #626262. Windows color (decimal): -9221195 or 11881331. OLE color: 11881331.

HSL color Cylindrical-coordinate representation of color #734BB5: hue angle of 262.64º 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 #734BB5 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11575181-
CMYK0.360.5900.29
HSL262.64º41.73%50.2%-
HSV(B)262.64º58.56%70.98%-
XYZ17.9312.0145.09-
YUV99.04174.25139.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=31.00%
G=20.22%
B=48.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115751810.360.5900.29262.6441.7350.2
Hex734BB5243B01D1072a32
Octal16311326544730354075262
Binary1110011100101110110101100100111011011101100000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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