Html Css Color HEX #7E0563 Eggplant

📋 copy color: '#7E0563'

red 126 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #7E0563

Tints of Eggplant #7E0563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 54.78%
G = 2.17%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E0563 (or 0x7E0563) is known color: Eggplant. HEX triplet: 7E, 05 and 63. RGB value is (126,5,99). Sum of RGB (Red+Green+Blue) = 126+5+99=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0563 is #81FA9C. Grayscale: #333333. Windows color (decimal): -8518301 or 6489470. OLE color: 6489470.

HSL color Cylindrical-coordinate representation of color #7E0563: hue angle of 313.39º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0563 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 5 99 -
CMYK 0 0.96 0.21 0.51
HSL 313.39º 0.92% 0.26% -
HSV(B) 313.39º 0.96% 0.49% -
XYZ 10.91 5.45 12.28 -
YUV 51.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 126 5 99 0 0.96 0.21 0.51 313.39 0.92 0.26
Hex 7E 5 63 0 60 15 33 139 5C 1A
Octal 176 5 143 0 140 25 63 471 134 32
Binary 1111110 101 1100011 0 1100000 10101 110011 100111001 1011100 11010

Color Harmonies of #7E0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0563

Black with #7E0563

Text Example


Text Example

White with #7E0563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,5,99); }

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

background-color css

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

 a { background-color: rgb(126,5,99); }

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

border-color css

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

 span { border-color: rgb(126,5,99); }

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