#744FAD

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

Shades of Studio #744FAD

Tints of Studio #744FAD

Color information

#744FAD (or 0x744FAD) is unknown color: approx Studio. HEX triplet: 74, 4F and AD. RGB value is (116,79,173). Sum of RGB (Red+Green+Blue) = 116+79+173=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #744FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744FAD is #8BB052. Grayscale: #646464. Windows color (decimal): -9154643 or 11358068. OLE color: 11358068.

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

Color convert

RGB11679173-
CMYK0.330.5400.32
HSL263.62º37.3%49.41%-
HSV(B)263.62º54.34%67.84%-
XYZ17.5412.3240.99-
YUV100.78168.76138.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=31.52%
G=21.47%
B=47.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116791730.330.5400.32263.6237.349.41
Hex744FAD21360201082531
Octal16411725541660404104561
Binary11101001001111101011011000011101100100000100001000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,79,173); }

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

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

 a { background-color: rgb(116,79,173); }

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

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

 span { border-color: rgb(116,79,173); }

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