Html Css Color HEX #79498D Affair

📋 copy color: '#79498D'

red 121 ◦ green 73 ◦ blue 141

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

Shades of Affair #79498D

Tints of Affair #79498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 36.12%
G = 21.79%
B = 42.09%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79498D (or 0x79498D) is known color: Affair. HEX triplet: 79, 49 and 8D. RGB value is (121,73,141). Sum of RGB (Red+Green+Blue) = 121+73+141=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #79498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79498D is #86B672. Grayscale: #5E5E5E. Windows color (decimal): -8828531 or 9259385. OLE color: 9259385.

HSL color Cylindrical-coordinate representation of color #79498D: hue angle of 282.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79498D is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 73 141 -
CMYK 0.14 0.48 0 0.45
HSL 282.35º 0.32% 0.42% -
HSV(B) 282.35º 0.48% 0.55% -
XYZ 15.08 10.75 26.48 -
YUV 95.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 121 73 141 0.14 0.48 0 0.45 282.35 0.32 0.42
Hex 79 49 8D E 30 0 2D 11A 20 2A
Octal 171 111 215 16 60 0 55 432 40 52
Binary 1111001 1001001 10001101 1110 110000 0 101101 100011010 100000 101010

Color Harmonies of #79498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79498D

Black with #79498D

Text Example


Text Example

White with #79498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,73,141); }

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

background-color css

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

 a { background-color: rgb(121,73,141); }

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

border-color css

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

 span { border-color: rgb(121,73,141); }

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