#734C9B

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

Shades of Studio #734C9B

Tints of Studio #734C9B

Color information

#734C9B (or 0x734C9B) is unknown color: approx Studio. HEX triplet: 73, 4C and 9B. RGB value is (115,76,155). Sum of RGB (Red+Green+Blue) = 115+76+155=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #734C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734C9B is #8CB364. Grayscale: #606060. Windows color (decimal): -9220965 or 10177651. OLE color: 10177651.

HSL color Cylindrical-coordinate representation of color #734C9B: hue angle of 269.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #734C9B is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11576155-
CMYK0.260.5100.39
HSL269.62º34.2%45.29%-
HSV(B)269.62º50.97%60.78%-
XYZ15.5711.1832.35-
YUV96.67160.92141.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=33.24%
G=21.97%
B=44.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115761550.260.5100.39269.6234.245.29
Hex734C9B1A3302710e222d
Octal16311423332630474164255
Binary1110011100110010011011110101100110100111100001110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,76,155); }

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

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

 a { background-color: rgb(115,76,155); }

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

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

 span { border-color: rgb(115,76,155); }

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