Html Css Color HEX #7E4A97 Affair

📋 copy color: '#7E4A97'

red 126 ◦ green 74 ◦ blue 151

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

Shades of Affair #7E4A97

Tints of Affair #7E4A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 35.9%
G = 21.08%
B = 43.02%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7E4A97 (or 0x7E4A97) is known color: Affair. HEX triplet: 7E, 4A and 97. RGB value is (126,74,151). Sum of RGB (Red+Green+Blue) = 126+74+151=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #7E4A97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4A97 is #81B568. Grayscale: #626262. Windows color (decimal): -8500585 or 9915006. OLE color: 9915006.

HSL color Cylindrical-coordinate representation of color #7E4A97: hue angle of 280.52º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E4A97 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 74 151 -
CMYK 0.17 0.51 0 0.41
HSL 280.52º 0.34% 0.44% -
HSV(B) 280.52º 0.51% 0.59% -
XYZ 16.64 11.57 30.63 -
YUV 98.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 126 74 151 0.17 0.51 0 0.41 280.52 0.34 0.44
Hex 7E 4A 97 11 33 0 29 119 22 2C
Octal 176 112 227 21 63 0 51 431 42 54
Binary 1111110 1001010 10010111 10001 110011 0 101001 100011001 100010 101100

Color Harmonies of #7E4A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4A97

Black with #7E4A97

Text Example


Text Example

White with #7E4A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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