#744899

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

Shades of Studio #744899

Tints of Studio #744899

Color information

#744899 (or 0x744899) is unknown color: approx Studio. HEX triplet: 74, 48 and 99. RGB value is (116,72,153). Sum of RGB (Red+Green+Blue) = 116+72+153=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #744899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744899 is #8BB766. Grayscale: #5E5E5E. Windows color (decimal): -9156455 or 10045556. OLE color: 10045556.

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

Color convert

RGB11672153-
CMYK0.240.5300.4
HSL272.59º36%44.12%-
HSV(B)272.59º52.94%60%-
XYZ15.2710.6531.39-
YUV94.39161.08143.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=34.02%
G=21.11%
B=44.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116721530.240.5300.4272.593644.12
Hex7448991835028111242c
Octal16411023130650504214454
Binary1110100100100010011001110001101010101000100010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744899; }

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

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

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

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

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

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

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

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