Html Css Color HEX #7E6093 Affair

📋 copy color: '#7E6093'

red 126 ◦ green 96 ◦ blue 147

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

Shades of Affair #7E6093

Tints of Affair #7E6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 34.15%
G = 26.02%
B = 39.84%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E6093 (or 0x7E6093) is known color: Affair. HEX triplet: 7E, 60 and 93. RGB value is (126,96,147). Sum of RGB (Red+Green+Blue) = 126+96+147=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6093 is #819F6C. Grayscale: #6E6E6E. Windows color (decimal): -8494957 or 9658494. OLE color: 9658494.

HSL color Cylindrical-coordinate representation of color #7E6093: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E6093 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 96 147 -
CMYK 0.14 0.35 0 0.42
HSL 275.29º 0.21% 0.48% -
HSV(B) 275.29º 0.35% 0.58% -
XYZ 18.05 14.91 29.53 -
YUV 110.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 126 96 147 0.14 0.35 0 0.42 275.29 0.21 0.48
Hex 7E 60 93 E 23 0 2A 113 15 30
Octal 176 140 223 16 43 0 52 423 25 60
Binary 1111110 1100000 10010011 1110 100011 0 101010 100010011 10101 110000

Color Harmonies of #7E6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6093

Black with #7E6093

Text Example


Text Example

White with #7E6093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,147); }

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

background-color css

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

 a { background-color: rgb(126,96,147); }

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

border-color css

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

 span { border-color: rgb(126,96,147); }

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