#79459D

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

Shades of Studio #79459D

Tints of Studio #79459D

Color information

#79459D (or 0x79459D) is unknown color: approx Studio. HEX triplet: 79, 45 and 9D. RGB value is (121,69,157). Sum of RGB (Red+Green+Blue) = 121+69+157=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #79459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79459D is #86BA62. Grayscale: #5E5E5E. Windows color (decimal): -8829539 or 10306937. OLE color: 10306937.

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

Color convert

RGB12169157-
CMYK0.230.5600.38
HSL275.45º38.94%44.31%-
HSV(B)275.45º56.05%61.57%-
XYZ16.110.7633.13-
YUV94.58163.23146.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=34.87%
G=19.88%
B=45.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121691570.230.5600.38275.4538.9444.31
Hex79459D1738026113272c
Octal17110523527700464234754
Binary1111001100010110011101101111110000100110100010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79459D; }

 p { color: rgb(121,69,157); }

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

<style>
 a { background-color: #79459D; }

 a { background-color: rgb(121,69,157); }

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

<style>
 span { border-color: #79459D; }

 span { border-color: rgb(121,69,157); }

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