Html Css Color HEX #79508D Affair

📋 copy color: '#79508D'

red 121 ◦ green 80 ◦ blue 141

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

Shades of Affair #79508D

Tints of Affair #79508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 35.38%
G = 23.39%
B = 41.23%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79508D (or 0x79508D) is known color: Affair. HEX triplet: 79, 50 and 8D. RGB value is (121,80,141). Sum of RGB (Red+Green+Blue) = 121+80+141=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #79508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79508D is #86AF72. Grayscale: #636363. Windows color (decimal): -8826739 or 9261177. OLE color: 9261177.

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

Color convert

RGB 121 80 141 -
CMYK 0.14 0.43 0 0.45
HSL 280.33º 0.28% 0.43% -
HSV(B) 280.33º 0.43% 0.55% -
XYZ 15.56 11.73 26.64 -
YUV 99.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 121 80 141 0.14 0.43 0 0.45 280.33 0.28 0.43
Hex 79 50 8D E 2B 0 2D 118 1C 2B
Octal 171 120 215 16 53 0 55 430 34 53
Binary 1111001 1010000 10001101 1110 101011 0 101101 100011000 11100 101011

Color Harmonies of #79508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79508D

Black with #79508D

Text Example


Text Example

White with #79508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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