Html Css Color HEX #79498B Affair

📋 copy color: '#79498B'

red 121 ◦ green 73 ◦ blue 139

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

Shades of Affair #79498B

Tints of Affair #79498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 36.34%
G = 21.92%
B = 41.74%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79498B (or 0x79498B) is known color: Affair. HEX triplet: 79, 49 and 8B. RGB value is (121,73,139). Sum of RGB (Red+Green+Blue) = 121+73+139=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #79498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79498B is #86B674. Grayscale: #5E5E5E. Windows color (decimal): -8828533 or 9128313. OLE color: 9128313.

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

Color convert

RGB 121 73 139 -
CMYK 0.13 0.47 0 0.45
HSL 283.64º 0.31% 0.42% -
HSV(B) 283.64º 0.47% 0.55% -
XYZ 14.93 10.69 25.7 -
YUV 94.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 121 73 139 0.13 0.47 0 0.45 283.64 0.31 0.42
Hex 79 49 8B D 2F 0 2D 11C 1F 2A
Octal 171 111 213 15 57 0 55 434 37 52
Binary 1111001 1001001 10001011 1101 101111 0 101101 100011100 11111 101010

Color Harmonies of #79498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79498B

Black with #79498B

Text Example


Text Example

White with #79498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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