#744E93

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

Shades of Studio #744E93

Tints of Studio #744E93

Color information

#744E93 (or 0x744E93) is unknown color: approx Studio. HEX triplet: 74, 4E and 93. RGB value is (116,78,147). Sum of RGB (Red+Green+Blue) = 116+78+147=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #744E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E93 is #8BB16C. Grayscale: #606060. Windows color (decimal): -9154925 or 9653876. OLE color: 9653876.

HSL color Cylindrical-coordinate representation of color #744E93: hue angle of 273.04º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #744E93 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11678147-
CMYK0.210.4700.42
HSL273.04º30.67%44.12%-
HSV(B)273.04º46.94%57.65%-
XYZ15.1911.2728.98-
YUV97.23156.09141.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=34.02%
G=22.87%
B=43.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116781470.210.4700.42273.0430.6744.12
Hex744E93152F02A1111f2c
Octal16411622325570524213754
Binary111010010011101001001110101101111010101010001000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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