Html Css Color HEX #7E4A8E Affair

📋 copy color: '#7E4A8E'

red 126 ◦ green 74 ◦ blue 142

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

Shades of Affair #7E4A8E

Tints of Affair #7E4A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 36.84%
G = 21.64%
B = 41.52%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E4A8E (or 0x7E4A8E) is known color: Affair. HEX triplet: 7E, 4A and 8E. RGB value is (126,74,142). Sum of RGB (Red+Green+Blue) = 126+74+142=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E4A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4A8E is #81B571. Grayscale: #616161. Windows color (decimal): -8500594 or 9325182. OLE color: 9325182.

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

Color convert

RGB 126 74 142 -
CMYK 0.11 0.48 0 0.44
HSL 285.88º 0.31% 0.42% -
HSV(B) 285.88º 0.48% 0.56% -
XYZ 15.94 11.29 26.93 -
YUV 97.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 126 74 142 0.11 0.48 0 0.44 285.88 0.31 0.42
Hex 7E 4A 8E B 30 0 2C 11E 1F 2A
Octal 176 112 216 13 60 0 54 436 37 52
Binary 1111110 1001010 10001110 1011 110000 0 101100 100011110 11111 101010

Color Harmonies of #7E4A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4A8E

Black with #7E4A8E

Text Example


Text Example

White with #7E4A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,74,142); }

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

background-color css

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

 a { background-color: rgb(126,74,142); }

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

border-color css

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

 span { border-color: rgb(126,74,142); }

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