#744E96

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

Shades of Studio #744E96

Tints of Studio #744E96

Color information

#744E96 (or 0x744E96) is unknown color: approx Studio. HEX triplet: 74, 4E and 96. RGB value is (116,78,150). Sum of RGB (Red+Green+Blue) = 116+78+150=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #744E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E96 is #8BB169. Grayscale: #616161. Windows color (decimal): -9154922 or 9850484. OLE color: 9850484.

HSL color Cylindrical-coordinate representation of color #744E96: hue angle of 271.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744E96 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11678150-
CMYK0.230.4800.41
HSL271.67º31.58%44.71%-
HSV(B)271.67º48%58.82%-
XYZ15.4311.3630.23-
YUV97.57157.59141.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=33.72%
G=22.67%
B=43.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116781500.230.4800.41271.6731.5844.71
Hex744E961730029110202d
Octal16411622627600514204055
Binary1110100100111010010110101111100000101001100010000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,78,150); }

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

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

 a { background-color: rgb(116,78,150); }

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

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

 span { border-color: rgb(116,78,150); }

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