#7941AA

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

Shades of Studio #7941AA

Tints of Studio #7941AA

Color information

#7941AA (or 0x7941AA) is unknown color: approx Studio. HEX triplet: 79, 41 and AA. RGB value is (121,65,170). Sum of RGB (Red+Green+Blue) = 121+65+170=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #7941AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7941AA is #86BE55. Grayscale: #5D5D5D. Windows color (decimal): -8830550 or 11157881. OLE color: 11157881.

HSL color Cylindrical-coordinate representation of color #7941AA: hue angle of 272º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7941AA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12165170-
CMYK0.290.6200.33
HSL272º44.68%46.08%-
HSV(B)272º61.76%66.67%-
XYZ17.0310.7539.21-
YUV93.71171.05147.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=33.99%
G=18.26%
B=47.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121651700.290.6200.3327244.6846.08
Hex7941AA1D3E0211102d2e
Octal17110125235760414205556
Binary1111001100000110101010111011111100100001100010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7941AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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