Html Css Color HEX #79499C Studio

📋 copy color: '#79499C'

red 121 ◦ green 73 ◦ blue 156

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

Shades of Studio #79499C

Tints of Studio #79499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 34.57%
G = 20.86%
B = 44.57%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79499C (or 0x79499C) is known color: Studio. HEX triplet: 79, 49 and 9C. RGB value is (121,73,156). Sum of RGB (Red+Green+Blue) = 121+73+156=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #79499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79499C is #86B663. Grayscale: #606060. Windows color (decimal): -8828516 or 10242425. OLE color: 10242425.

HSL color Cylindrical-coordinate representation of color #79499C: hue angle of 274.7º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79499C is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 73 156 -
CMYK 0.22 0.53 0 0.39
HSL 274.7º 0.36% 0.45% -
HSV(B) 274.7º 0.53% 0.61% -
XYZ 16.27 11.23 32.76 -
YUV 96.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 121 73 156 0.22 0.53 0 0.39 274.7 0.36 0.45
Hex 79 49 9C 16 35 0 27 113 24 2D
Octal 171 111 234 26 65 0 47 423 44 55
Binary 1111001 1001001 10011100 10110 110101 0 100111 100010011 100100 101101

Color Harmonies of #79499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79499C

Black with #79499C

Text Example


Text Example

White with #79499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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