Html Css Color HEX #79409E Studio

📋 copy color: '#79409E'

red 121 ◦ green 64 ◦ blue 158

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

Shades of Studio #79409E

Tints of Studio #79409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

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

R = 35.28%
G = 18.66%
B = 46.06%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79409E (or 0x79409E) is known color: Studio. HEX triplet: 79, 40 and 9E. RGB value is (121,64,158). Sum of RGB (Red+Green+Blue) = 121+64+158=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #79409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79409E is #86BF61. Grayscale: #5B5B5B. Windows color (decimal): -8830818 or 10371193. OLE color: 10371193.

HSL color Cylindrical-coordinate representation of color #79409E: hue angle of 276.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79409E is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 64 158 -
CMYK 0.23 0.59 0 0.38
HSL 276.38º 0.42% 0.44% -
HSV(B) 276.38º 0.59% 0.62% -
XYZ 15.89 10.2 33.48 -
YUV 91.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 121 64 158 0.23 0.59 0 0.38 276.38 0.42 0.44
Hex 79 40 9E 17 3B 0 26 114 2A 2C
Octal 171 100 236 27 73 0 46 424 52 54
Binary 1111001 1000000 10011110 10111 111011 0 100110 100010100 101010 101100

Color Harmonies of #79409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79409E

Black with #79409E

Text Example


Text Example

White with #79409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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