Html Css Color HEX #793FAD Studio

📋 copy color: '#793FAD'

red 121 ◦ green 63 ◦ blue 173

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

Shades of Studio #793FAD

Tints of Studio #793FAD

RGB

 RED value IS 121 (47.66% from 255) = 33.89%

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 33.89%
G = 17.65%
B = 48.46%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#793FAD (or 0x793FAD) is known color: Studio. HEX triplet: 79, 3F and AD. RGB value is (121,63,173). Sum of RGB (Red+Green+Blue) = 121+63+173=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #793FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793FAD is #86C052. Grayscale: #5C5C5C. Windows color (decimal): -8831059 or 11353977. OLE color: 11353977.

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

Color convert

RGB 121 63 173 -
CMYK 0.30 0.64 0 0.32
HSL 271.64º 0.47% 0.46% -
HSV(B) 271.64º 0.64% 0.68% -
XYZ 17.21 10.64 40.68 -
YUV 92.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 121 63 173 0.30 0.64 0 0.32 271.64 0.47 0.46
Hex 79 3F AD 1E 40 0 20 110 2F 2E
Octal 171 77 255 36 100 0 40 420 57 56
Binary 1111001 111111 10101101 11110 1000000 0 100000 100010000 101111 101110

Color Harmonies of #793FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793FAD

Black with #793FAD

Text Example


Text Example

White with #793FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #793FAD;
 }
 .AnyTagClassName
 {
   color: #793FAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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