#79469B

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

Shades of Studio #79469B

Tints of Studio #79469B

Color information

#79469B (or 0x79469B) is unknown color: approx Studio. HEX triplet: 79, 46 and 9B. RGB value is (121,70,155). Sum of RGB (Red+Green+Blue) = 121+70+155=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #79469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79469B is #86B964. Grayscale: #5E5E5E. Windows color (decimal): -8829285 or 10176121. OLE color: 10176121.

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

Color convert

RGB12170155-
CMYK0.220.5500.39
HSL276º37.78%44.12%-
HSV(B)276º54.84%60.78%-
XYZ15.9910.8132.25-
YUV94.94161.9146.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=34.97%
G=20.23%
B=44.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121701550.220.5500.3927637.7844.12
Hex79469B1637027114262c
Octal17110623326670474244654
Binary1111001100011010011011101101101110100111100010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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