Html Css Color HEX #7E0E58 Eggplant

📋 copy color: '#7E0E58'

red 126 ◦ green 14 ◦ blue 88

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

Shades of Eggplant #7E0E58

Tints of Eggplant #7E0E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 55.26%
G = 6.14%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7E0E58 (or 0x7E0E58) is known color: Eggplant. HEX triplet: 7E, 0E and 58. RGB value is (126,14,88). Sum of RGB (Red+Green+Blue) = 126+14+88=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0E58 is #81F1A7. Grayscale: #373737. Windows color (decimal): -8516008 or 5770878. OLE color: 5770878.

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

Color convert

RGB 126 14 88 -
CMYK 0 0.89 0.30 0.51
HSL 320.36º 0.8% 0.27% -
HSV(B) 320.36º 0.89% 0.49% -
XYZ 10.52 5.45 9.73 -
YUV 55.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 126 14 88 0 0.89 0.30 0.51 320.36 0.8 0.27
Hex 7E E 58 0 59 1E 33 140 50 1B
Octal 176 16 130 0 131 36 63 500 120 33
Binary 1111110 1110 1011000 0 1011001 11110 110011 101000000 1010000 11011

Color Harmonies of #7E0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0E58

Black with #7E0E58

Text Example


Text Example

White with #7E0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,14,88); }

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

background-color css

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

 a { background-color: rgb(126,14,88); }

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

border-color css

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

 span { border-color: rgb(126,14,88); }

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