Html Css Color HEX #793DAD Studio

📋 copy color: '#793DAD'

red 121 ◦ green 61 ◦ blue 173

#793DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #793DAD

Tints of Studio #793DAD

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 value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#793DAD (or 0x793DAD) is known color: 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

RGB 121 61 173 -
CMYK 0.30 0.65 0 0.32
HSL 272.14º 0.48% 0.46% -
HSV(B) 272.14º 0.65% 0.68% -
XYZ 17.1 10.42 40.65 -
YUV 91.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 121 61 173 0.30 0.65 0 0.32 272.14 0.48 0.46
Hex 79 3D AD 1E 41 0 20 110 30 2E
Octal 171 75 255 36 101 0 40 420 60 56
Binary 1111001 111101 10101101 11110 1000001 0 100000 100010000 110000 101110

Color Harmonies of #793DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DAD

Black with #793DAD

Text Example


Text Example

White with #793DAD

Text Example


Text Example

HTML Codes & Css Web 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>