Html Css Color HEX #7E0965 Eggplant

📋 copy color: '#7E0965'

red 126 ◦ green 9 ◦ blue 101

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

Shades of Eggplant #7E0965

Tints of Eggplant #7E0965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 53.39%
G = 3.81%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7E0965 (or 0x7E0965) is known color: Eggplant. HEX triplet: 7E, 09 and 65. RGB value is (126,9,101). Sum of RGB (Red+Green+Blue) = 126+9+101=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0965 is #81F69A. Grayscale: #363636. Windows color (decimal): -8517275 or 6621566. OLE color: 6621566.

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

Color convert

RGB 126 9 101 -
CMYK 0 0.93 0.20 0.51
HSL 312.82º 0.87% 0.26% -
HSV(B) 312.82º 0.93% 0.49% -
XYZ 11.05 5.57 12.8 -
YUV 54.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 126 9 101 0 0.93 0.20 0.51 312.82 0.87 0.26
Hex 7E 9 65 0 5D 14 33 139 57 1A
Octal 176 11 145 0 135 24 63 471 127 32
Binary 1111110 1001 1100101 0 1011101 10100 110011 100111001 1010111 11010

Color Harmonies of #7E0965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0965

Black with #7E0965

Text Example


Text Example

White with #7E0965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,9,101); }

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

background-color css

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

 a { background-color: rgb(126,9,101); }

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

border-color css

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

 span { border-color: rgb(126,9,101); }

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