#793DAD

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

Shades of Studio #793DAD

Tints of Studio #793DAD

Color information

#793DAD (or 0x793DAD) is unknown color: approx Studio. HEX triplet: 79, 3D and AD. RGB value is (121,61,173). Sum of RGB (Red+Green+Blue) = 121+61+173=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #793DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DAD is #86C252. Grayscale: #5B5B5B. Windows color (decimal): -8831571 or 11353465. OLE color: 11353465.

HSL color Cylindrical-coordinate representation of color #793DAD: hue angle of 272.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793DAD is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12161173-
CMYK0.300.6500.32
HSL272.14º47.86%45.88%-
HSV(B)272.14º64.74%67.84%-
XYZ17.110.4240.65-
YUV91.71173.88148.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=34.08%
G=17.18%
B=48.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121611730.300.6500.32272.1447.8645.88
Hex793DAD1E41020110302e
Octal17175255361010404206056
Binary1111001111101101011011111010000010100000100010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,173); }

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

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

 a { background-color: rgb(121,61,173); }

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

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

 span { border-color: rgb(121,61,173); }

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