Html Css Color HEX #7E5792 Affair

📋 copy color: '#7E5792'

red 126 ◦ green 87 ◦ blue 146

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

Shades of Affair #7E5792

Tints of Affair #7E5792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 35.1%
G = 24.23%
B = 40.67%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E5792 (or 0x7E5792) is known color: Affair. HEX triplet: 7E, 57 and 92. RGB value is (126,87,146). Sum of RGB (Red+Green+Blue) = 126+87+146=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5792 is #81A86D. Grayscale: #696969. Windows color (decimal): -8497262 or 9590654. OLE color: 9590654.

HSL color Cylindrical-coordinate representation of color #7E5792: hue angle of 279.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E5792 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 87 146 -
CMYK 0.14 0.40 0 0.43
HSL 279.66º 0.25% 0.46% -
HSV(B) 279.66º 0.4% 0.57% -
XYZ 17.2 13.33 28.86 -
YUV 105.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 126 87 146 0.14 0.40 0 0.43 279.66 0.25 0.46
Hex 7E 57 92 E 28 0 2B 118 19 2E
Octal 176 127 222 16 50 0 53 430 31 56
Binary 1111110 1010111 10010010 1110 101000 0 101011 100011000 11001 101110

Color Harmonies of #7E5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5792

Black with #7E5792

Text Example


Text Example

White with #7E5792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,146); }

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

background-color css

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

 a { background-color: rgb(126,87,146); }

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

border-color css

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

 span { border-color: rgb(126,87,146); }

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