Html Css Color HEX #7B0057 Eggplant

📋 copy color: '#7B0057'

red 123 ◦ green 0 ◦ blue 87

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

Shades of Eggplant #7B0057

Tints of Eggplant #7B0057

RGB

 RED value IS 123 (48.44% from 255) = 58.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 58.57%
G = 0%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7B0057 (or 0x7B0057) is known color: Eggplant. HEX triplet: 7B, 00 and 57. RGB value is (123,0,87). Sum of RGB (Red+Green+Blue) = 123+0+87=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0057 is #84FFA8. Grayscale: #2E2E2E. Windows color (decimal): -8716201 or 5701755. OLE color: 5701755.

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

Color convert

RGB 123 0 87 -
CMYK 0 1 0.29 0.52
HSL 317.56º 1% 0.24% -
HSV(B) 317.56º 1% 0.48% -
XYZ 9.89 4.9 9.44 -
YUV 46.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 123 0 87 0 1 0.29 0.52 317.56 1 0.24
Hex 7B 0 57 0 64 1D 34 13E 64 18
Octal 173 0 127 0 144 35 64 476 144 30
Binary 1111011 0 1010111 0 1100100 11101 110100 100111110 1100100 11000

Color Harmonies of #7B0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0057

Black with #7B0057

Text Example


Text Example

White with #7B0057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,0,87); }

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

background-color css

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

 a { background-color: rgb(123,0,87); }

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

border-color css

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

 span { border-color: rgb(123,0,87); }

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