#7441AE

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

Shades of Studio #7441AE

Tints of Studio #7441AE

Color information

#7441AE (or 0x7441AE) is unknown color: approx Studio. HEX triplet: 74, 41 and AE. RGB value is (116,65,174). Sum of RGB (Red+Green+Blue) = 116+65+174=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7441AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441AE is #8BBE51. Grayscale: #5C5C5C. Windows color (decimal): -9158226 or 11420020. OLE color: 11420020.

HSL color Cylindrical-coordinate representation of color #7441AE: hue angle of 268.07º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7441AE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11665174-
CMYK0.330.6300.32
HSL268.07º45.61%46.86%-
HSV(B)268.07º62.64%68.24%-
XYZ16.7310.5541.2-
YUV92.68173.9144.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=32.68%
G=18.31%
B=49.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116651740.330.6300.32268.0745.6146.86
Hex7441AE213F02010c2e2f
Octal16410125641770404145657
Binary11101001000001101011101000011111110100000100001100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7441AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7441AE; }

 p { color: rgb(116,65,174); }

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

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

 a { background-color: rgb(116,65,174); }

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

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

 span { border-color: rgb(116,65,174); }

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