#7444A2

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

Shades of Studio #7444A2

Tints of Studio #7444A2

Color information

#7444A2 (or 0x7444A2) is unknown color: approx Studio. HEX triplet: 74, 44 and A2. RGB value is (116,68,162). Sum of RGB (Red+Green+Blue) = 116+68+162=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 162 - color contains mainly: blue. Hex color #7444A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7444A2 is #8BBB5D. Grayscale: #5C5C5C. Windows color (decimal): -9157470 or 10634356. OLE color: 10634356.

HSL color Cylindrical-coordinate representation of color #7444A2: hue angle of 270.64º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7444A2 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11668162-
CMYK0.280.5800.36
HSL270.64º40.87%45.1%-
HSV(B)270.64º58.02%63.53%-
XYZ15.7910.4635.37-
YUV93.07166.9144.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 162 (63.67% from 255) = 46.82%
R=33.53%
G=19.65%
B=46.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116681620.280.5800.36270.6440.8745.1
Hex7444A21C3A02410f292d
Octal16410424234720444175155
Binary1110100100010010100010111001110100100100100001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7444A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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