#744799

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

Shades of Studio #744799

Tints of Studio #744799

Color information

#744799 (or 0x744799) is unknown color: approx Studio. HEX triplet: 74, 47 and 99. RGB value is (116,71,153). Sum of RGB (Red+Green+Blue) = 116+71+153=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #744799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744799 is #8BB866. Grayscale: #5D5D5D. Windows color (decimal): -9156711 or 10045300. OLE color: 10045300.

HSL color Cylindrical-coordinate representation of color #744799: hue angle of 272.93º 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 #744799 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11671153-
CMYK0.240.5400.4
HSL272.93º36.61%43.92%-
HSV(B)272.93º53.59%60%-
XYZ15.2110.5231.37-
YUV93.8161.41143.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 153 (60.16% from 255) = 45%
R=34.12%
G=20.88%
B=45%

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
Decimal116711530.240.5400.4272.9336.6143.92
Hex7447991836028111252c
Octal16410723130660504214554
Binary1110100100011110011001110001101100101000100010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744799; }

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

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

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

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

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

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

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

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