#79479F

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

Shades of Studio #79479F

Tints of Studio #79479F

Color information

#79479F (or 0x79479F) is unknown color: approx Studio. HEX triplet: 79, 47 and 9F. RGB value is (121,71,159). Sum of RGB (Red+Green+Blue) = 121+71+159=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #79479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79479F is #86B860. Grayscale: #5F5F5F. Windows color (decimal): -8829025 or 10438521. OLE color: 10438521.

HSL color Cylindrical-coordinate representation of color #79479F: hue angle of 274.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79479F is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12171159-
CMYK0.240.5500.38
HSL274.09º38.26%45.1%-
HSV(B)274.09º55.35%62.35%-
XYZ16.411.0734.07-
YUV95.98163.56145.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=34.47%
G=20.23%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121711590.240.5500.38274.0938.2645.1
Hex79479F1837026112262d
Octal17110723730670464224655
Binary1111001100011110011111110001101110100110100010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79479F; }

 p { color: rgb(121,71,159); }

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

<style>
 a { background-color: #79479F; }

 a { background-color: rgb(121,71,159); }

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

<style>
 span { border-color: #79479F; }

 span { border-color: rgb(121,71,159); }

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