Html Css Color HEX #7E0B5E Eggplant

📋 copy color: '#7E0B5E'

red 126 ◦ green 11 ◦ blue 94

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

Shades of Eggplant #7E0B5E

Tints of Eggplant #7E0B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 54.55%
G = 4.76%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E0B5E (or 0x7E0B5E) is known color: Eggplant. HEX triplet: 7E, 0B and 5E. RGB value is (126,11,94). Sum of RGB (Red+Green+Blue) = 126+11+94=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B5E is #81F4A1. Grayscale: #363636. Windows color (decimal): -8516770 or 6163326. OLE color: 6163326.

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

Color convert

RGB 126 11 94 -
CMYK 0 0.91 0.25 0.51
HSL 316.7º 0.84% 0.27% -
HSV(B) 316.7º 0.91% 0.49% -
XYZ 10.74 5.48 11.08 -
YUV 54.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 126 11 94 0 0.91 0.25 0.51 316.7 0.84 0.27
Hex 7E B 5E 0 5B 19 33 13D 54 1B
Octal 176 13 136 0 133 31 63 475 124 33
Binary 1111110 1011 1011110 0 1011011 11001 110011 100111101 1010100 11011

Color Harmonies of #7E0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B5E

Black with #7E0B5E

Text Example


Text Example

White with #7E0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,11,94); }

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

background-color css

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

 a { background-color: rgb(126,11,94); }

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

border-color css

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

 span { border-color: rgb(126,11,94); }

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