#734B95

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

Shades of Studio #734B95

Tints of Studio #734B95

Color information

#734B95 (or 0x734B95) is unknown color: approx Studio. HEX triplet: 73, 4B and 95. RGB value is (115,75,149). Sum of RGB (Red+Green+Blue) = 115+75+149=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #734B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734B95 is #8CB46A. Grayscale: #5F5F5F. Windows color (decimal): -9221227 or 9784179. OLE color: 9784179.

HSL color Cylindrical-coordinate representation of color #734B95: hue angle of 272.43º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734B95 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11575149-
CMYK0.230.5000.42
HSL272.43º33.04%43.92%-
HSV(B)272.43º49.66%58.43%-
XYZ15.0110.8529.74-
YUV95.4158.25141.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=33.92%
G=22.12%
B=43.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115751490.230.5000.42272.4333.0443.92
Hex734B95173202A110212c
Octal16311322527620524204154
Binary1110011100101110010101101111100100101010100010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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