#734B99

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

Shades of Studio #734B99

Tints of Studio #734B99

Color information

#734B99 (or 0x734B99) is unknown color: approx Studio. HEX triplet: 73, 4B and 99. RGB value is (115,75,153). Sum of RGB (Red+Green+Blue) = 115+75+153=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #734B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734B99 is #8CB466. Grayscale: #5F5F5F. Windows color (decimal): -9221223 or 10046323. OLE color: 10046323.

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

Color convert

RGB11575153-
CMYK0.250.5100.4
HSL270.77º34.21%44.71%-
HSV(B)270.77º50.98%60%-
XYZ15.3410.9831.45-
YUV95.85160.25141.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=33.53%
G=21.87%
B=44.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115751530.250.5100.4270.7734.2144.71
Hex734B99193302810f222d
Octal16311323131630504174255
Binary1110011100101110011001110011100110101000100001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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