Html Css Color HEX #79479D Studio

📋 copy color: '#79479D'

red 121 ◦ green 71 ◦ blue 157

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

Shades of Studio #79479D

Tints of Studio #79479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 34.67%
G = 20.34%
B = 44.99%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79479D (or 0x79479D) is known color: Studio. HEX triplet: 79, 47 and 9D. RGB value is (121,71,157). Sum of RGB (Red+Green+Blue) = 121+71+157=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #79479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79479D is #86B862. Grayscale: #5F5F5F. Windows color (decimal): -8829027 or 10307449. OLE color: 10307449.

HSL color Cylindrical-coordinate representation of color #79479D: hue angle of 274.88º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79479D is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 71 157 -
CMYK 0.23 0.55 0 0.38
HSL 274.88º 0.38% 0.45% -
HSV(B) 274.88º 0.55% 0.62% -
XYZ 16.22 11.01 33.17 -
YUV 95.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 121 71 157 0.23 0.55 0 0.38 274.88 0.38 0.45
Hex 79 47 9D 17 37 0 26 113 26 2D
Octal 171 107 235 27 67 0 46 423 46 55
Binary 1111001 1000111 10011101 10111 110111 0 100110 100010011 100110 101101

Color Harmonies of #79479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79479D

Black with #79479D

Text Example


Text Example

White with #79479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79479D; }

 p { color: rgb(121,71,157); }

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

background-color css

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

 a { background-color: rgb(121,71,157); }

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

border-color css

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

 span { border-color: rgb(121,71,157); }

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