#79449C

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

Shades of Studio #79449C

Tints of Studio #79449C

Color information

#79449C (or 0x79449C) is unknown color: approx Studio. HEX triplet: 79, 44 and 9C. RGB value is (121,68,156). Sum of RGB (Red+Green+Blue) = 121+68+156=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #79449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79449C is #86BB63. Grayscale: #5D5D5D. Windows color (decimal): -8829796 or 10241145. OLE color: 10241145.

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

Color convert

RGB12168156-
CMYK0.220.5600.39
HSL276.14º39.29%43.92%-
HSV(B)276.14º56.41%61.18%-
XYZ15.9510.632.66-
YUV93.88163.06147.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=35.07%
G=19.71%
B=45.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121681560.220.5600.39276.1439.2943.92
Hex79449C1638027114272c
Octal17110423426700474244754
Binary1111001100010010011100101101110000100111100010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79449C; }

 p { color: rgb(121,68,156); }

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

<style>
 a { background-color: #79449C; }

 a { background-color: rgb(121,68,156); }

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

<style>
 span { border-color: #79449C; }

 span { border-color: rgb(121,68,156); }

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