#79429E

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

Shades of Studio #79429E

Tints of Studio #79429E

Color information

#79429E (or 0x79429E) is unknown color: approx Studio. HEX triplet: 79, 42 and 9E. RGB value is (121,66,158). Sum of RGB (Red+Green+Blue) = 121+66+158=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #79429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79429E is #86BD61. Grayscale: #5C5C5C. Windows color (decimal): -8830306 or 10371705. OLE color: 10371705.

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

Color convert

RGB12166158-
CMYK0.230.5800.38
HSL275.87º41.07%43.92%-
HSV(B)275.87º58.23%61.96%-
XYZ1610.4333.52-
YUV92.93164.72148.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=35.07%
G=19.13%
B=45.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121661580.230.5800.38275.8741.0743.92
Hex79429E173A026114292c
Octal17110223627720464245154
Binary1111001100001010011110101111110100100110100010100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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