Html Css Color HEX #7E518D Affair

📋 copy color: '#7E518D'

red 126 ◦ green 81 ◦ blue 141

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

Shades of Affair #7E518D

Tints of Affair #7E518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

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

R = 36.21%
G = 23.28%
B = 40.52%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E518D (or 0x7E518D) is known color: Affair. HEX triplet: 7E, 51 and 8D. RGB value is (126,81,141). Sum of RGB (Red+Green+Blue) = 126+81+141=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E518D is #81AE72. Grayscale: #656565. Windows color (decimal): -8498803 or 9261438. OLE color: 9261438.

HSL color Cylindrical-coordinate representation of color #7E518D: hue angle of 285º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E518D is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 81 141 -
CMYK 0.11 0.43 0 0.45
HSL 285º 0.27% 0.44% -
HSV(B) 285º 0.43% 0.55% -
XYZ 16.35 12.24 26.7 -
YUV 101.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 126 81 141 0.11 0.43 0 0.45 285 0.27 0.44
Hex 7E 51 8D B 2B 0 2D 11D 1B 2C
Octal 176 121 215 13 53 0 55 435 33 54
Binary 1111110 1010001 10001101 1011 101011 0 101101 100011101 11011 101100

Color Harmonies of #7E518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E518D

Black with #7E518D

Text Example


Text Example

White with #7E518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,81,141); }

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

background-color css

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

 a { background-color: rgb(126,81,141); }

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

border-color css

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

 span { border-color: rgb(126,81,141); }

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