#793EAA

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

Shades of Studio #793EAA

Tints of Studio #793EAA

Color information

#793EAA (or 0x793EAA) is unknown color: approx Studio. HEX triplet: 79, 3E and AA. RGB value is (121,62,170). Sum of RGB (Red+Green+Blue) = 121+62+170=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #793EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793EAA is #86C155. Grayscale: #5B5B5B. Windows color (decimal): -8831318 or 11157113. OLE color: 11157113.

HSL color Cylindrical-coordinate representation of color #793EAA: hue angle of 272.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #793EAA is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12162170-
CMYK0.290.6400.33
HSL272.78º46.55%45.49%-
HSV(B)272.78º63.53%66.67%-
XYZ16.8610.4139.15-
YUV91.95172.05148.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=34.28%
G=17.56%
B=48.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121621700.290.6400.33272.7846.5545.49
Hex793EAA1D400211112f2d
Octal17176252351000414215755
Binary1111001111110101010101110110000000100001100010001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793EAA; }

 p { color: rgb(121,62,170); }

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

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

 a { background-color: rgb(121,62,170); }

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

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

 span { border-color: rgb(121,62,170); }

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