#7444A5

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

Shades of Studio #7444A5

Tints of Studio #7444A5

Color information

#7444A5 (or 0x7444A5) is unknown color: approx Studio. HEX triplet: 74, 44 and A5. RGB value is (116,68,165). Sum of RGB (Red+Green+Blue) = 116+68+165=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #7444A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7444A5 is #8BBB5A. Grayscale: #5D5D5D. Windows color (decimal): -9157467 or 10830964. OLE color: 10830964.

HSL color Cylindrical-coordinate representation of color #7444A5: hue angle of 269.69º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7444A5 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11668165-
CMYK0.300.5900.35
HSL269.69º41.63%45.69%-
HSV(B)269.69º58.79%64.71%-
XYZ16.0610.5636.79-
YUV93.41168.4144.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 165 (64.84% from 255) = 47.28%
R=33.24%
G=19.48%
B=47.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116681650.300.5900.35269.6941.6345.69
Hex7444A51E3B02310e2a2e
Octal16410424536730434165256
Binary1110100100010010100101111101110110100011100001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7444A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7444A5; }

 p { color: rgb(116,68,165); }

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

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

 a { background-color: rgb(116,68,165); }

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

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

 span { border-color: rgb(116,68,165); }

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