#7C0362

Color #7C0362 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #7C0362

Tints of Eggplant #7C0362

Color information

#7C0362 (or 0x7C0362) is unknown color: approx Eggplant. HEX triplet: 7C, 03 and 62. RGB value is (124,3,98). Sum of RGB (Red+Green+Blue) = 124+3+98=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0362 is #83FC9D. Grayscale: #313131. Windows color (decimal): -8649886 or 6423420. OLE color: 6423420.

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

Color convert

RGB124398-
CMYK00.980.210.51
HSL312.89º95.28%24.9%-
HSV(B)312.89º97.58%48.63%-
XYZ10.555.2312.01-
YUV50.01155.09180.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=55.11%
G=1.33%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12439800.980.210.51312.8995.2824.9
Hex7C36206215331395f19
Octal17431420142256347113731
Binary11111001111000100110001010101110011100111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,3,98); }

 H1.HeaderClassName
 {
   color: #7C0362;
 }
 .AnyTagClassName
 {
   color: #7C0362;
 }
</style>
background-color css

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

 a { background-color: rgb(124,3,98); }

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

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

 span { border-color: rgb(124,3,98); }

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