#7B0264

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

Shades of Eggplant #7B0264

Tints of Eggplant #7B0264

Color information

#7B0264 (or 0x7B0264) is unknown color: approx Eggplant. HEX triplet: 7B, 02 and 64. RGB value is (123,2,100). Sum of RGB (Red+Green+Blue) = 123+2+100=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0264 is #84FD9B. Grayscale: #313131. Windows color (decimal): -8715676 or 6554235. OLE color: 6554235.

HSL color Cylindrical-coordinate representation of color #7B0264: hue angle of 311.4º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0264 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB1232100-
CMYK00.980.190.52
HSL311.4º96.8%24.51%-
HSV(B)311.4º98.37%48.24%-
XYZ10.495.1712.5-
YUV49.35156.59180.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.67%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=54.67%
G=0.89%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123210000.980.190.52311.496.824.51
Hex7B26406213341376119
Octal17321440142236446714131
Binary11110111011001000110001010011110100100110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,100); }

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

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

 a { background-color: rgb(123,2,100); }

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

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

 span { border-color: rgb(123,2,100); }

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