#734AB0

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

Shades of Studio #734AB0

Tints of Studio #734AB0

Color information

#734AB0 (or 0x734AB0) is unknown color: approx Studio. HEX triplet: 73, 4A and B0. RGB value is (115,74,176). Sum of RGB (Red+Green+Blue) = 115+74+176=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #734AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734AB0 is #8CB54F. Grayscale: #616161. Windows color (decimal): -9221456 or 11553395. OLE color: 11553395.

HSL color Cylindrical-coordinate representation of color #734AB0: hue angle of 264.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #734AB0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11574176-
CMYK0.350.5800.31
HSL264.12º40.8%49.02%-
HSV(B)264.12º57.95%69.02%-
XYZ17.3611.6842.41-
YUV97.89172.08140.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=31.51%
G=20.27%
B=48.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115741760.350.5800.31264.1240.849.02
Hex734AB0233A01F1082931
Octal16311226043720374105161
Binary1110011100101010110000100011111010011111100001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,74,176); }

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

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

 a { background-color: rgb(115,74,176); }

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

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

 span { border-color: rgb(115,74,176); }

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