Html Css Color HEX #794999 Studio

📋 copy color: '#794999'

red 121 ◦ green 73 ◦ blue 153

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

Shades of Studio #794999

Tints of Studio #794999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 34.87%
G = 21.04%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#794999 (or 0x794999) is known color: Studio. HEX triplet: 79, 49 and 99. RGB value is (121,73,153). Sum of RGB (Red+Green+Blue) = 121+73+153=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #794999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794999 is #86B666. Grayscale: #606060. Windows color (decimal): -8828519 or 10045817. OLE color: 10045817.

HSL color Cylindrical-coordinate representation of color #794999: hue angle of 276º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #794999 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 73 153 -
CMYK 0.21 0.52 0 0.4
HSL 276º 0.35% 0.44% -
HSV(B) 276º 0.52% 0.6% -
XYZ 16.02 11.13 31.44 -
YUV 96.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 121 73 153 0.21 0.52 0 0.4 276 0.35 0.44
Hex 79 49 99 15 34 0 28 114 23 2C
Octal 171 111 231 25 64 0 50 424 43 54
Binary 1111001 1001001 10011001 10101 110100 0 101000 100010100 100011 101100

Color Harmonies of #794999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794999

Black with #794999

Text Example


Text Example

White with #794999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794999; }

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

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

background-color css

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

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

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

border-color css

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

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

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