Html Css Color HEX #7E498F Affair

📋 copy color: '#7E498F'

red 126 ◦ green 73 ◦ blue 143

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

Shades of Affair #7E498F

Tints of Affair #7E498F

RGB

 RED value IS 126 (49.61% from 255) = 36.84%

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 36.84%
G = 21.35%
B = 41.81%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E498F (or 0x7E498F) is known color: Affair. HEX triplet: 7E, 49 and 8F. RGB value is (126,73,143). Sum of RGB (Red+Green+Blue) = 126+73+143=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E498F is #81B670. Grayscale: #606060. Windows color (decimal): -8500849 or 9390462. OLE color: 9390462.

HSL color Cylindrical-coordinate representation of color #7E498F: hue angle of 285.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E498F is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 73 143 -
CMYK 0.12 0.49 0 0.44
HSL 285.43º 0.32% 0.42% -
HSV(B) 285.43º 0.49% 0.56% -
XYZ 15.94 11.18 27.3 -
YUV 96.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 126 73 143 0.12 0.49 0 0.44 285.43 0.32 0.42
Hex 7E 49 8F C 31 0 2C 11D 20 2A
Octal 176 111 217 14 61 0 54 435 40 52
Binary 1111110 1001001 10001111 1100 110001 0 101100 100011101 100000 101010

Color Harmonies of #7E498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E498F

Black with #7E498F

Text Example


Text Example

White with #7E498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,73,143); }

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

background-color css

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

 a { background-color: rgb(126,73,143); }

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

border-color css

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

 span { border-color: rgb(126,73,143); }

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