#793FA4

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

Shades of Studio #793FA4

Tints of Studio #793FA4

Color information

#793FA4 (or 0x793FA4) is unknown color: approx Studio. HEX triplet: 79, 3F and A4. RGB value is (121,63,164). Sum of RGB (Red+Green+Blue) = 121+63+164=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #793FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793FA4 is #86C05B. Grayscale: #5B5B5B. Windows color (decimal): -8831068 or 10764153. OLE color: 10764153.

HSL color Cylindrical-coordinate representation of color #793FA4: hue angle of 274.46º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793FA4 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12163164-
CMYK0.260.6200.36
HSL274.46º44.49%44.51%-
HSV(B)274.46º61.59%64.31%-
XYZ16.3610.336.25-
YUV91.86168.72148.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=34.77%
G=18.10%
B=47.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121631640.260.6200.36274.4644.4944.51
Hex793FA41A3E0241122c2d
Octal1717724432760444225455
Binary111100111111110100100110101111100100100100010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,63,164); }

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

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

 a { background-color: rgb(121,63,164); }

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

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

 span { border-color: rgb(121,63,164); }

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