#7b0b5d

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

Shades of Eggplant #7B0B5D

Tints of Eggplant #7B0B5D

Color information

#7B0B5D (or 0x7B0B5D) is unknown color: approx Eggplant. HEX triplet: 7B, 0B and 5D. RGB value is (123,11,93). Sum of RGB (Red+Green+Blue) = 123+11+93=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B5D is #84F4A2. Grayscale: #353535. Windows color (decimal): -8713379 or 6097787. OLE color: 6097787.

HSL color Cylindrical-coordinate representation of color #7B0B5D: hue angle of 316.07º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B5D is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1231193-
CMYK00.910.240.52
HSL316.07º83.58%26.27%-
HSV(B)316.07º91.06%48.24%-
XYZ10.265.2410.83-
YUV53.84150.11177.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.19%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=54.19%
G=4.85%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123119300.910.240.52316.0783.5826.27
Hex7BB5D05B183413c541a
Octal173131350133306447412432
Binary1111011101110111010101101111000110100100111100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b0b5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,11,93); }

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

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

 a { background-color: rgb(123,11,93); }

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

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

 span { border-color: rgb(123,11,93); }

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