Html Css Color HEX #79489D Studio

📋 copy color: '#79489D'

red 121 ◦ green 72 ◦ blue 157

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

Shades of Studio #79489D

Tints of Studio #79489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 34.57%
G = 20.57%
B = 44.86%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79489D (or 0x79489D) is known color: Studio. HEX triplet: 79, 48 and 9D. RGB value is (121,72,157). Sum of RGB (Red+Green+Blue) = 121+72+157=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #79489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79489D is #86B762. Grayscale: #606060. Windows color (decimal): -8828771 or 10307705. OLE color: 10307705.

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

Color convert

RGB 121 72 157 -
CMYK 0.23 0.54 0 0.38
HSL 274.59º 0.37% 0.45% -
HSV(B) 274.59º 0.54% 0.62% -
XYZ 16.29 11.13 33.19 -
YUV 96.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 121 72 157 0.23 0.54 0 0.38 274.59 0.37 0.45
Hex 79 48 9D 17 36 0 26 113 25 2D
Octal 171 110 235 27 66 0 46 423 45 55
Binary 1111001 1001000 10011101 10111 110110 0 100110 100010011 100101 101101

Color Harmonies of #79489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79489D

Black with #79489D

Text Example


Text Example

White with #79489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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