Html Css Color HEX #7E0261 Eggplant

📋 copy color: '#7E0261'

red 126 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #7E0261

Tints of Eggplant #7E0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 56%
G = 0.89%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7E0261 (or 0x7E0261) is known color: Eggplant. HEX triplet: 7E, 02 and 61. RGB value is (126,2,97). Sum of RGB (Red+Green+Blue) = 126+2+97=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0261 is #81FD9E. Grayscale: #313131. Windows color (decimal): -8519071 or 6357630. OLE color: 6357630.

HSL color Cylindrical-coordinate representation of color #7E0261: hue angle of 314.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E0261 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 2 97 -
CMYK 0 0.98 0.23 0.51
HSL 314.03º 0.97% 0.25% -
HSV(B) 314.03º 0.98% 0.49% -
XYZ 10.78 5.34 11.77 -
YUV 49.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 126 2 97 0 0.98 0.23 0.51 314.03 0.97 0.25
Hex 7E 2 61 0 62 17 33 13A 61 19
Octal 176 2 141 0 142 27 63 472 141 31
Binary 1111110 10 1100001 0 1100010 10111 110011 100111010 1100001 11001

Color Harmonies of #7E0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0261

Black with #7E0261

Text Example


Text Example

White with #7E0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,2,97); }

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

background-color css

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

 a { background-color: rgb(126,2,97); }

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

border-color css

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

 span { border-color: rgb(126,2,97); }

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