Html Css Color HEX #7E125C Eggplant

📋 copy color: '#7E125C'

red 126 ◦ green 18 ◦ blue 92

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

Shades of Eggplant #7E125C

Tints of Eggplant #7E125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 53.39%
G = 7.63%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E125C (or 0x7E125C) is known color: Eggplant. HEX triplet: 7E, 12 and 5C. RGB value is (126,18,92). Sum of RGB (Red+Green+Blue) = 126+18+92=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E125C is #81EDA3. Grayscale: #3A3A3A. Windows color (decimal): -8514980 or 6034046. OLE color: 6034046.

HSL color Cylindrical-coordinate representation of color #7E125C: hue angle of 318.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E125C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 18 92 -
CMYK 0 0.86 0.27 0.51
HSL 318.89º 0.75% 0.28% -
HSV(B) 318.89º 0.86% 0.49% -
XYZ 10.75 5.64 10.65 -
YUV 58.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 126 18 92 0 0.86 0.27 0.51 318.89 0.75 0.28
Hex 7E 12 5C 0 56 1B 33 13F 4B 1C
Octal 176 22 134 0 126 33 63 477 113 34
Binary 1111110 10010 1011100 0 1010110 11011 110011 100111111 1001011 11100

Color Harmonies of #7E125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E125C

Black with #7E125C

Text Example


Text Example

White with #7E125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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