#7941AE

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

Shades of Studio #7941AE

Tints of Studio #7941AE

Color information

#7941AE (or 0x7941AE) is unknown color: approx Studio. HEX triplet: 79, 41 and AE. RGB value is (121,65,174). Sum of RGB (Red+Green+Blue) = 121+65+174=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #7941AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7941AE is #86BE51. Grayscale: #5D5D5D. Windows color (decimal): -8830546 or 11420025. OLE color: 11420025.

HSL color Cylindrical-coordinate representation of color #7941AE: hue angle of 270.83º 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 #7941AE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12165174-
CMYK0.300.6300.32
HSL270.83º45.61%46.86%-
HSV(B)270.83º62.64%68.24%-
XYZ17.4210.941.23-
YUV94.17173.05147.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=33.61%
G=18.06%
B=48.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121651740.300.6300.32270.8345.6146.86
Hex7941AE1E3F02010f2e2f
Octal17110125636770404175657
Binary1111001100000110101110111101111110100000100001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7941AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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