Html Css Color HEX #7E0566 Eggplant

📋 copy color: '#7E0566'

red 126 ◦ green 5 ◦ blue 102

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

Shades of Eggplant #7E0566

Tints of Eggplant #7E0566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 54.08%
G = 2.15%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7E0566 (or 0x7E0566) is known color: Eggplant. HEX triplet: 7E, 05 and 66. RGB value is (126,5,102). Sum of RGB (Red+Green+Blue) = 126+5+102=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0566 is #81FA99. Grayscale: #333333. Windows color (decimal): -8518298 or 6686078. OLE color: 6686078.

HSL color Cylindrical-coordinate representation of color #7E0566: hue angle of 311.9º 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 #7E0566 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 5 102 -
CMYK 0 0.96 0.19 0.51
HSL 311.9º 0.92% 0.26% -
HSV(B) 311.9º 0.96% 0.49% -
XYZ 11.06 5.5 13.05 -
YUV 52.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 126 5 102 0 0.96 0.19 0.51 311.9 0.92 0.26
Hex 7E 5 66 0 60 13 33 138 5C 1A
Octal 176 5 146 0 140 23 63 470 134 32
Binary 1111110 101 1100110 0 1100000 10011 110011 100111000 1011100 11010

Color Harmonies of #7E0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0566

Black with #7E0566

Text Example


Text Example

White with #7E0566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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