#744D9B

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

Shades of Studio #744D9B

Tints of Studio #744D9B

Color information

#744D9B (or 0x744D9B) is unknown color: approx Studio. HEX triplet: 74, 4D and 9B. RGB value is (116,77,155). Sum of RGB (Red+Green+Blue) = 116+77+155=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #744D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744D9B is #8BB264. Grayscale: #616161. Windows color (decimal): -9155173 or 10177908. OLE color: 10177908.

HSL color Cylindrical-coordinate representation of color #744D9B: hue angle of 270º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744D9B is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11677155-
CMYK0.250.5000.39
HSL270º33.62%45.49%-
HSV(B)270º50.32%60.78%-
XYZ15.7711.3932.38-
YUV97.55160.42141.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=33.33%
G=22.13%
B=44.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116771550.250.5000.3927033.6245.49
Hex744D9B193202710e222d
Octal16411523331620474164255
Binary1110100100110110011011110011100100100111100001110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744D9B; }

 p { color: rgb(116,77,155); }

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

<style>
 a { background-color: #744D9B; }

 a { background-color: rgb(116,77,155); }

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

<style>
 span { border-color: #744D9B; }

 span { border-color: rgb(116,77,155); }

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