#744E95

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

Shades of Studio #744E95

Tints of Studio #744E95

Color information

#744E95 (or 0x744E95) is unknown color: approx Studio. HEX triplet: 74, 4E and 95. RGB value is (116,78,149). Sum of RGB (Red+Green+Blue) = 116+78+149=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #744E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E95 is #8BB16A. Grayscale: #616161. Windows color (decimal): -9154923 or 9784948. OLE color: 9784948.

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

Color convert

RGB11678149-
CMYK0.220.4800.42
HSL272.11º31.28%44.51%-
HSV(B)272.11º47.65%58.43%-
XYZ15.3511.3329.81-
YUV97.46157.09141.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=33.82%
G=22.74%
B=43.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116781490.220.4800.42272.1131.2844.51
Hex744E95163002A1101f2d
Octal16411622526600524203755
Binary111010010011101001010110110110000010101010001000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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