Html Css Color HEX #793DAE Studio

📋 copy color: '#793DAE'

red 121 ◦ green 61 ◦ blue 174

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

Shades of Studio #793DAE

Tints of Studio #793DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 33.99%
G = 17.13%
B = 48.88%

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

#793DAE (or 0x793DAE) is known color: Studio. HEX triplet: 79, 3D and AE. RGB value is (121,61,174). Sum of RGB (Red+Green+Blue) = 121+61+174=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #793DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DAE is #86C251. Grayscale: #5B5B5B. Windows color (decimal): -8831570 or 11419001. OLE color: 11419001.

HSL color Cylindrical-coordinate representation of color #793DAE: hue angle of 271.86º 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 #793DAE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 61 174 -
CMYK 0.30 0.65 0 0.32
HSL 271.86º 0.48% 0.46% -
HSV(B) 271.86º 0.65% 0.68% -
XYZ 17.19 10.46 41.16 -
YUV 91.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 121 61 174 0.30 0.65 0 0.32 271.86 0.48 0.46
Hex 79 3D AE 1E 41 0 20 110 30 2E
Octal 171 75 256 36 101 0 40 420 60 56
Binary 1111001 111101 10101110 11110 1000001 0 100000 100010000 110000 101110

Color Harmonies of #793DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DAE

Black with #793DAE

Text Example


Text Example

White with #793DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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