Html Css Color HEX #7C0857 Eggplant

📋 copy color: '#7C0857'

red 124 ◦ green 8 ◦ blue 87

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

Shades of Eggplant #7C0857

Tints of Eggplant #7C0857

RGB

 RED value IS 124 (48.83% from 255) = 56.62%

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 56.62%
G = 3.65%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7C0857 (or 0x7C0857) is known color: Eggplant. HEX triplet: 7C, 08 and 57. RGB value is (124,8,87). Sum of RGB (Red+Green+Blue) = 124+8+87=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0857 is #83F7A8. Grayscale: #333333. Windows color (decimal): -8648617 or 5703804. OLE color: 5703804.

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

Color convert

RGB 124 8 87 -
CMYK 0 0.94 0.30 0.51
HSL 319.14º 0.88% 0.26% -
HSV(B) 319.14º 0.94% 0.49% -
XYZ 10.12 5.15 9.48 -
YUV 51.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 124 8 87 0 0.94 0.30 0.51 319.14 0.88 0.26
Hex 7C 8 57 0 5E 1E 33 13F 58 1A
Octal 174 10 127 0 136 36 63 477 130 32
Binary 1111100 1000 1010111 0 1011110 11110 110011 100111111 1011000 11010

Color Harmonies of #7C0857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0857

Black with #7C0857

Text Example


Text Example

White with #7C0857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,8,87); }

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

background-color css

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

 a { background-color: rgb(124,8,87); }

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

border-color css

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

 span { border-color: rgb(124,8,87); }

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