#744AA1

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

Shades of Studio #744AA1

Tints of Studio #744AA1

Color information

#744AA1 (or 0x744AA1) is unknown color: approx Studio. HEX triplet: 74, 4A and A1. RGB value is (116,74,161). Sum of RGB (Red+Green+Blue) = 116+74+161=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #744AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744AA1 is #8BB55E. Grayscale: #606060. Windows color (decimal): -9155935 or 10570356. OLE color: 10570356.

HSL color Cylindrical-coordinate representation of color #744AA1: hue angle of 268.97º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744AA1 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11674161-
CMYK0.280.5400.37
HSL268.97º37.02%46.08%-
HSV(B)268.97º54.04%63.14%-
XYZ16.0811.1835.03-
YUV96.48164.41141.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=33.05%
G=21.08%
B=45.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116741610.280.5400.37268.9737.0246.08
Hex744AA11C3602510d252e
Octal16411224134660454154556
Binary1110100100101010100001111001101100100101100001101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,74,161); }

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

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

 a { background-color: rgb(116,74,161); }

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

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

 span { border-color: rgb(116,74,161); }

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