#744EAE

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

Shades of Studio #744EAE

Tints of Studio #744EAE

Color information

#744EAE (or 0x744EAE) is unknown color: approx Studio. HEX triplet: 74, 4E and AE. RGB value is (116,78,174). Sum of RGB (Red+Green+Blue) = 116+78+174=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #744EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EAE is #8BB151. Grayscale: #636363. Windows color (decimal): -9154898 or 11423348. OLE color: 11423348.

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

Color convert

RGB11678174-
CMYK0.330.5500.32
HSL263.75º38.1%49.41%-
HSV(B)263.75º55.17%68.24%-
XYZ17.5712.2241.48-
YUV100.31169.59139.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=31.52%
G=21.20%
B=47.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116781740.330.5500.32263.7538.149.41
Hex744EAE21370201082631
Octal16411625641670404104661
Binary11101001001110101011101000011101110100000100001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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