Html Css Color HEX #794996 Studio

📋 copy color: '#794996'

red 121 ◦ green 73 ◦ blue 150

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

Shades of Studio #794996

Tints of Studio #794996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 35.17%
G = 21.22%
B = 43.6%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#794996 (or 0x794996) is known color: Studio. HEX triplet: 79, 49 and 96. RGB value is (121,73,150). Sum of RGB (Red+Green+Blue) = 121+73+150=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #794996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794996 is #86B669. Grayscale: #5F5F5F. Windows color (decimal): -8828522 or 9849209. OLE color: 9849209.

HSL color Cylindrical-coordinate representation of color #794996: hue angle of 277.4º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794996 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 73 150 -
CMYK 0.19 0.51 0 0.41
HSL 277.4º 0.35% 0.44% -
HSV(B) 277.4º 0.51% 0.59% -
XYZ 15.77 11.03 30.15 -
YUV 96.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 121 73 150 0.19 0.51 0 0.41 277.4 0.35 0.44
Hex 79 49 96 13 33 0 29 115 23 2C
Octal 171 111 226 23 63 0 51 425 43 54
Binary 1111001 1001001 10010110 10011 110011 0 101001 100010101 100011 101100

Color Harmonies of #794996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794996

Black with #794996

Text Example


Text Example

White with #794996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794996; }

 p { color: rgb(121,73,150); }

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

background-color css

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

 a { background-color: rgb(121,73,150); }

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

border-color css

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

 span { border-color: rgb(121,73,150); }

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