#79469E

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

Shades of Studio #79469E

Tints of Studio #79469E

Color information

#79469E (or 0x79469E) is unknown color: approx Studio. HEX triplet: 79, 46 and 9E. RGB value is (121,70,158). Sum of RGB (Red+Green+Blue) = 121+70+158=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #79469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79469E is #86B961. Grayscale: #5E5E5E. Windows color (decimal): -8829282 or 10372729. OLE color: 10372729.

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

Color convert

RGB12170158-
CMYK0.230.5600.38
HSL274.77º38.6%44.71%-
HSV(B)274.77º55.7%61.96%-
XYZ16.2510.9133.6-
YUV95.28163.4146.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=34.67%
G=20.06%
B=45.27%

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
Decimal121701580.230.5600.38274.7738.644.71
Hex79469E1738026113272d
Octal17110623627700464234755
Binary1111001100011010011110101111110000100110100010011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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