Html Css Color HEX #7E5C90 Affair

📋 copy color: '#7E5C90'

red 126 ◦ green 92 ◦ blue 144

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

Shades of Affair #7E5C90

Tints of Affair #7E5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 34.81%
G = 25.41%
B = 39.78%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E5C90 (or 0x7E5C90) is known color: Affair. HEX triplet: 7E, 5C and 90. RGB value is (126,92,144). Sum of RGB (Red+Green+Blue) = 126+92+144=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E5C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5C90 is #81A36F. Grayscale: #6B6B6B. Windows color (decimal): -8495984 or 9460862. OLE color: 9460862.

HSL color Cylindrical-coordinate representation of color #7E5C90: hue angle of 279.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E5C90 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 92 144 -
CMYK 0.12 0.36 0 0.44
HSL 279.23º 0.22% 0.46% -
HSV(B) 279.23º 0.36% 0.56% -
XYZ 17.47 14.1 28.19 -
YUV 108.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 126 92 144 0.12 0.36 0 0.44 279.23 0.22 0.46
Hex 7E 5C 90 C 24 0 2C 117 16 2E
Octal 176 134 220 14 44 0 54 427 26 56
Binary 1111110 1011100 10010000 1100 100100 0 101100 100010111 10110 101110

Color Harmonies of #7E5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5C90

Black with #7E5C90

Text Example


Text Example

White with #7E5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,92,144); }

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

background-color css

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

 a { background-color: rgb(126,92,144); }

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

border-color css

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

 span { border-color: rgb(126,92,144); }

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