#744eb1

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

Shades of Studio #744EB1

Tints of Studio #744EB1

Color information

#744EB1 (or 0x744EB1) is unknown color: approx Studio. HEX triplet: 74, 4E and B1. RGB value is (116,78,177). Sum of RGB (Red+Green+Blue) = 116+78+177=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #744EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EB1 is #8BB14E. Grayscale: #646464. Windows color (decimal): -9154895 or 11619956. OLE color: 11619956.

HSL color Cylindrical-coordinate representation of color #744EB1: hue angle of 263.03º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744EB1 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11678177-
CMYK0.340.5600.31
HSL263.03º38.82%50%-
HSV(B)263.03º55.93%69.41%-
XYZ17.8612.3443.03-
YUV100.65171.09138.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=31.27%
G=21.02%
B=47.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116781770.340.5600.31263.0338.8250
Hex744EB1223801F1072732
Octal16411626142700374074762
Binary1110100100111010110001100010111000011111100000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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