Html Css Color HEX #7E0467 Eggplant

📋 copy color: '#7E0467'

red 126 ◦ green 4 ◦ blue 103

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

Shades of Eggplant #7E0467

Tints of Eggplant #7E0467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

 BLUE value IS 103 (40.63% from 255) = 44.21%

R = 54.08%
G = 1.72%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7E0467 (or 0x7E0467) is known color: Eggplant. HEX triplet: 7E, 04 and 67. RGB value is (126,4,103). Sum of RGB (Red+Green+Blue) = 126+4+103=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0467 is #81FB98. Grayscale: #333333. Windows color (decimal): -8518553 or 6751358. OLE color: 6751358.

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

Color convert

RGB 126 4 103 -
CMYK 0 0.97 0.18 0.51
HSL 311.31º 0.94% 0.25% -
HSV(B) 311.31º 0.97% 0.49% -
XYZ 11.1 5.5 13.31 -
YUV 51.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 126 4 103 0 0.97 0.18 0.51 311.31 0.94 0.25
Hex 7E 4 67 0 61 12 33 137 5E 19
Octal 176 4 147 0 141 22 63 467 136 31
Binary 1111110 100 1100111 0 1100001 10010 110011 100110111 1011110 11001

Color Harmonies of #7E0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0467

Black with #7E0467

Text Example


Text Example

White with #7E0467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,103); }

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

background-color css

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

 a { background-color: rgb(126,4,103); }

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

border-color css

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

 span { border-color: rgb(126,4,103); }

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