#79479B

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

Shades of Studio #79479B

Tints of Studio #79479B

Color information

#79479B (or 0x79479B) is unknown color: approx Studio. HEX triplet: 79, 47 and 9B. RGB value is (121,71,155). Sum of RGB (Red+Green+Blue) = 121+71+155=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #79479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79479B is #86B864. Grayscale: #5F5F5F. Windows color (decimal): -8829029 or 10176377. OLE color: 10176377.

HSL color Cylindrical-coordinate representation of color #79479B: hue angle of 275.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #79479B is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12171155-
CMYK0.220.5400.39
HSL275.71º37.17%44.31%-
HSV(B)275.71º54.19%60.78%-
XYZ16.0510.9432.28-
YUV95.53161.56146.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=34.87%
G=20.46%
B=44.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121711550.220.5400.39275.7137.1744.31
Hex79479B1636027114252c
Octal17110723326660474244554
Binary1111001100011110011011101101101100100111100010100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79479B; }

 p { color: rgb(121,71,155); }

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

<style>
 a { background-color: #79479B; }

 a { background-color: rgb(121,71,155); }

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

<style>
 span { border-color: #79479B; }

 span { border-color: rgb(121,71,155); }

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