Html Css Color HEX #7A498B Affair

📋 copy color: '#7A498B'

red 122 ◦ green 73 ◦ blue 139

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

Shades of Affair #7A498B

Tints of Affair #7A498B

RGB

 RED value IS 122 (48.05% from 255) = 36.53%

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

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

R = 36.53%
G = 21.86%
B = 41.62%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A498B (or 0x7A498B) is known color: Affair. HEX triplet: 7A, 49 and 8B. RGB value is (122,73,139). Sum of RGB (Red+Green+Blue) = 122+73+139=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A498B is #85B674. Grayscale: #5E5E5E. Windows color (decimal): -8762997 or 9128314. OLE color: 9128314.

HSL color Cylindrical-coordinate representation of color #7A498B: hue angle of 284.55º 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 #7A498B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 73 139 -
CMYK 0.12 0.47 0 0.45
HSL 284.55º 0.31% 0.42% -
HSV(B) 284.55º 0.47% 0.55% -
XYZ 15.07 10.77 25.71 -
YUV 95.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 122 73 139 0.12 0.47 0 0.45 284.55 0.31 0.42
Hex 7A 49 8B C 2F 0 2D 11D 1F 2A
Octal 172 111 213 14 57 0 55 435 37 52
Binary 1111010 1001001 10001011 1100 101111 0 101101 100011101 11111 101010

Color Harmonies of #7A498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A498B

Black with #7A498B

Text Example


Text Example

White with #7A498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A498B; }

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

 H1.HeaderClassName
 {
   color: #7A498B;
 }
 .AnyTagClassName
 {
   color: #7A498B;
 }
</style>

background-color css

<style>
 a { background-color: #7A498B; }

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

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

border-color css

<style>
 span { border-color: #7A498B; }

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

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