#744EAA

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

Shades of Studio #744EAA

Tints of Studio #744EAA

Color information

#744EAA (or 0x744EAA) is unknown color: approx Studio. HEX triplet: 74, 4E and AA. RGB value is (116,78,170). Sum of RGB (Red+Green+Blue) = 116+78+170=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #744EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EAA is #8BB155. Grayscale: #636363. Windows color (decimal): -9154902 or 11161204. OLE color: 11161204.

HSL color Cylindrical-coordinate representation of color #744EAA: hue angle of 264.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744EAA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11678170-
CMYK0.320.5400.33
HSL264.78º37.1%48.63%-
HSV(B)264.78º54.12%66.67%-
XYZ17.1812.0639.45-
YUV99.85167.59139.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=31.87%
G=21.43%
B=46.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116781700.320.5400.33264.7837.148.63
Hex744EAA20360211092531
Octal16411625240660414114561
Binary11101001001110101010101000001101100100001100001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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