Html Css Color HEX #79469C Studio

📋 copy color: '#79469C'

red 121 ◦ green 70 ◦ blue 156

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

Shades of Studio #79469C

Tints of Studio #79469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 34.87%
G = 20.17%
B = 44.96%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79469C (or 0x79469C) is known color: Studio. HEX triplet: 79, 46 and 9C. RGB value is (121,70,156). Sum of RGB (Red+Green+Blue) = 121+70+156=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #79469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79469C is #86B963. Grayscale: #5E5E5E. Windows color (decimal): -8829284 or 10241657. OLE color: 10241657.

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

Color convert

RGB 121 70 156 -
CMYK 0.22 0.55 0 0.39
HSL 275.58º 0.38% 0.44% -
HSV(B) 275.58º 0.55% 0.61% -
XYZ 16.08 10.85 32.7 -
YUV 95.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 121 70 156 0.22 0.55 0 0.39 275.58 0.38 0.44
Hex 79 46 9C 16 37 0 27 114 26 2C
Octal 171 106 234 26 67 0 47 424 46 54
Binary 1111001 1000110 10011100 10110 110111 0 100111 100010100 100110 101100

Color Harmonies of #79469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79469C

Black with #79469C

Text Example


Text Example

White with #79469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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