#79449E

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

Shades of Studio #79449E

Tints of Studio #79449E

Color information

#79449E (or 0x79449E) is unknown color: approx Studio. HEX triplet: 79, 44 and 9E. RGB value is (121,68,158). Sum of RGB (Red+Green+Blue) = 121+68+158=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #79449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79449E is #86BB61. Grayscale: #5D5D5D. Windows color (decimal): -8829794 or 10372217. OLE color: 10372217.

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

Color convert

RGB12168158-
CMYK0.230.5700.38
HSL275.33º39.82%44.31%-
HSV(B)275.33º56.96%61.96%-
XYZ16.1210.6733.56-
YUV94.11164.06147.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=34.87%
G=19.60%
B=45.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121681580.230.5700.38275.3339.8244.31
Hex79449E1739026113282c
Octal17110423627710464235054
Binary1111001100010010011110101111110010100110100010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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