#744699

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

Shades of Studio #744699

Tints of Studio #744699

Color information

#744699 (or 0x744699) is unknown color: approx Studio. HEX triplet: 74, 46 and 99. RGB value is (116,70,153). Sum of RGB (Red+Green+Blue) = 116+70+153=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #744699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744699 is #8BB966. Grayscale: #5C5C5C. Windows color (decimal): -9156967 or 10045044. OLE color: 10045044.

HSL color Cylindrical-coordinate representation of color #744699: hue angle of 273.25º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744699 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11670153-
CMYK0.240.5400.4
HSL273.25º37.22%43.73%-
HSV(B)273.25º54.25%60%-
XYZ15.1410.3931.34-
YUV93.22161.74144.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=34.22%
G=20.65%
B=45.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116701530.240.5400.4273.2537.2243.73
Hex7446991836028111252c
Octal16410623130660504214554
Binary1110100100011010011001110001101100101000100010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744699; }

 p { color: rgb(116,70,153); }

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

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

 a { background-color: rgb(116,70,153); }

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

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

 span { border-color: rgb(116,70,153); }

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