Html Css Color HEX #7C0557 Eggplant

📋 copy color: '#7C0557'

red 124 ◦ green 5 ◦ blue 87

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

Shades of Eggplant #7C0557

Tints of Eggplant #7C0557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 57.41%
G = 2.31%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7C0557 (or 0x7C0557) is known color: Eggplant. HEX triplet: 7C, 05 and 57. RGB value is (124,5,87). Sum of RGB (Red+Green+Blue) = 124+5+87=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0557 is #83FAA8. Grayscale: #313131. Windows color (decimal): -8649385 or 5703036. OLE color: 5703036.

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

Color convert

RGB 124 5 87 -
CMYK 0 0.96 0.30 0.51
HSL 318.66º 0.92% 0.25% -
HSV(B) 318.66º 0.96% 0.49% -
XYZ 10.09 5.08 9.47 -
YUV 49.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 124 5 87 0 0.96 0.30 0.51 318.66 0.92 0.25
Hex 7C 5 57 0 60 1E 33 13F 5C 19
Octal 174 5 127 0 140 36 63 477 134 31
Binary 1111100 101 1010111 0 1100000 11110 110011 100111111 1011100 11001

Color Harmonies of #7C0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0557

Black with #7C0557

Text Example


Text Example

White with #7C0557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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