#794599

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

Shades of Studio #794599

Tints of Studio #794599

Color information

#794599 (or 0x794599) is unknown color: approx Studio. HEX triplet: 79, 45 and 99. RGB value is (121,69,153). Sum of RGB (Red+Green+Blue) = 121+69+153=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #794599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794599 is #86BA66. Grayscale: #5D5D5D. Windows color (decimal): -8829543 or 10044793. OLE color: 10044793.

HSL color Cylindrical-coordinate representation of color #794599: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794599 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12169153-
CMYK0.210.5500.4
HSL277.14º37.84%43.53%-
HSV(B)277.14º54.9%60%-
XYZ15.7610.6231.36-
YUV94.12161.23147.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=35.28%
G=20.12%
B=44.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121691530.210.5500.4277.1437.8443.53
Hex7945991537028115262c
Octal17110523125670504254654
Binary1111001100010110011001101011101110101000100010101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794599; }

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

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

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

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

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

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

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

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