Html Css Color HEX #79479E Studio

📋 copy color: '#79479E'

red 121 ◦ green 71 ◦ blue 158

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

Shades of Studio #79479E

Tints of Studio #79479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 34.57%
G = 20.29%
B = 45.14%

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

#79479E (or 0x79479E) is known color: Studio. HEX triplet: 79, 47 and 9E. RGB value is (121,71,158). Sum of RGB (Red+Green+Blue) = 121+71+158=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #79479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79479E is #86B861. Grayscale: #5F5F5F. Windows color (decimal): -8829026 or 10372985. OLE color: 10372985.

HSL color Cylindrical-coordinate representation of color #79479E: hue angle of 274.48º 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 #79479E is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 71 158 -
CMYK 0.23 0.55 0 0.38
HSL 274.48º 0.38% 0.45% -
HSV(B) 274.48º 0.55% 0.62% -
XYZ 16.31 11.04 33.62 -
YUV 95.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 121 71 158 0.23 0.55 0 0.38 274.48 0.38 0.45
Hex 79 47 9E 17 37 0 26 112 26 2D
Octal 171 107 236 27 67 0 46 422 46 55
Binary 1111001 1000111 10011110 10111 110111 0 100110 100010010 100110 101101

Color Harmonies of #79479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79479E

Black with #79479E

Text Example


Text Example

White with #79479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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