#79499F

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

Shades of Studio #79499F

Tints of Studio #79499F

Color information

#79499F (or 0x79499F) is unknown color: approx Studio. HEX triplet: 79, 49 and 9F. RGB value is (121,73,159). Sum of RGB (Red+Green+Blue) = 121+73+159=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #79499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79499F is #86B660. Grayscale: #606060. Windows color (decimal): -8828513 or 10439033. OLE color: 10439033.

HSL color Cylindrical-coordinate representation of color #79499F: hue angle of 273.49º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #79499F is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12173159-
CMYK0.240.5400.38
HSL273.49º37.07%45.49%-
HSV(B)273.49º54.09%62.35%-
XYZ16.5311.3334.12-
YUV97.16162.9145.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=34.28%
G=20.68%
B=45.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121731590.240.5400.38273.4937.0745.49
Hex79499F1836026111252d
Octal17111123730660464214555
Binary1111001100100110011111110001101100100110100010001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79499F; }

 p { color: rgb(121,73,159); }

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

<style>
 a { background-color: #79499F; }

 a { background-color: rgb(121,73,159); }

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

<style>
 span { border-color: #79499F; }

 span { border-color: rgb(121,73,159); }

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