Html Css Color HEX #7E5094 Affair

📋 copy color: '#7E5094'

red 126 ◦ green 80 ◦ blue 148

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

Shades of Affair #7E5094

Tints of Affair #7E5094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 35.59%
G = 22.6%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E5094 (or 0x7E5094) is known color: Affair. HEX triplet: 7E, 50 and 94. RGB value is (126,80,148). Sum of RGB (Red+Green+Blue) = 126+80+148=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E5094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5094 is #81AF6B. Grayscale: #656565. Windows color (decimal): -8499052 or 9719934. OLE color: 9719934.

HSL color Cylindrical-coordinate representation of color #7E5094: hue angle of 280.59º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5094 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 80 148 -
CMYK 0.15 0.46 0 0.42
HSL 280.59º 0.3% 0.45% -
HSV(B) 280.59º 0.46% 0.58% -
XYZ 16.82 12.31 29.51 -
YUV 101.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 126 80 148 0.15 0.46 0 0.42 280.59 0.3 0.45
Hex 7E 50 94 F 2E 0 2A 119 1E 2D
Octal 176 120 224 17 56 0 52 431 36 55
Binary 1111110 1010000 10010100 1111 101110 0 101010 100011001 11110 101101

Color Harmonies of #7E5094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5094

Black with #7E5094

Text Example


Text Example

White with #7E5094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,80,148); }

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

background-color css

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

 a { background-color: rgb(126,80,148); }

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

border-color css

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

 span { border-color: rgb(126,80,148); }

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