#79409E

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

Shades of Studio #79409E

Tints of Studio #79409E

Color information

#79409E (or 0x79409E) is unknown color: approx Studio. HEX triplet: 79, 40 and 9E. RGB value is (121,64,158). Sum of RGB (Red+Green+Blue) = 121+64+158=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #79409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79409E is #86BF61. Grayscale: #5B5B5B. Windows color (decimal): -8830818 or 10371193. OLE color: 10371193.

HSL color Cylindrical-coordinate representation of color #79409E: hue angle of 276.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79409E is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12164158-
CMYK0.230.5900.38
HSL276.38º42.34%43.53%-
HSV(B)276.38º59.49%61.96%-
XYZ15.8910.233.48-
YUV91.76165.38148.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=35.28%
G=18.66%
B=46.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121641580.230.5900.38276.3842.3443.53
Hex79409E173B0261142a2c
Octal17110023627730464245254
Binary1111001100000010011110101111110110100110100010100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79409E; }

 p { color: rgb(121,64,158); }

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

<style>
 a { background-color: #79409E; }

 a { background-color: rgb(121,64,158); }

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

<style>
 span { border-color: #79409E; }

 span { border-color: rgb(121,64,158); }

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