#744B95

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

Shades of Studio #744B95

Tints of Studio #744B95

Color information

#744B95 (or 0x744B95) is unknown color: approx Studio. HEX triplet: 74, 4B and 95. RGB value is (116,75,149). Sum of RGB (Red+Green+Blue) = 116+75+149=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #744B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744B95 is #8BB46A. Grayscale: #5F5F5F. Windows color (decimal): -9155691 or 9784180. OLE color: 9784180.

HSL color Cylindrical-coordinate representation of color #744B95: hue angle of 273.24º 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 #744B95 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11675149-
CMYK0.220.5000.42
HSL273.24º33.04%43.92%-
HSV(B)273.24º49.66%58.43%-
XYZ15.1410.9229.74-
YUV95.7158.08142.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=34.12%
G=22.06%
B=43.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116751490.220.5000.42273.2433.0443.92
Hex744B95163202A111212c
Octal16411322526620524214154
Binary1110100100101110010101101101100100101010100010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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