Html Css Color HEX #793DAF Studio

📋 copy color: '#793DAF'

red 121 ◦ green 61 ◦ blue 175

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

Shades of Studio #793DAF

Tints of Studio #793DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 33.89%
G = 17.09%
B = 49.02%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#793DAF (or 0x793DAF) is known color: Studio. HEX triplet: 79, 3D and AF. RGB value is (121,61,175). Sum of RGB (Red+Green+Blue) = 121+61+175=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #793DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DAF is #86C250. Grayscale: #5B5B5B. Windows color (decimal): -8831569 or 11484537. OLE color: 11484537.

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

Color convert

RGB 121 61 175 -
CMYK 0.31 0.65 0 0.31
HSL 271.58º 0.48% 0.46% -
HSV(B) 271.58º 0.65% 0.69% -
XYZ 17.29 10.5 41.67 -
YUV 91.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 121 61 175 0.31 0.65 0 0.31 271.58 0.48 0.46
Hex 79 3D AF 1F 41 0 1F 110 30 2E
Octal 171 75 257 37 101 0 37 420 60 56
Binary 1111001 111101 10101111 11111 1000001 0 11111 100010000 110000 101110

Color Harmonies of #793DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DAF

Black with #793DAF

Text Example


Text Example

White with #793DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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